Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 1adef922a5506d241d4f88dac9fe3fcc > files > 2

python-mygpoclient-1.4-1mdv2010.1.src.rpm

%define oname mygpoclient
%define name python-%oname
%define version 1.4
%define release %mkrel 1

Summary: Library for accessing my.gpodder.org web services
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://thpinfo.com/2010/mygpoclient/%{oname}-%{version}.tar.gz
License: GPLv3
Group: Development/Python
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
BuildRequires: python-devel
Url: http://thpinfo.com/2010/mygpoclient/

%description
The mygpoclient library allows developers to utilize a Pythonic
interface to the my.gpodder.org web services for synchronizing podcast
subscriptions. This page provides the public place for downloading
source releases of the library.

%prep
%setup -q -n %oname-%version

%build
python setup.py build

%install
rm -rf $RPM_BUILD_ROOT
python setup.py install --root=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS README
%_bindir/bpsync
%py_puresitedir/%oname
%py_puresitedir/*.egg-info


%changelog
* Mon Apr 26 2010 Götz Waschk <waschk@mandriva.org> 1.4-1mdv2010.1
+ Revision: 538917
- update to new version 1.4

* Mon Apr 26 2010 Götz Waschk <waschk@mandriva.org> 1.3-1mdv2010.1
+ Revision: 538815
- new version
- add bpsync tool

* Mon Mar 15 2010 Götz Waschk <waschk@mandriva.org> 1.2-1mdv2010.1
+ Revision: 519818
- update to new version 1.2
- remove dep on simplejson

* Fri Feb 19 2010 Götz Waschk <waschk@mandriva.org> 1.1-1mdv2010.1
+ Revision: 508386
- update to new version 1.1

* Thu Feb 04 2010 Götz Waschk <waschk@mandriva.org> 1.0-2mdv2010.1
+ Revision: 500722
- add dep on simplejson

* Thu Feb 04 2010 Götz Waschk <waschk@mandriva.org> 1.0-1mdv2010.1
+ Revision: 500715
- import python-mygpoclient