2004-09-09 10:49:02 +00:00
|
|
|
Summary: PostScript Utilities
|
|
|
|
Name: psutils
|
|
|
|
Version: 1.17
|
2010-04-22 10:52:16 +00:00
|
|
|
Release: 35%{dist}
|
2008-08-29 20:06:37 +00:00
|
|
|
License: psutils
|
2004-09-09 10:49:02 +00:00
|
|
|
Group: Applications/Publishing
|
2010-04-22 10:52:16 +00:00
|
|
|
# We cannot use the upstream tarball because it contains non-free files.
|
|
|
|
# To generate a clean tarball, run the psutils-remove-copyrighted-files script.
|
|
|
|
#Source: ftp://ftp.knackered.org/pub/psutils/psutils-p17.tar.gz
|
|
|
|
Source0: psutils-p17-clean.tar.gz
|
2010-01-26 15:21:01 +00:00
|
|
|
Source1: psutils-remove-copyrighted-files
|
|
|
|
URL: http://www.tardis.ed.ac.uk/~ajcd/psutils/
|
2004-09-09 10:49:02 +00:00
|
|
|
Patch0: psutils-p17-Makefile.patch
|
|
|
|
Patch1: psutils-p17-misc.patch
|
2004-09-09 10:49:23 +00:00
|
|
|
Patch2: psutils-p17-paper.patch
|
2004-09-09 10:50:22 +00:00
|
|
|
Patch3: psutils-p17-strip.patch
|
2005-01-10 09:39:39 +00:00
|
|
|
Patch4: psutils-manpage.patch
|
2006-06-12 08:28:11 +00:00
|
|
|
Patch5: psutils-psmerge.patch
|
2009-07-22 19:11:59 +00:00
|
|
|
Patch6: psutils-datadir.patch
|
2010-01-26 15:21:01 +00:00
|
|
|
Patch7: psutils-copyright.patch
|
2004-09-09 10:49:02 +00:00
|
|
|
BuildRoot: %{_tmppath}/psutils-root
|
|
|
|
|
|
|
|
%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.
|
|
|
|
|
2009-07-22 19:11:59 +00:00
|
|
|
%package perl
|
|
|
|
Summary: psutils scripts requiring perl
|
|
|
|
Group: Applications/Publishing
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description perl
|
|
|
|
Various scripts from the psutils distribution that require perl.
|
|
|
|
|
2004-09-09 10:49:02 +00:00
|
|
|
%prep
|
|
|
|
%setup -q -n psutils
|
2004-09-09 10:49:23 +00:00
|
|
|
%patch0 -p1 -b .makefile
|
|
|
|
%patch1 -p1 -b .misc
|
|
|
|
%patch2 -p1 -b .paper
|
2004-09-09 10:50:22 +00:00
|
|
|
%patch3 -p1 -b .strip
|
2005-01-10 09:39:39 +00:00
|
|
|
%patch4 -p1 -b .manpage
|
2006-06-12 08:28:11 +00:00
|
|
|
%patch5 -p1 -b .new
|
2009-07-22 19:11:59 +00:00
|
|
|
%patch6 -p1 -b .datadir
|
2004-09-09 10:49:02 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
make -f Makefile.unix RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2004-09-09 10:49:23 +00:00
|
|
|
make -f Makefile.unix \
|
|
|
|
MANDIR=$RPM_BUILD_ROOT%{_mandir}/man1 \
|
|
|
|
DESTDIR=$RPM_BUILD_ROOT install
|
2004-09-09 10:49:02 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
2009-07-22 19:11:59 +00:00
|
|
|
%defattr(-, root, root, -)
|
2004-09-09 10:49:02 +00:00
|
|
|
%doc README LICENSE
|
2009-07-22 19:11:59 +00:00
|
|
|
%{_bindir}/epsffit
|
|
|
|
%{_bindir}/getafm
|
|
|
|
%{_bindir}/psbook
|
|
|
|
%{_bindir}/psnup
|
|
|
|
%{_bindir}/psresize
|
|
|
|
%{_bindir}/psselect
|
|
|
|
%{_bindir}/pstops
|
|
|
|
%{_bindir}/showchar
|
|
|
|
%{_mandir}/man1/epsffit.1*
|
|
|
|
%{_mandir}/man1/getafm.1*
|
|
|
|
%{_mandir}/man1/psbook.1*
|
|
|
|
%{_mandir}/man1/psnup.1*
|
|
|
|
%{_mandir}/man1/psresize.1*
|
|
|
|
%{_mandir}/man1/psselect.1*
|
|
|
|
%{_mandir}/man1/pstops.1*
|
|
|
|
#{_mandir}/man1/showchar.1*
|
|
|
|
|
|
|
|
%files perl
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_bindir}/extractres
|
|
|
|
%{_bindir}/fixdlsrps
|
|
|
|
%{_bindir}/fixfmps
|
2010-01-26 15:21:01 +00:00
|
|
|
#%%{_bindir}/fixmacps
|
2009-07-22 19:11:59 +00:00
|
|
|
%{_bindir}/fixpsditps
|
|
|
|
%{_bindir}/fixpspps
|
|
|
|
%{_bindir}/fixscribeps
|
|
|
|
%{_bindir}/fixtpps
|
|
|
|
%{_bindir}/fixwfwps
|
|
|
|
%{_bindir}/fixwpps
|
|
|
|
%{_bindir}/fixwwps
|
|
|
|
%{_bindir}/includeres
|
|
|
|
%{_bindir}/psmerge
|
2010-01-26 15:21:01 +00:00
|
|
|
#%%{_datadir}/psutils
|
2009-07-22 19:11:59 +00:00
|
|
|
%{_mandir}/man1/extractres.1*
|
|
|
|
%{_mandir}/man1/fixdlsrps.1*
|
|
|
|
%{_mandir}/man1/fixfmps.1*
|
2010-01-26 15:21:01 +00:00
|
|
|
#%%{_mandir}/man1/fixmacps.1*
|
2009-07-22 19:11:59 +00:00
|
|
|
%{_mandir}/man1/fixpsditps.1*
|
|
|
|
%{_mandir}/man1/fixpspps.1*
|
|
|
|
%{_mandir}/man1/fixscribeps.1*
|
|
|
|
%{_mandir}/man1/fixtpps.1*
|
|
|
|
%{_mandir}/man1/fixwfwps.1*
|
|
|
|
%{_mandir}/man1/fixwpps.1*
|
|
|
|
%{_mandir}/man1/fixwwps.1*
|
|
|
|
%{_mandir}/man1/includeres.1*
|
|
|
|
%{_mandir}/man1/psmerge.1*
|
|
|
|
|
2004-09-09 10:49:02 +00:00
|
|
|
|
|
|
|
%changelog
|
2010-04-22 10:52:16 +00:00
|
|
|
* Thu Apr 22 2010 Daniel Novotny <dnovotny@redhat.com> 1.17-35
|
|
|
|
- renamed "clean" tarball to psutils-p17-clean.tar.gz
|
|
|
|
(merge review: #226324)
|
|
|
|
|
2010-01-26 15:21:01 +00:00
|
|
|
* Tue Jan 26 2010 Daniel Novotny <dnovotny@redhat.com> 1.17-34
|
|
|
|
- remove Apple copyrighted files (merge review: #226324)
|
|
|
|
- fixed URLs to upstream
|
|
|
|
|
2009-08-10 09:23:29 +00:00
|
|
|
* Mon Aug 10 2009 Ville Skyttä <ville.skytta@iki.fi> - 1.17-33
|
|
|
|
- Convert specfile to UTF-8.
|
|
|
|
|
2009-07-26 19:36:38 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.17-32
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-22 19:11:59 +00:00
|
|
|
* Wed Jul 22 2009 Adam Jackson <ajax@redhat.com> 1.17-31
|
|
|
|
- Split perl scripts to a subpackage.
|
|
|
|
|
2009-02-27 02:50:43 +00:00
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.17-30
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-08-29 20:06:37 +00:00
|
|
|
* Fri Aug 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.17-29
|
|
|
|
- fix license tag
|
|
|
|
|
2008-02-13 10:37:32 +00:00
|
|
|
* Wed Feb 13 2008 Tomas Smetana <tsmetana@redhat.com> - 1.17-28
|
|
|
|
- rebuild (gcc-4.3)
|
|
|
|
|
2007-09-18 12:39:14 +00:00
|
|
|
* Tue Sep 18 2007 Martin Bacovsky <mbacovsk@redhat.com> - 1.17-27
|
|
|
|
- fixed Source url pointing to non-existing site
|
|
|
|
|
2006-07-12 07:53:57 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.17-26.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-06-12 08:28:11 +00:00
|
|
|
* Mon Jun 12 2006 Jitka Kudrnacova <jkudrnac@redhat.com> - 1.17-26
|
|
|
|
- new implementation of psmerge by Peter Williams
|
|
|
|
|
2006-02-11 05:19:16 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.17-25.2.1
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-07 13:38:09 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.17-25.2
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2005-12-09 22:42:49 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-03-16 22:28:08 +00:00
|
|
|
* Wed Mar 16 2005 Tim Waugh <twaugh@redhat.com> 1.17-25
|
|
|
|
- Rebuild for new GCC.
|
|
|
|
|
2005-01-10 09:39:39 +00:00
|
|
|
* Mon Jan 10 2005 Tim Waugh <twaugh@redhat.com> 1.17-24
|
|
|
|
- Manpage correction for psresize (bug #144582).
|
|
|
|
|
2004-09-09 10:53:54 +00:00
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 10:53:46 +00:00
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Tue Jun 17 2003 Tim Waugh <twaugh@redhat.com> 1.17-21
|
|
|
|
- Rebuilt.
|
|
|
|
|
2004-09-09 10:51:20 +00:00
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 10:50:41 +00:00
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Wed Dec 11 2002 Tim Powers <timp@redhat.com> 1.17-18
|
|
|
|
- rebuild on all arches
|
|
|
|
|
2004-09-09 10:50:27 +00:00
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
2004-09-09 10:50:22 +00:00
|
|
|
* Thu Jun 20 2002 Than Ngo <than@redhat.com> 1.17-16
|
|
|
|
- Don't forcibly strip binaries
|
|
|
|
|
|
|
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
2004-09-09 10:49:23 +00:00
|
|
|
* Thu Jul 19 2001 Than Ngo <than@redhat.com> 1.17-13
|
|
|
|
- add patch from enrico.scholz@informatik.tu-chemnitz.de
|
|
|
|
|
|
|
|
* Fri Jul 13 2001 Than Ngo <than@redhat.com> 1.17-12
|
|
|
|
- media size as letter (Bug #48831)
|
|
|
|
- Copyright->License
|
|
|
|
- don't hardcode manpath
|
|
|
|
|
2004-09-09 10:49:16 +00:00
|
|
|
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- Bump release + rebuild.
|
|
|
|
|
2004-09-09 10:49:02 +00:00
|
|
|
* Fri Dec 8 2000 Tim Powers <timp@redhat.com>
|
|
|
|
- built for dist-7.1
|
|
|
|
|
|
|
|
* Mon Jul 24 2000 Prospector <prospector@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Mon Jul 10 2000 Tim Powers <timp@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Mon Jul 03 2000 Prospector <bugzilla@redhat.com>
|
|
|
|
- automatic rebuild
|
|
|
|
|
|
|
|
* Fri May 26 2000 Tim Powers <timp@redhat.com>
|
|
|
|
- man pages in /usr/share/man (FHS compliant location)
|
|
|
|
- grabbed spec from contrib
|
|
|
|
- initial build for Powertools
|
|
|
|
|
|
|
|
* Wed May 12 1999 Peter Soos <sp@osb.hu>
|
|
|
|
- Corrected the file and directory attributes to rebuild the package
|
|
|
|
under RedHat Linux 6.0
|
|
|
|
|
|
|
|
* Fri Dec 25 1998 Peter Soos <sp@osb.hu>
|
|
|
|
- Corrected the file and directory attributes
|
|
|
|
|
|
|
|
* Tue Jun 23 1998 Peter Soos <sp@osb.hu>
|
2010-01-26 15:21:01 +00:00
|
|
|
- Using %%attr for ability to rebuild the package as an ordinary user.
|
2004-09-09 10:49:02 +00:00
|
|
|
|
|
|
|
* Wed Jun 04 1997 Timo Karjalainen <timok@iki.fi>
|
|
|
|
- Reverted back to un-gzipped man-pages (Redhat style)
|
|
|
|
- Added patch to compile everything cleanly
|
|
|
|
- Some minor changes to specfile
|
|
|
|
|
2009-08-10 09:23:29 +00:00
|
|
|
* Thu Mar 27 1997 Tomasz KÅ‚oczko <kloczek@rudy.mif.pg.gda.pl>
|
2004-09-09 10:49:02 +00:00
|
|
|
- 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.
|