2024-01-05 16:32:30 +01:00
|
|
|
Name: python-radicale
|
2024-01-05 16:32:30 +01:00
|
|
|
Version: 3.1.1
|
2024-01-05 16:32:30 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: CalDAV and CardDAV Server
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 16:32:30 +01:00
|
|
|
URL: https://pypi.org/project/Radicale/
|
2024-01-05 16:32:30 +01:00
|
|
|
Source: https://pypi.debian.net/Radicale/Radicale-%{version}.tar.gz
|
2024-01-05 16:32:30 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: libpython3-devel
|
|
|
|
Requires: python3 >= %python_version
|
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n Radicale-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
CFLAGS="%{optflags}" %{__python3} setup.py build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%{__python3} setup.py install \
|
|
|
|
-O1 --skip-build \
|
|
|
|
--root="%{buildroot}" \
|
|
|
|
--install-headers=%{_includedir}/python \
|
|
|
|
--install-lib=%{python3_sitearch} \
|
|
|
|
--record=%{name}.filelist
|
|
|
|
|
2024-01-05 16:32:30 +01:00
|
|
|
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
2024-01-05 16:32:30 +01:00
|
|
|
|
|
|
|
%files -f %{name}.filelist
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc COPYING
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 16:32:30 +01:00
|
|
|
* Wed Jan 19 2022 Automatic Build System <autodist@mambasoft.it> 3.1.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:32:30 +01:00
|
|
|
* Sun Dec 26 2021 Automatic Build System <autodist@mambasoft.it> 3.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:32:30 +01:00
|
|
|
* Mon Feb 22 2021 Automatic Build System <autodist@mambasoft.it> 3.0.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:32:30 +01:00
|
|
|
* Wed Apr 22 2020 Automatic Build System <autodist@mambasoft.it> 2.1.9-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 16:32:30 +01:00
|
|
|
* Thu Oct 26 2017 Automatic Build System <autodist@mambasoft.it> 2.1.8-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 16:32:30 +01:00
|
|
|
* Sat Sep 17 2016 Automatic Build System <autodist@mambasoft.it> 1.1.1-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 16:32:30 +01:00
|
|
|
* Thu Dec 03 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1-1mamba
|
|
|
|
- package created using the webbuild interface
|