|
|
e3d297 |
Summary: A tool for printing multiple pages of text on each printed page
|
|
|
e3d297 |
Name: mpage
|
|
|
e3d297 |
Version: 2.5.6
|
|
|
e3d297 |
Release: 14%{dist}
|
|
|
e3d297 |
License: GPLv2+
|
|
|
e3d297 |
Url: http://www.mesa.nl/pub/mpage/
|
|
|
e3d297 |
Group: Applications/Publishing
|
|
|
e3d297 |
Source: ftp://ftp.mesa.nl/pub/mpage/mpage-%{version}.tgz
|
|
|
e3d297 |
Patch0: mpage25-config.patch
|
|
|
e3d297 |
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
|
|
e3d297 |
|
|
|
e3d297 |
%description
|
|
|
e3d297 |
The mpage utility takes plain text files or PostScript(TM) documents
|
|
|
e3d297 |
as input, reduces the size of the text, and prints the files on a
|
|
|
e3d297 |
PostScript printer with several pages on each sheet of paper. Mpage is
|
|
|
e3d297 |
very useful for viewing large printouts without using up lots of
|
|
|
e3d297 |
paper. Mpage supports many different layout options for the printed
|
|
|
e3d297 |
pages.
|
|
|
e3d297 |
|
|
|
e3d297 |
%prep
|
|
|
e3d297 |
%setup -q
|
|
|
e3d297 |
%patch0 -p1 -b .config
|
|
|
e3d297 |
|
|
|
e3d297 |
%build
|
|
|
e3d297 |
make BINDIR=%{_bindir} LIBDIR=%{_datadir} MANDIR=%{_mandir}/man1
|
|
|
e3d297 |
|
|
|
e3d297 |
iconv -f iso-8859-2 -t utf-8 CHANGES > CHANGES.tmp && \
|
|
|
e3d297 |
touch -r CHANGES CHANGES.tmp && mv CHANGES.tmp CHANGES
|
|
|
e3d297 |
|
|
|
e3d297 |
%install
|
|
|
e3d297 |
rm -rf $RPM_BUILD_ROOT
|
|
|
e3d297 |
mkdir -p $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/mpage,%{_mandir}/man1}
|
|
|
e3d297 |
|
|
|
e3d297 |
make PREFIX=$RPM_BUILD_ROOT/%{_prefix} BINDIR=$RPM_BUILD_ROOT/%{_bindir} \
|
|
|
e3d297 |
LIBDIR=$RPM_BUILD_ROOT/%{_datadir} \
|
|
|
e3d297 |
MANDIR=$RPM_BUILD_ROOT/%{_mandir}/man1 \
|
|
|
e3d297 |
install
|
|
|
e3d297 |
|
|
|
e3d297 |
%clean
|
|
|
e3d297 |
rm -rf $RPM_BUILD_ROOT
|
|
|
e3d297 |
|
|
|
e3d297 |
%files
|
|
|
e3d297 |
%defattr(-,root,root)
|
|
|
e3d297 |
%doc CHANGES Copyright README NEWS TODO FAQ COPYING COPYING.LESSER
|
|
|
e3d297 |
%{_bindir}/mpage
|
|
|
e3d297 |
%{_mandir}/man1/mpage.*
|
|
|
e3d297 |
%{_datadir}/mpage
|
|
|
e3d297 |
|
|
|
e3d297 |
%changelog
|
|
|
e3d297 |
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 2.5.6-14
|
|
|
e3d297 |
- Mass rebuild 2014-01-24
|
|
|
e3d297 |
|
|
|
e3d297 |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2.5.6-13
|
|
|
e3d297 |
- Mass rebuild 2013-12-27
|
|
|
e3d297 |
|
|
|
e3d297 |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.6-12
|
|
|
e3d297 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
e3d297 |
|
|
|
e3d297 |
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.6-11
|
|
|
e3d297 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
e3d297 |
|
|
|
e3d297 |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.6-10
|
|
|
e3d297 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
e3d297 |
|
|
|
e3d297 |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.6-9
|
|
|
e3d297 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
e3d297 |
|
|
|
e3d297 |
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.6-8
|
|
|
e3d297 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
e3d297 |
|
|
|
e3d297 |
* Fri Mar 27 2009 Michal Hlavinka <mhlavink@redhat.com> - 2.5.6-7
|
|
|
e3d297 |
- fix doc in file section
|
|
|
e3d297 |
|
|
|
e3d297 |
* Fri Mar 27 2009 Michal Hlavinka <mhlavink@redhat.com> - 2.5.6-6
|
|
|
e3d297 |
- preserve time stamps
|
|
|
e3d297 |
|
|
|
e3d297 |
* Fri Mar 27 2009 Michal Hlavinka <mhlavink@redhat.com> - 2.5.6-5
|
|
|
e3d297 |
- clean-up for merge review
|
|
|
e3d297 |
|
|
|
e3d297 |
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.6-4
|
|
|
e3d297 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
e3d297 |
|
|
|
e3d297 |
* Mon Aug 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.5.6-3
|
|
|
e3d297 |
- fix license tag
|
|
|
e3d297 |
|
|
|
e3d297 |
* Wed Feb 13 2008 Tomas Smetana <tsmetana@redhat.com> - 2.5.6-2
|
|
|
e3d297 |
- rebuild (gcc-4.3)
|
|
|
e3d297 |
|
|
|
e3d297 |
* Tue Jan 15 2008 Tomas Smetana <tsmetana@redhat.com> - 2.5.6-1
|
|
|
e3d297 |
- new upstream version
|
|
|
e3d297 |
|
|
|
e3d297 |
* Thu Aug 23 2007 Martin Bacovsky <mbacovsk@redhat.com> - 2.5.5-1
|
|
|
e3d297 |
- upgrade to new upstream version 2.5.5
|
|
|
e3d297 |
|
|
|
e3d297 |
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.5.4-7.1
|
|
|
e3d297 |
- rebuild
|
|
|
e3d297 |
|
|
|
e3d297 |
* Fri May 12 2006 Jitka Kudrnacova <jkudrnac@redhat.com> - 2.5.4-7
|
|
|
e3d297 |
- Applied patch for font-restriction to avoid problems with gs (bug #191459)
|
|
|
e3d297 |
|
|
|
e3d297 |
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.5.4-6.1
|
|
|
e3d297 |
- bump again for double-long bug on ppc(64)
|
|
|
e3d297 |
|
|
|
e3d297 |
* Wed Feb 08 2006 Jitka Kudrnacova <jkudrnac@redhat.com> 2.5.4-6
|
|
|
e3d297 |
- Fixed page scaling (bug #173276) and modified the manpage
|
|
|
e3d297 |
(the bug was mentioned in the manpage)
|
|
|
e3d297 |
|
|
|
e3d297 |
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.5.4-5.2
|
|
|
e3d297 |
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
e3d297 |
|
|
|
e3d297 |
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
e3d297 |
- rebuilt
|
|
|
e3d297 |
|
|
|
e3d297 |
* Wed Mar 2 2005 Tim Waugh <twaugh@redhat.com> 2.5.4-5
|
|
|
e3d297 |
- Rebuild for new GCC.
|
|
|
e3d297 |
|
|
|
e3d297 |
* Thu Feb 17 2005 Tim Waugh <twaugh@redhat.com> 2.5.4-4
|
|
|
e3d297 |
- Fixed build with GCC 4.
|
|
|
e3d297 |
|
|
|
e3d297 |
* Wed Feb 9 2005 Tim Waugh <twaugh@redhat.com> 2.5.4-3
|
|
|
e3d297 |
- Rebuilt.
|
|
|
e3d297 |
|
|
|
e3d297 |
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
e3d297 |
- rebuilt
|
|
|
e3d297 |
|
|
|
e3d297 |
* Tue Jun 1 2004 Tim Waugh <twaugh@redhat.com> 2.5.4-1
|
|
|
e3d297 |
- 2.5.4.
|
|
|
e3d297 |
|
|
|
e3d297 |
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
e3d297 |
- rebuilt
|
|
|
e3d297 |
|
|
|
e3d297 |
* Mon Jun 23 2003 Tim Waugh <twaugh@redhat.com> 2.5.3-6
|
|
|
e3d297 |
- Fix header output (bug #97764).
|
|
|
e3d297 |
- Fix UTF-8 patch (bug #97763).
|
|
|
e3d297 |
- Fix license tag (bug #97763).
|
|
|
e3d297 |
|
|
|
e3d297 |
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
e3d297 |
- rebuilt
|
|
|
e3d297 |
|
|
|
e3d297 |
* Thu May 8 2003 Tim Waugh <twaugh@redhat.com> 2.5.3-4
|
|
|
e3d297 |
- Handle UTF-8 CJK (bug #90436).
|
|
|
e3d297 |
|
|
|
e3d297 |
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 2.5.3-3
|
|
|
e3d297 |
- rebuilt
|
|
|
e3d297 |
|
|
|
e3d297 |
* Wed Nov 6 2002 Tim Waugh <twaugh@redhat.com> 2.5.3-2
|
|
|
e3d297 |
- Fix segfault on malformed arguments (bug #77417).
|
|
|
e3d297 |
- Removed unused patches.
|
|
|
e3d297 |
|
|
|
e3d297 |
* Sun Oct 20 2002 Tim Waugh <twaugh@redhat.com> 2.5.3-1
|
|
|
e3d297 |
- 2.5.3 (bug #74401, bug #70826).
|
|
|
e3d297 |
|
|
|
e3d297 |
* Tue Jul 16 2002 Tim Waugh <twaugh@redhat.com> 2.5.2-4
|
|
|
e3d297 |
- Fix segfault when MPAGE is set (bug #68701).
|
|
|
e3d297 |
|
|
|
e3d297 |
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 2.5.2-3
|
|
|
e3d297 |
- automated rebuild
|
|
|
e3d297 |
|
|
|
e3d297 |
* Fri Jun 14 2002 Tim Waugh <twaugh@redhat.com> 2.5.2-2
|
|
|
e3d297 |
- s/Copyright:/License:/.
|
|
|
e3d297 |
- Don't explicitly strip binaries (bug #62564).
|
|
|
e3d297 |
- Fix -H option (bug #57105).
|
|
|
e3d297 |
|
|
|
e3d297 |
* Wed Apr 24 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
e3d297 |
- update to 2.5.2
|
|
|
e3d297 |
|
|
|
e3d297 |
* Sat Apr 13 2002 Tim Powers <timp@redhat.com>
|
|
|
e3d297 |
- bump release and rebuild
|
|
|
e3d297 |
|
|
|
e3d297 |
* Thu Nov 8 2001 Bill Nottingham <notting@redhat.com>
|
|
|
e3d297 |
- don't segfault if run in a nonexistant locale (#55900)
|
|
|
e3d297 |
|
|
|
e3d297 |
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
|
|
|
e3d297 |
- Bump release + rebuild.
|
|
|
e3d297 |
|
|
|
e3d297 |
* Wed Apr 11 2001 Bill Nottingham <notting@redhat.com>
|
|
|
e3d297 |
- only output japanese if we're running in japanese (#34882)
|
|
|
e3d297 |
|
|
|
e3d297 |
* Wed Jan 10 2001 Bill Nottingham <notting@redhat.com>
|
|
|
e3d297 |
- actually *apply the patch*
|
|
|
e3d297 |
|
|
|
e3d297 |
* Mon Jan 8 2001 Bill Nottingham <notting@redhat.com>
|
|
|
e3d297 |
- add patch to use mkstemp
|
|
|
e3d297 |
|
|
|
e3d297 |
* Mon Dec 18 2000 Bill Nottingham <notting@redhat.com>
|
|
|
e3d297 |
- don't change the default papersize
|
|
|
e3d297 |
|
|
|
e3d297 |
* Mon Dec 18 2000 Yukihiro Nakai <ynakai@redhat.com>
|
|
|
e3d297 |
- Add a Japanese patch.
|
|
|
e3d297 |
|
|
|
e3d297 |
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
|
|
e3d297 |
- automatic rebuild
|
|
|
e3d297 |
|
|
|
e3d297 |
* Sat Jun 10 2000 Bill Nottingham <notting@redhat.com>
|
|
|
e3d297 |
- Hm. 2.5.1pre hasn't been touched in two years. I guess that's 'stable'.
|
|
|
e3d297 |
- add a bugfix patch from debian.
|
|
|
e3d297 |
|
|
|
e3d297 |
* Thu Feb 3 2000 Bill Nottingham <notting@redhat.com>
|
|
|
e3d297 |
- handle compressed man pages
|
|
|
e3d297 |
|
|
|
e3d297 |
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
e3d297 |
- auto rebuild in the new build environment (release 7)
|
|
|
e3d297 |
|
|
|
e3d297 |
* Tue Jan 24 1999 Michael Maher <mike@redhat.com>
|
|
|
e3d297 |
- changed group
|
|
|
e3d297 |
|
|
|
e3d297 |
* Thu Dec 17 1998 Michael Maher <mike@redhat.com>
|
|
|
e3d297 |
- 6.0 build stuff.
|
|
|
e3d297 |
|
|
|
e3d297 |
* Sun Aug 16 1998 Jeff Johnson <jbj@redhat.com>
|
|
|
e3d297 |
- build root
|
|
|
e3d297 |
|
|
|
e3d297 |
* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
|
|
|
e3d297 |
- translations modified for de, fr, tr
|
|
|
e3d297 |
|
|
|
e3d297 |
* Wed Oct 15 1997 Michael Fulbright <msf@redhat.com>
|
|
|
e3d297 |
- (Re)applied patch to correctly print dvips output.
|
|
|
e3d297 |
|
|
|
e3d297 |
* Mon Jul 21 1997 Erik Troan <ewt@redhat.com>
|
|
|
e3d297 |
- built against glibc
|