Blame SPECS/psutils.spec

67b279
Summary: PostScript Utilities
67b279
Name: psutils
67b279
Version: 1.17
67b279
Release: 42%{?dist}
67b279
License: psutils
67b279
Group: Applications/Publishing
67b279
# We cannot use the upstream tarball because it contains non-free files.
67b279
# To generate a clean tarball, run the psutils-remove-copyrighted-files script.
67b279
#Source: ftp://ftp.knackered.org/pub/psutils/psutils-p17.tar.gz
67b279
Source0: psutils-p17-clean.tar.gz
67b279
Source1: psutils-remove-copyrighted-files
67b279
Source2: psutils-copyright.patch
67b279
URL: http://knackered.org/angus/psutils/
67b279
Patch0: psutils-p17-Makefile.patch
67b279
Patch1: psutils-p17-misc.patch
67b279
Patch2: psutils-p17-paper.patch
67b279
Patch3: psutils-p17-strip.patch
67b279
Patch4: psutils-manpage.patch
67b279
Patch5: psutils-psmerge.patch
67b279
Patch6: psutils-datadir.patch
67b279
67b279
%description
67b279
This archive contains some utilities for manipulating PostScript documents.
67b279
Page selection and rearrangement are supported, including arrangement into
67b279
signatures for booklet printing, and page merging for n-up printing.
67b279
67b279
%package perl
67b279
Summary: psutils scripts requiring perl
67b279
Group: Applications/Publishing
67b279
BuildArch: noarch
67b279
67b279
%description perl
67b279
Various scripts from the psutils distribution that require perl.
67b279
67b279
%prep
67b279
%setup -q -n psutils
67b279
%patch0 -p1 -b .makefile
67b279
%patch1 -p1 -b .misc
67b279
%patch2 -p1 -b .paper
67b279
%patch3 -p1 -b .strip
67b279
%patch4 -p1 -b .manpage
67b279
%patch5 -p1 -b .new
67b279
%patch6 -p1 -b .datadir
67b279
67b279
%build
67b279
make -f Makefile.unix RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
67b279
 
67b279
%install
67b279
make -f Makefile.unix \
67b279
        MANDIR=$RPM_BUILD_ROOT%{_mandir}/man1 \
67b279
        DESTDIR=$RPM_BUILD_ROOT install
67b279
67b279
%files
67b279
%doc README LICENSE
67b279
%{_bindir}/epsffit
67b279
%{_bindir}/getafm
67b279
%{_bindir}/psbook
67b279
%{_bindir}/psnup
67b279
%{_bindir}/psresize
67b279
%{_bindir}/psselect
67b279
%{_bindir}/pstops
67b279
%{_bindir}/showchar
67b279
%{_mandir}/man1/epsffit.1*
67b279
%{_mandir}/man1/getafm.1*
67b279
%{_mandir}/man1/psbook.1*
67b279
%{_mandir}/man1/psnup.1*
67b279
%{_mandir}/man1/psresize.1*
67b279
%{_mandir}/man1/psselect.1*
67b279
%{_mandir}/man1/pstops.1*
67b279
#{_mandir}/man1/showchar.1*
67b279
67b279
%files perl
67b279
%doc LICENSE
67b279
%{_bindir}/extractres
67b279
%{_bindir}/fixdlsrps
67b279
%{_bindir}/fixfmps
67b279
#%%{_bindir}/fixmacps
67b279
%{_bindir}/fixpsditps
67b279
%{_bindir}/fixpspps
67b279
%{_bindir}/fixscribeps
67b279
%{_bindir}/fixtpps
67b279
%{_bindir}/fixwfwps
67b279
%{_bindir}/fixwpps
67b279
%{_bindir}/fixwwps
67b279
%{_bindir}/includeres
67b279
%{_bindir}/psmerge
67b279
#%%{_datadir}/psutils
67b279
%{_mandir}/man1/extractres.1*
67b279
%{_mandir}/man1/fixdlsrps.1*
67b279
%{_mandir}/man1/fixfmps.1*
67b279
#%%{_mandir}/man1/fixmacps.1*
67b279
%{_mandir}/man1/fixpsditps.1*
67b279
%{_mandir}/man1/fixpspps.1*
67b279
%{_mandir}/man1/fixscribeps.1*
67b279
%{_mandir}/man1/fixtpps.1*
67b279
%{_mandir}/man1/fixwfwps.1*
67b279
%{_mandir}/man1/fixwpps.1*
67b279
%{_mandir}/man1/fixwwps.1*
67b279
%{_mandir}/man1/includeres.1*
67b279
%{_mandir}/man1/psmerge.1*
67b279
67b279
67b279
%changelog
67b279
* Tue Mar 26 2013 Jiri Popelka <jpopelka@redhat.com> - 1.17-42
67b279
- few usage/man page fixes
67b279
67b279
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.17-41
67b279
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
67b279
67b279
* Thu Nov 29 2012 Jiri Popelka <jpopelka@redhat.com> - 1.17-40
67b279
- fix dist tag and URL
67b279
- put psutils-copyright.patch among sources as it's used only in
67b279
  psutils-remove-copyrighted-files
