Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release-src > by-pkgid > 5a77869371939e1b08f7c32b5b4a1597 > files > 2

python-caldav-0.1.11-8.mga5.src.rpm

%define srcname caldav

Name:           python-%{srcname}
Version:        0.1.11
Release:        %mkrel 8
Summary:        CalDAV (RFC4791) client library
Group:		Development/Python
License:        LGPLv2+
URL:            http://bitbucket.org/cyrilrbt/caldav
Source0:        http://pypi.python.org/packages/source/c/caldav/%{srcname}-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  python-setuptools
Requires:	python-vobject
Requires:	python-lxml

%description
WebDAV library for Python. WebDAV is an extension to the normal HTTP/1.1
protocol allowing the user to upload data, create collections of objects,
store properties for objects, etc.


%prep
%setup -q -n %{srcname}-%{version}

%build
%{__python} setup.py build

%install
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

%files
%{python_sitelib}/*


%changelog
* Wed Oct 15 2014 umeabot <umeabot> 0.1.11-8.mga5
+ Revision: 744226
- Second Mageia 5 Mass Rebuild

* Sat Sep 27 2014 tv <tv> 0.1.11-7.mga5
+ Revision: 728125
- rebuild for missing pythoneggs deps

* Tue Sep 16 2014 umeabot <umeabot> 0.1.11-6.mga5
+ Revision: 687916
- Mageia 5 Mass Rebuild

  + pterjan <pterjan>
    - Rebuild for new Python

* Tue Oct 22 2013 umeabot <umeabot> 0.1.11-4.mga4
+ Revision: 543056
- Mageia 4 Mass Rebuild

* Tue Oct 15 2013 pterjan <pterjan> 0.1.11-3.mga4
+ Revision: 498197
- Rebuild to add different pythonegg provides for python 2 and 3

* Sun Jan 13 2013 umeabot <umeabot> 0.1.11-2.mga3
+ Revision: 378517
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Thu Jan 12 2012 philippem <philippem> 0.1.11-1.mga2
+ Revision: 195341
- Update to 0.1.11.

* Fri Nov 18 2011 philippem <philippem> 0.1.10-3.mga2
+ Revision: 168919
- fix requires

* Wed Nov 02 2011 dmorgan <dmorgan> 0.1.10-2.mga2
+ Revision: 161806
- Fix requires on lxml
- Remove %%defattr

* Sun Jul 17 2011 fwang <fwang> 0.1.10-1.mga2
+ Revision: 125387
- imported package python-caldav