fix cross obsoletes [release 3.7.1-2mamba;Wed Apr 12 2023]
This commit is contained in:
parent
711cb7bf72
commit
d0cc06501c
@ -1,7 +1,7 @@
|
|||||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-pypdf
|
Name: python-pypdf
|
||||||
Version: 3.7.0
|
Version: 3.7.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: PDF toolkit
|
Summary: PDF toolkit
|
||||||
Group: System/Libraries/Python
|
Group: System/Libraries/Python
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -29,11 +29,13 @@ It is capable of:
|
|||||||
* encrypting and decrypting PDF files.
|
* encrypting and decrypting PDF files.
|
||||||
|
|
||||||
%if 0%{?with_pyver}
|
%if 0%{?with_pyver}
|
||||||
|
%if "%{?with_pyver}" == "3"
|
||||||
%define py_requires_append \
|
%define py_requires_append \
|
||||||
Provides: python-pyPdf \
|
Provides: python-pyPdf \
|
||||||
Obsoletes: python-pyPdf < 3.2.1 \
|
Obsoletes: python-pyPdf < 3.2.1 \
|
||||||
Provides: python-pypdf \
|
Provides: python-pypdf \
|
||||||
Obsoletes: python-pypdf < 3.2.1
|
Obsoletes: python-pypdf < 3.2.1
|
||||||
|
%endif
|
||||||
%pyver_package
|
%pyver_package
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -63,6 +65,12 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
|||||||
%{python_sitelib}/%{pkgname}/*
|
%{python_sitelib}/%{pkgname}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 12 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 3.7.1-2mamba
|
||||||
|
- fix cross obsoletes
|
||||||
|
|
||||||
|
* Mon Apr 10 2023 Automatic Build System <autodist@mambasoft.it> 3.7.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Mar 28 2023 Automatic Build System <autodist@mambasoft.it> 3.7.0-1mamba
|
* Tue Mar 28 2023 Automatic Build System <autodist@mambasoft.it> 3.7.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user