rebuilt with libqpdf 11.1.0 [release 6.0.2-2mamba;Wed Sep 28 2022]
This commit is contained in:
parent
4e37d3a693
commit
56fa5837ba
@ -1,6 +1,6 @@
|
||||
Name: python-pikepdf
|
||||
Version: 5.6.1
|
||||
Release: 1mamba
|
||||
Version: 6.0.2
|
||||
Release: 2mamba
|
||||
Summary: A Python library for reading and writing PDF files
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -15,9 +15,14 @@ BuildRequires: libgcc
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: libqpdf-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: python3.7dist(deprecation)
|
||||
BuildRequires: python3.7dist(importlib-metadata)
|
||||
BuildRequires: python3.7dist(lxml)
|
||||
BuildRequires: python3.7dist(packaging)
|
||||
BuildRequires: python3.7dist(pillow)
|
||||
BuildRequires: python3.7dist(typing-extensions)
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libpython-devel
|
||||
Requires: python >= %python_version
|
||||
BuildRequires: libqpdf-devel >= 11.1.0
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
@ -41,18 +46,20 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
--install-lib=%{python_sitearch} \
|
||||
--record=%{name}.filelist
|
||||
|
||||
sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%files %{?pyappend} -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
## note: this list is just an example; modify as required
|
||||
# %{python_sitearch}/%{name}.py*
|
||||
# %{python_sitearch}/%{name}.so
|
||||
|
||||
## note: add extra documentation (if any)
|
||||
# %doc README.md
|
||||
%dir %{python_sitearch}/pikepdf-%{version}-py*.egg-info
|
||||
%{python_sitearch}/pikepdf-%{version}-py*.egg-info/*
|
||||
|
||||
%changelog
|
||||
* Wed Sep 28 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 6.0.2-2mamba
|
||||
- rebuilt with libqpdf 11.1.0
|
||||
|
||||
* Wed Sep 28 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 6.0.2-1mamba
|
||||
- update to 6.0.2
|
||||
|
||||
* Thu Sep 01 2022 Automatic Build System <autodist@mambasoft.it> 5.6.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user