diff --git a/python-radicale.spec b/python-radicale.spec index eb5d7e3..74192b2 100644 --- a/python-radicale.spec +++ b/python-radicale.spec @@ -1,5 +1,5 @@ Name: python-radicale -Version: 1.0.1 +Version: 1.1.1 Release: 1mamba Summary: CalDAV and CardDAV Server Group: System/Libraries @@ -7,7 +7,7 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://pypi.python.org/pypi/Radicale -Source: https://pypi.python.org/packages/source/R/Radicale/Radicale-%{version}.tar.gz +Source: https://pypi.debian.net/Radicale/Radicale-%{version}.tar.gz License: GPL ## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-END @@ -33,17 +33,15 @@ CFLAGS="%{optflags}" %{__python3} setup.py build --install-lib=%{python3_sitearch} \ --record=%{name}.filelist -sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist +#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %files -f %{name}.filelist %defattr(-,root,root) -## note: this list is just an example; modify as required -# %{python_sitearch}/%{name}.py* -# %{python_sitearch}/%{name}.so %doc COPYING -## note: eventually add the remaining documents (if any) -# %doc README README.rst %changelog +* Sat Sep 17 2016 Automatic Build System 1.1.1-1mamba +- automatic update by autodist + * Thu Dec 03 2015 Silvan Calarco 1.0.1-1mamba - package created using the webbuild interface