2020-10-02 13:49:12 +00:00
|
|
|
# Unbundle gnulib
|
|
|
|
%bcond_without psutils_enables_unbundling_gnulib
|
|
|
|
|
|
|
|
Name: psutils
|
2020-11-18 14:54:16 +00:00
|
|
|
Version: 2.04
|
2020-10-02 13:49:12 +00:00
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: PostScript utilities
|
|
|
|
# COPYING: GPLv3 text
|
|
|
|
# epsffit.1: GPLv3+
|
|
|
|
# epsffit.in.in: GPLv3+
|
|
|
|
# extractres.in.in: psutils
|
|
|
|
# includeres.in.in: psutils
|
|
|
|
# psbook.1: GPLv3+
|
|
|
|
# psbook.in.in: GPLv3+
|
|
|
|
# psjoin.1: GPLv3+
|
|
|
|
# psjoin.in.in: GPLv3+
|
|
|
|
# psnup.in.in: GPLv3+
|
|
|
|
# psresize.1: GPLv3+
|
|
|
|
# psresize.in.in: GPLv3+
|
|
|
|
# psselect.1: GPLv3+
|
|
|
|
# psselect.in.in: GPLv3+
|
|
|
|
# pstops.1: GPLv3+
|
|
|
|
# pstops.in.in: GPLv3+
|
|
|
|
# PSUtils.pm: GPLv3+
|
|
|
|
# README: GPLv3+
|
|
|
|
## Not in any binary package
|
|
|
|
# aclocal.m4: FSFULLR
|
|
|
|
# build-aux/compile: GPLv2+ with Autoconf exception
|
|
|
|
# build-aux/config.guess: GPLv3+ with Autoconf exception
|
|
|
|
# build-aux/config.sub: GPLv3+ with Autoconf exception
|
|
|
|
# build-aux/depcomp: GPLv2+ with Autoconf exception
|
|
|
|
# build-aux/install-sh: MIT
|
|
|
|
# build-aux/missing: GPLv2+ with Autoconf exception
|
|
|
|
# build-aux/mdate-sh: GPLv2+ with Autoconf exception
|
|
|
|
# build-aux/test-driver: GPLv2+ with Autoconf exception
|
|
|
|
# build-aux/texinfo.tex: GPLv3+ with TeX exception
|
|
|
|
# configure: FSFULLR
|
|
|
|
# INSTALL: FSFAP
|
|
|
|
# m4/00gnulib.m4: FSFULLR
|
|
|
|
# m4/ax_check_gnu_make.m4: FSFAP
|
|
|
|
# m4/gnulib-common.m4: FSFULLR
|
|
|
|
# m4/gnulib-comp.m4: GPLv3+ with Autoconf exception
|
|
|
|
# m4/relocatable-lib.m4: FSFULLR
|
|
|
|
# Makefile.in: FSFULLR
|
|
|
|
# old-scripts/fixwfwps: See LICENSE
|
|
|
|
# pre-inst-env: GPLv2+
|
|
|
|
# pre-inst-env.in: GPLv2+
|
|
|
|
License: GPLv3+ and psutils
|
|
|
|
URL: https://github.com/rrthomas/%{name}
|
|
|
|
Source: %{url}/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: automake >= 1.11
|
|
|
|
BuildRequires: bash
|
|
|
|
# coreutils for chmod in Makefile.am
|
|
|
|
BuildRequires: coreutils
|
2020-11-18 14:54:16 +00:00
|
|
|
# gcc is a default autoconf dependency and populates EXEEXT variable used in
|
|
|
|
# Makefile.am.
|
2018-07-09 17:06:50 +00:00
|
|
|
BuildRequires: gcc
|
2020-10-02 13:49:12 +00:00
|
|
|
%if %{with psutils_enables_unbundling_gnulib}
|
|
|
|
BuildRequires: gnulib-devel
|
|
|
|
%endif
|
|
|
|
BuildRequires: grep
|
|
|
|
BuildRequires: make
|
2016-06-24 08:25:07 +00:00
|
|
|
BuildRequires: perl-generators
|
2020-10-02 13:49:12 +00:00
|
|
|
BuildRequires: sed
|
|
|
|
# Run-time:
|
|
|
|
BuildRequires: paper
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
BuildRequires: perl(:VERSION) >= 5.14
|
|
|
|
BuildRequires: perl(base)
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
BuildRequires: perl(Fcntl)
|
2014-04-10 09:06:10 +00:00
|
|
|
BuildRequires: perl(File::Basename)
|
2020-10-02 13:49:12 +00:00
|
|
|
BuildRequires: perl(File::Copy)
|
|
|
|
BuildRequires: perl(File::Temp)
|
2014-04-10 09:06:10 +00:00
|
|
|
BuildRequires: perl(Getopt::Long)
|
2020-10-02 13:49:12 +00:00
|
|
|
BuildRequires: perl(IPC::Run3)
|
|
|
|
BuildRequires: perl(List::Util)
|
|
|
|
BuildRequires: perl(POSIX)
|
2014-04-10 09:06:10 +00:00
|
|
|
BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(warnings)
|
2020-10-02 13:49:12 +00:00
|
|
|
# Tests:
|
|
|
|
BuildRequires: diffutils
|
|
|
|
# Only for building
|
|
|
|
Provides: bundled(gnulib)%(perl -ne 'if($. == 1 and /\A(\d+)-(\d+)-(\d+)/) {print qq{ = $1$2$3}}' %{_defaultdocdir}/gnulib/ChangeLog 2>/dev/null)
|
|
|
|
# psutils-perl was merged into psutils-2.03-1.fc34
|
|
|
|
Provides: %{name}-perl = %{version}-%{release}
|
|
|
|
Obsoletes: %{name}-perl < %{version}-%{release}
|
|
|
|
Requires: paper
|
|
|
|
|
|
|
|
# Filter private modules
|
|
|
|
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(PSUtils\\)
|
|
|
|
%global __provides_exclude %{?__provides_exclude:%{__provides_exclude}|}^perl\\(PSUtils\\)
|
2004-09-09 10:49:02 +00:00
|
|
|
|
|
|
|
%description
|
2014-01-22 09:55:40 +00:00
|
|
|
Utilities for manipulating PostScript documents.
|
2004-09-09 10:49:02 +00:00
|
|
|
Page selection and rearrangement are supported, including arrangement into
|
|
|
|
signatures for booklet printing, and page merging for n-up printing.
|
|
|
|
|
|
|
|
%prep
|
2013-10-22 15:17:04 +00:00
|
|
|
%setup -q
|
2020-10-02 13:49:12 +00:00
|
|
|
%if %{with psutils_enables_unbundling_gnulib}
|
|
|
|
gnulib-tool --import --no-changelog relocatable-perl
|
|
|
|
%endif
|
|
|
|
autoreconf -fi
|
2004-09-09 10:49:02 +00:00
|
|
|
|
|
|
|
%build
|
2020-10-02 13:49:12 +00:00
|
|
|
%configure --disable-relocatable
|
|
|
|
%{make_build}
|
2004-09-09 10:49:02 +00:00
|
|
|
|
|
|
|
%install
|
2020-10-02 13:49:12 +00:00
|
|
|
%{make_install}
|
|
|
|
|
|
|
|
%check
|
|
|
|
unset PSUTILS_UNINSTALLED
|
|
|
|
make check %{?_smp_mflags}
|
2004-09-09 10:49:02 +00:00
|
|
|
|
|
|
|
%files
|
2020-10-02 13:49:12 +00:00
|
|
|
%license COPYING
|
|
|
|
# ChangeLog is not helpful
|
|
|
|
# old-scripts excluded intentionally
|
|
|
|
%doc README
|
2009-07-22 19:11:59 +00:00
|
|
|
%{_bindir}/epsffit
|
2020-10-02 13:49:12 +00:00
|
|
|
%{_bindir}/extractres
|
|
|
|
%{_bindir}/includeres
|
2009-07-22 19:11:59 +00:00
|
|
|
%{_bindir}/psbook
|
2020-10-02 13:49:12 +00:00
|
|
|
%{_bindir}/psjoin
|
2009-07-22 19:11:59 +00:00
|
|
|
%{_bindir}/psnup
|
|
|
|
%{_bindir}/psresize
|
|
|
|
%{_bindir}/psselect
|
|
|
|
%{_bindir}/pstops
|
2020-10-02 13:49:12 +00:00
|
|
|
%{_datadir}/%{name}
|
2014-04-10 09:06:10 +00:00
|
|
|
%{_mandir}/man1/epsffit.1*
|
2020-10-02 13:49:12 +00:00
|
|
|
%{_mandir}/man1/extractres.1*
|
|
|
|
%{_mandir}/man1/includeres.1*
|
2014-04-10 09:06:10 +00:00
|
|
|
%{_mandir}/man1/psbook.1*
|
2020-10-02 13:49:12 +00:00
|
|
|
%{_mandir}/man1/psjoin.1*
|
2014-04-10 09:06:10 +00:00
|
|
|
%{_mandir}/man1/psnup.1*
|
|
|
|
%{_mandir}/man1/psresize.1*
|
|
|
|
%{_mandir}/man1/psselect.1*
|
|
|
|
%{_mandir}/man1/pstops.1*
|
|
|
|
%{_mandir}/man1/psutils.1*
|
2009-07-22 19:11:59 +00:00
|
|
|
|
2004-09-09 10:49:02 +00:00
|
|
|
|
|
|
|
%changelog
|
2020-11-18 14:54:16 +00:00
|
|
|
* Wed Nov 18 2020 Petr Pisar <ppisar@redhat.com> - 2.04-1
|
|
|
|
- 2.04 bump
|
|
|
|
|
2020-10-02 13:49:12 +00:00
|
|
|
* Fri Oct 02 2020 Petr Pisar <ppisar@redhat.com> - 2.03-1
|
|
|
|
- 2.03 bump
|
|
|
|
|
2020-07-28 23:08:10 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.23-18
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-01-30 09:55:20 +00:00
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.23-17
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-26 11:27:26 +00:00
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.23-16
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-02 04:57:16 +00:00
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.23-15
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-13 22:57:18 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.23-14
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-09 05:54:28 +00:00
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.23-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-08-03 06:26:12 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.23-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-27 09:07:42 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.23-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-11 07:55:28 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.23-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-02-04 18:33:08 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.23-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-18 17:55:53 +00:00
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.23-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-05-29 11:55:06 +00:00
|
|
|
* Fri May 29 2015 Jiri Popelka <jpopelka@redhat.com> - 1.23-7
|
|
|
|
- Correctly parse paper sizes returned by paperconf (#1208985)
|
|
|
|
|
2014-08-17 20:08:23 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.23-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 17:27:07 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.23-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-04-23 15:27:25 +00:00
|
|
|
* Wed Apr 23 2014 Jiri Popelka <jpopelka@redhat.com> - 1.23-4
|
|
|
|
- move psjoin to perl subpackage (#226324#c16)
|
|
|
|
|
2014-04-10 09:06:10 +00:00
|
|
|
* Thu Apr 10 2014 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.23-3
|
|
|
|
- Use /usr/bin/perl instead of /usr/bin/env perl.
|
|
|
|
- Add BR: perl(*).
|
|
|
|
- Use wildcards instead of hardcoded *.gz for man-pages.
|
|
|
|
|
2014-03-04 15:30:11 +00:00
|
|
|
* Tue Mar 04 2014 Jiri Popelka <jpopelka@redhat.com> - 1.23-2
|
|
|
|
- use paperconf instead of paper binary (#1072371)
|
|
|
|
|
2014-01-22 09:55:40 +00:00
|
|
|
* Wed Jan 22 2014 Jiri Popelka <jpopelka@redhat.com> - 1.23-1
|
|
|
|
- 1.23
|
|
|
|
|
2013-10-22 15:17:04 +00:00
|
|
|
* Tue Oct 22 2013 Jiri Popelka <jpopelka@redhat.com> - 1.21-1
|
|
|
|
- new upstream
|
|
|
|
- version 1.21
|
|
|
|
|
2013-08-04 05:24:56 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.17-43
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-03-26 13:59:09 +00:00
|
|
|
* Tue Mar 26 2013 Jiri Popelka <jpopelka@redhat.com> - 1.17-42
|
2013-03-26 13:50:18 +00:00
|
|
|
- few usage/man page fixes
|
2013-02-14 18:28:35 +00:00
|
|
|
|
2013-03-26 13:59:09 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.17-41
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-11-29 13:35:29 +00:00
|
|
|
* Thu Nov 29 2012 Jiri Popelka <jpopelka@redhat.com> - 1.17-40
|
|
|
|
- fix dist tag and URL
|
|
|
|
- put psutils-copyright.patch among sources as it's used only in
|
|
|
|
psutils-remove-copyrighted-files
|
|
|
|
- no need to define BuildRoot and clean it in %%clean and %%install anymore
|
|
|
|
- %%defattr no longer needed in %%files
|
|
|
|
|
2012-07-21 03:24:52 +00:00
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.17-39
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-01-14 01:17:24 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.17-38
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-02-09 17:10:50 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.17-37
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-07-08 07:40:48 +00:00
|
|
|
* Thu Jul 08 2010 Tomas Smetana <tsmetana@redhat.com> 1.17-36
|
|
|
|
- add the LICENSE file to the perl subpackage
|
|
|
|
|
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.
|