update to 3.3.4 [release 3.3.4-1mamba;Sun Aug 04 2024]
This commit is contained in:
parent
032dad5d21
commit
caed1fc6d4
30
psutils.spec
30
psutils.spec
@ -1,5 +1,5 @@
|
|||||||
Name: psutils
|
Name: psutils
|
||||||
Version: 2.10
|
Version: 3.3.4
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: PostScript Utilities
|
Summary: PostScript Utilities
|
||||||
Group: Applications/Publishing
|
Group: Applications/Publishing
|
||||||
@ -7,13 +7,16 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://github.com/rrthomas/psutils
|
URL: https://github.com/rrthomas/psutils
|
||||||
Source: https://github.com/rrthomas/psutils/releases/download/v%{version}/psutils-%{version}.tar.gz
|
Source: https://github.com/rrthomas/psutils.git/v%{version}/psutils-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libperl
|
BuildRequires: libpython311-devel
|
||||||
BuildRequires: perl-IPC-Run3
|
BuildRequires: python3.11dist(puremagic)
|
||||||
BuildRequires: perl-devel
|
BuildRequires: python3.11dist(pypdf)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: python-argparse-manpage-py3
|
||||||
|
BuildRequires: python-pytest-datafiles-py3
|
||||||
|
BuildRequires: python-Wand-py3
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Utilities for manipulating PostScript documents, including page selection and rearrangement, resizing the page, arrangement into signatures for booklet printing, and page merging for n-up printing.
|
Utilities for manipulating PostScript documents, including page selection and rearrangement, resizing the page, arrangement into signatures for booklet printing, and page merging for n-up printing.
|
||||||
@ -25,13 +28,11 @@ Utilities include psbook, psselect, pstops, psnup, psresize, epsffit.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
CFLAGS="%{optflags}" %{__python3} -m build --no-isolation --wheel
|
||||||
|
|
||||||
%make
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%{__python3} -m installer --destdir=%{buildroot} dist/*.whl
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
@ -39,12 +40,17 @@ Utilities include psbook, psselect, pstops, psnup, psresize, epsffit.
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%dir %{_datadir}/psutils
|
%dir %{python3_sitelib}/pspdfutils-%{version}.dist-info
|
||||||
%{_datadir}/psutils/*
|
%{python3_sitelib}/pspdfutils-%{version}.dist-info/*
|
||||||
|
%dir %{python3_sitelib}/psutils
|
||||||
|
%{python3_sitelib}/psutils/*
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Aug 04 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 3.3.4-1mamba
|
||||||
|
- update to 3.3.4
|
||||||
|
|
||||||
* Tue Feb 28 2023 Automatic Build System <autodist@mambasoft.it> 2.10-1mamba
|
* Tue Feb 28 2023 Automatic Build System <autodist@mambasoft.it> 2.10-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user