Summary: PostScript Utilities Name: psutils Version: 1.17 Release: 10b Copyright: distributable Group: Applications/Publishing Source: ftp://ftp.dcs.ed.ac.uk/pub/ajcd/psutils-p17.tar.gz Patch0: psutils-p17-Makefile.patch Patch1: psutils-p17-misc.patch Patch2: psutils-p17-macosx-Makefile.patch BuildRoot: %{_tmppath}/psutils-root # Patch1 derived from # jurix.jura.uni-sb.de/pub/linux/source/networking/printing/psutils.dif %description This archive contains some utilities for manipulating PostScript documents. Page selection and rearrangement are supported, including arrangement into signatures for booklet printing, and page merging for n-up printing. %prep %setup -q -n psutils %patch0 -p1 %patch1 -p1 %patch2 -p1 %build make -f Makefile.unix RPM_OPT_FLAGS="$RPM_OPT_FLAGS" %install rm -rf $RPM_BUILD_ROOT make -f Makefile.unix BINDIR=$RPM_BUILD_ROOT%{_prefix}/bin \ INCLUDEDIR=$RPM_BUILD_ROOT%{_prefix}/lib/psutils \ MANDIR=$RPM_BUILD_ROOT%{_prefix}/share/man/man1 \ DESTDIR=$RPM_BUILD_ROOT install %clean rm -rf $RPM_BUILD_ROOT %files %ifos darwin %defattr(0644, root, wheel, 0755) %else %defattr(0644, root, root, 0755) %endif %doc README LICENSE %ifos darwin %attr(0755, root, wheel) %{_prefix}/bin/* %else %attr(0755, root, root) %{_prefix}/bin/* %endif %{_prefix}/share/man/*/* %{_prefix}/lib/psutils %changelog * Thu Oct 11 2001 Keisuke Fujii - 1st release on MacOS X Release 10.1 * Tue Apr 24 2001 Keisuke Fujii - 1st release on MacOS X Release 10.0.X * Fri Dec 8 2000 Tim Powers - built for dist-7.1 * Mon Jul 24 2000 Prospector - rebuilt * Mon Jul 10 2000 Tim Powers - rebuilt * Mon Jul 03 2000 Prospector - automatic rebuild * Fri May 26 2000 Tim Powers - man pages in /usr/share/man (FHS compliant location) - grabbed spec from contrib - initial build for Powertools * Wed May 12 1999 Peter Soos - Corrected the file and directory attributes to rebuild the package under RedHat Linux 6.0 * Fri Dec 25 1998 Peter Soos - Corrected the file and directory attributes * Tue Jun 23 1998 Peter Soos - Using %attr for ability to rebuild the package as an ordinary user. * Wed Jun 04 1997 Timo Karjalainen - Reverted back to un-gzipped man-pages (Redhat style) - Added patch to compile everything cleanly - Some minor changes to specfile * Thu Mar 27 1997 Tomasz Kłoczko - new version: Patchlevel 17 had some minor bugfixes and improvements - Trailer information now put before %%EOF comments if no %%Trailer - psselect can now add blank pages. - Piped input works in Linux - spec file rewrited for using Buildroot, - man pages gziped.