update to 2.06 [release 2.06-1mamba;Tue Jun 22 2021]
This commit is contained in:
parent
a4849a40a8
commit
57e36abc4d
@ -2,4 +2,3 @@
|
||||
|
||||
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 include psbook, psselect, pstops, psnup, psresize, epsffit.
|
||||
|
||||
|
44
psutils.spec
44
psutils.spec
@ -1,41 +1,37 @@
|
||||
Name: psutils
|
||||
Version: 2.05
|
||||
Version: 2.06
|
||||
Release: 1mamba
|
||||
Summary: PostScript Utilities
|
||||
Group: Applications/Publishing
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Davide Madrisan <davide.madrisan@qilinux.it>
|
||||
URL: https://www.ctan.org/tex-archive/support/psutils/
|
||||
Source: http://www.ctan.org/tex-archive/support/psutils/psutils.tar.gz
|
||||
License: Distributable
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://github.com/rrthomas/psutils
|
||||
Source: https://github.com/rrthomas/psutils/releases/download/v%{version}/psutils-%{version}.tar.gz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libperl
|
||||
BuildRequires: perl-IPC-Run3
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
|
||||
%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 include psbook, psselect, pstops, psnup, psresize, epsffit.
|
||||
|
||||
#% debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n psutils
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
make -f Makefile.unix \
|
||||
CC=%{_host}-gcc \
|
||||
BINDIR=%{_bindir} \
|
||||
MANDIR=%{_mandir}/man1 \
|
||||
INCLUDEDIR=%{_datadir}/psutils \
|
||||
PERL=%{_bindir}/perl
|
||||
%configure
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
|
||||
install -d %{buildroot}%{_bindir}
|
||||
install -d %{buildroot}%{_mandir}/man1
|
||||
install -d %{buildroot}%{_datadir}/psutils
|
||||
|
||||
make install -f Makefile.unix \
|
||||
BINDIR=%{buildroot}%{_bindir} \
|
||||
MANDIR=%{buildroot}%{_mandir}/man1 \
|
||||
INCLUDEDIR=%{buildroot}%{_datadir}/psutils \
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
@ -43,11 +39,15 @@ make install -f Makefile.unix \
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/*
|
||||
%dir %{_datadir}/psutils
|
||||
%{_datadir}/psutils/*
|
||||
%{_mandir}/man1/*
|
||||
%doc LICENSE README
|
||||
%doc COPYING
|
||||
|
||||
%changelog
|
||||
* Tue Jun 22 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.06-1mamba
|
||||
- update to 2.06
|
||||
|
||||
* Fri Apr 02 2021 Automatic Build System <autodist@mambasoft.it> 2.05-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user