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