automatic update by autodist [release 1.1.1-1mamba;Sat Sep 17 2016]

This commit is contained in:
Automatic Build System 2024-01-05 16:32:30 +01:00
parent ca88a2dfb7
commit 5e7981331c

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <autodist@mambasoft.it> 1.1.1-1mamba
- automatic update by autodist
* Thu Dec 03 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1-1mamba
- package created using the webbuild interface