Blame SPECS/psutils.spec

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