automatic version update by autodist [release 3.1.8-1mamba;Tue Aug 09 2022]
This commit is contained in:
parent
0ed53dfa13
commit
87e94b0a14
@ -1,5 +1,5 @@
|
||||
Name: python-radicale
|
||||
Version: 3.1.7
|
||||
Version: 3.1.8
|
||||
Release: 1mamba
|
||||
Summary: CalDAV and CardDAV Server
|
||||
Group: System/Libraries
|
||||
@ -11,35 +11,46 @@ Source: https://pypi.debian.net/Radicale/Radicale-%{version}.tar.gz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
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
|
||||
BuildRequires: libpython3-devel
|
||||
Requires: python3 >= %python_version
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%if 0%{?with_pyver}
|
||||
%pyver_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n Radicale-%{version}
|
||||
|
||||
%build
|
||||
CFLAGS="%{optflags}" %{__python3} setup.py build
|
||||
CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%{__python3} setup.py install \
|
||||
%{__python} setup.py install \
|
||||
-O1 --skip-build \
|
||||
--root="%{buildroot}" \
|
||||
--install-headers=%{_includedir}/python \
|
||||
--install-lib=%{python3_sitearch} \
|
||||
--install-lib=%{python_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)
|
||||
%doc COPYING
|
||||
%dir %{python_sitearch}/Radicale-%{version}-py*.egg-info
|
||||
%{python_sitearch}/Radicale-%{version}-py*.egg-info/*
|
||||
%doc COPYING.md
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user