automatic version update by autodist [release 3.1.8-1mamba;Tue Aug 09 2022]

This commit is contained in:
Automatic Build System 2024-01-05 16:32:30 +01:00
parent 0ed53dfa13
commit 87e94b0a14

View File

@ -1,5 +1,5 @@
Name: python-radicale Name: python-radicale
Version: 3.1.7 Version: 3.1.8
Release: 1mamba Release: 1mamba
Summary: CalDAV and CardDAV Server Summary: CalDAV and CardDAV Server
Group: System/Libraries Group: System/Libraries
@ -11,35 +11,46 @@ Source: https://pypi.debian.net/Radicale/Radicale-%{version}.tar.gz
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel BuildRequires: libpython3-devel
BuildRequires: python3.7dist(defusedxml)
BuildRequires: python3.7dist(passlib)
BuildRequires: python3.7dist(python-dateutil)
BuildRequires: python3.7dist(setuptools)
BuildRequires: python3.7dist(vobject)
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libpython3-devel
Requires: python3 >= %python_version
%description %description
%{summary}. %{summary}.
%if 0%{?with_pyver}
%pyver_package
%endif
%prep %prep
%setup -q -n Radicale-%{version} %setup -q -n Radicale-%{version}
%build CFLAGS="%{optflags}" %{__python} setup.py build
CFLAGS="%{optflags}" %{__python3} setup.py build
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%{__python3} setup.py install \ %{__python} setup.py install \
-O1 --skip-build \ -O1 --skip-build \
--root="%{buildroot}" \ --root="%{buildroot}" \
--install-headers=%{_includedir}/python \ --install-headers=%{_includedir}/python \
--install-lib=%{python3_sitearch} \ --install-lib=%{python_sitearch} \
--record=%{name}.filelist --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 %files -f %{name}.filelist
%defattr(-,root,root) %defattr(-,root,root)
%doc COPYING %dir %{python_sitearch}/Radicale-%{version}-py*.egg-info
%{python_sitearch}/Radicale-%{version}-py*.egg-info/*
%doc COPYING.md
%changelog %changelog
* Tue Aug 09 2022 Automatic Build System <autodist@mambasoft.it> 3.1.8-1mamba
- automatic version update by autodist
* Thu Apr 21 2022 Automatic Build System <autodist@mambasoft.it> 3.1.7-1mamba * Thu Apr 21 2022 Automatic Build System <autodist@mambasoft.it> 3.1.7-1mamba
- automatic version update by autodist - automatic version update by autodist