67b279
- no need to define BuildRoot and clean it in %%clean and %%install anymore
67b279
- %%defattr no longer needed in %%files
67b279
67b279
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.17-39
67b279
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
67b279
67b279
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.17-38
67b279
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
67b279
67b279
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.17-37
67b279
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
67b279
67b279
* Thu Jul 08 2010 Tomas Smetana <tsmetana@redhat.com> 1.17-36
67b279
- add the LICENSE file to the perl subpackage
67b279
67b279
* Thu Apr 22 2010 Daniel Novotny <dnovotny@redhat.com> 1.17-35
67b279
- renamed "clean" tarball to psutils-p17-clean.tar.gz 
67b279
  (merge review: #226324)
67b279
67b279
* Tue Jan 26 2010 Daniel Novotny <dnovotny@redhat.com> 1.17-34
67b279
- remove Apple copyrighted files (merge review: #226324)
67b279
- fixed URLs to upstream
67b279
67b279
* Mon Aug 10 2009 Ville Skyttä <ville.skytta@iki.fi> - 1.17-33
67b279
- Convert specfile to UTF-8.
67b279
67b279
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.17-32
67b279
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
67b279
67b279
* Wed Jul 22 2009 Adam Jackson <ajax@redhat.com> 1.17-31
67b279
- Split perl scripts to a subpackage.
67b279
67b279
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.17-30
67b279
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
67b279
67b279
* Fri Aug 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.17-29
67b279
- fix license tag
67b279
67b279
* Wed Feb 13 2008 Tomas Smetana <tsmetana@redhat.com> - 1.17-28
67b279
- rebuild (gcc-4.3)
67b279
67b279
* Tue Sep 18 2007 Martin Bacovsky <mbacovsk@redhat.com> - 1.17-27
67b279
- fixed Source url pointing to non-existing site
67b279
67b279
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.17-26.1
67b279
- rebuild
67b279
67b279
* Mon Jun 12 2006 Jitka Kudrnacova <jkudrnac@redhat.com> - 1.17-26
67b279
- new implementation of psmerge by Peter Williams
67b279
67b279
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.17-25.2.1
67b279
- bump again for double-long bug on ppc(64)
67b279
67b279
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.17-25.2
67b279
- rebuilt for new gcc4.1 snapshot and glibc changes
67b279
67b279
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
67b279
- rebuilt
67b279
67b279
* Wed Mar 16 2005 Tim Waugh <twaugh@redhat.com> 1.17-25
67b279
- Rebuild for new GCC.
67b279
67b279
* Mon Jan 10 2005 Tim Waugh <twaugh@redhat.com> 1.17-24
67b279
- Manpage correction for psresize (bug #144582).
67b279
67b279
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
67b279
- rebuilt
67b279
67b279
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
67b279
- rebuilt
67b279
67b279
* Tue Jun 17 2003 Tim Waugh <twaugh@redhat.com> 1.17-21
67b279
- Rebuilt.
67b279
67b279
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
67b279
- rebuilt
67b279
67b279
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
67b279
- rebuilt
67b279
67b279
* Wed Dec 11 2002 Tim Powers <timp@redhat.com> 1.17-18
67b279
- rebuild on all arches
67b279
67b279
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
67b279
- automated rebuild
67b279
67b279
* Thu Jun 20 2002 Than Ngo <than@redhat.com> 1.17-16
67b279
- Don't forcibly strip binaries
67b279
67b279
* Thu May 23 2002 Tim Powers <timp@redhat.com>
67b279
- automated rebuild
67b279
67b279
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
67b279
- automated rebuild
67b279
67b279
* Thu Jul 19 2001 Than Ngo <than@redhat.com> 1.17-13
67b279
- add patch from enrico.scholz@informatik.tu-chemnitz.de
67b279
67b279
* Fri Jul 13 2001 Than Ngo <than@redhat.com> 1.17-12
67b279
- media size as letter (Bug #48831)
67b279
- Copyright->License
67b279
- don't hardcode manpath
67b279
67b279
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
67b279
- Bump release + rebuild.
67b279
67b279
* Fri Dec  8 2000 Tim Powers <timp@redhat.com>
67b279
- built for dist-7.1
67b279
67b279
* Mon Jul 24 2000 Prospector <prospector@redhat.com>
67b279
- rebuilt
67b279
67b279
* Mon Jul 10 2000 Tim Powers <timp@redhat.com>
67b279
- rebuilt
67b279
67b279
* Mon Jul 03 2000 Prospector <bugzilla@redhat.com>
67b279
- automatic rebuild
67b279
67b279
* Fri May 26 2000 Tim Powers <timp@redhat.com>
67b279
- man pages in /usr/share/man (FHS compliant location)
67b279
- grabbed spec from contrib
67b279
- initial build for Powertools
67b279
67b279
* Wed May 12 1999 Peter Soos <sp@osb.hu>
67b279
- Corrected the file and directory attributes to rebuild the package
67b279
  under RedHat Linux 6.0
67b279
67b279
* Fri Dec 25 1998 Peter Soos <sp@osb.hu>
67b279
- Corrected the file and directory attributes
67b279
67b279
* Tue Jun 23 1998 Peter Soos <sp@osb.hu>
67b279
- Using %%attr for ability to rebuild the package as an ordinary user.
67b279
67b279
* Wed Jun 04 1997 Timo Karjalainen <timok@iki.fi>
67b279
- Reverted back to un-gzipped man-pages (Redhat style)
67b279
- Added patch to compile everything cleanly
67b279
- Some minor changes to specfile
67b279
67b279
* Thu Mar 27 1997 Tomasz Kłoczko <kloczek@rudy.mif.pg.gda.pl>
67b279
  - new version:
67b279
    Patchlevel 17 had some minor bugfixes and improvements
67b279
    - Trailer information now put before %%EOF comments if no %%Trailer
67b279
    - psselect can now add blank pages.
67b279
    - Piped input works in Linux
67b279
    - spec file rewrited for using Buildroot,
67b279
    - man pages gziped.