2009-11-30 14:01:37 +00:00
|
|
|
Summary: A plain ASCII to PostScript converter
|
2004-09-09 04:31:18 +00:00
|
|
|
Name: enscript
|
2012-09-26 11:43:47 +00:00
|
|
|
Version: 1.6.6
|
2017-02-10 09:13:23 +00:00
|
|
|
Release: 10%{?dist}
|
2010-05-21 11:20:35 +00:00
|
|
|
License: GPLv3+
|
2004-09-09 04:31:18 +00:00
|
|
|
Group: Applications/Publishing
|
2009-12-14 13:01:28 +00:00
|
|
|
URL: http://www.gnu.org/software/enscript
|
|
|
|
# Tarball exists nowhere. You have to obtain it via:
|
|
|
|
# $ git clone git://git.savannah.gnu.org/enscript.git
|
|
|
|
# $ git archive --format=tar --prefix=enscript-1.6.4/ v1.6.4 |gzip > enscript-1.6.4.tar.gz
|
|
|
|
Source0: enscript-%{version}.tar.gz
|
2006-02-17 15:33:18 +00:00
|
|
|
Source1: enscript-ruby-1.6.4.tar.gz
|
|
|
|
#http://neugierig.org/software/ruby/ruby-enscript.tar.gz
|
|
|
|
Source2: enscript-php-1.6.4.st
|
|
|
|
#http://home.raxnet.net/downloads/viewcvs/php.st
|
2009-12-14 13:01:28 +00:00
|
|
|
|
|
|
|
# RH #61294
|
2004-09-09 04:33:20 +00:00
|
|
|
Patch3: enscript-1.6.1-locale.patch
|
2009-12-14 13:01:28 +00:00
|
|
|
|
|
|
|
# RH #224548
|
2007-01-26 12:37:28 +00:00
|
|
|
Patch8: enscript-wrap_header.patch
|
2009-12-14 13:01:28 +00:00
|
|
|
|
2008-08-08 11:31:07 +00:00
|
|
|
Patch10:enscript-1.6.4-rh457720.patch
|
2009-11-30 14:01:37 +00:00
|
|
|
Patch12:enscript-rh477382.patch
|
2012-09-26 13:47:52 +00:00
|
|
|
Patch13:enscript-build.patch
|
2013-04-04 12:12:29 +00:00
|
|
|
Patch14:enscript-manfixes.patch
|
2013-05-14 16:00:29 +00:00
|
|
|
Patch15: enscript-bufpos-crash.patch
|
2012-09-26 13:47:52 +00:00
|
|
|
|
2009-11-30 14:01:37 +00:00
|
|
|
Requires(preun): /sbin/install-info
|
|
|
|
Requires(post): /sbin/install-info
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2009-12-14 13:01:28 +00:00
|
|
|
Obsoletes: nenscript < 1.13++-13
|
|
|
|
Provides: nenscript = 1.13++-13
|
2004-09-09 04:31:18 +00:00
|
|
|
|
2010-05-21 11:34:07 +00:00
|
|
|
BuildRequires: autoconf, automake, gettext
|
2010-09-08 08:58:58 +00:00
|
|
|
BuildRequires: gettext-devel
|
2009-11-30 14:01:37 +00:00
|
|
|
|
2004-09-09 04:31:18 +00:00
|
|
|
%description
|
|
|
|
GNU enscript is a free replacement for Adobe's Enscript
|
|
|
|
program. Enscript converts ASCII files to PostScript(TM) and spools
|
|
|
|
generated PostScript output to the specified printer or saves it to a
|
2004-09-09 04:33:03 +00:00
|
|
|
file. Enscript can be extended to handle different output media and
|
2009-11-30 14:01:37 +00:00
|
|
|
includes many options for customizing printouts
|
2004-09-09 04:31:18 +00:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2004-09-09 04:33:20 +00:00
|
|
|
%patch3 -p1 -b .locale
|
2006-09-01 08:34:39 +00:00
|
|
|
%patch8 -p1 -b .wrap_header
|
2008-08-08 11:31:07 +00:00
|
|
|
%patch10 -p1 -b .rh457720
|
2009-11-30 14:01:37 +00:00
|
|
|
%patch12 -p1 -b .rh477382
|
2012-09-26 13:47:52 +00:00
|
|
|
%patch13 -p1 -b .build
|
2013-04-04 12:12:29 +00:00
|
|
|
%patch14 -p1 -b .manfixes
|
2013-05-14 16:00:29 +00:00
|
|
|
%patch15 -p1 -b .bufpos-crash
|
2009-11-30 14:01:37 +00:00
|
|
|
|
2006-02-17 15:33:18 +00:00
|
|
|
%{__tar} -C states/hl -zxf %{SOURCE1} ruby.st
|
|
|
|
install -pm 644 %{SOURCE2} states/hl/php.st
|
2004-09-09 04:31:18 +00:00
|
|
|
|
|
|
|
%build
|
2009-11-30 14:01:37 +00:00
|
|
|
autoreconf -fiv
|
2012-09-26 13:47:52 +00:00
|
|
|
export CPPFLAGS='-DPROTOTYPES'
|
2004-09-09 04:31:18 +00:00
|
|
|
%configure --with-media=Letter
|
2009-11-30 14:01:37 +00:00
|
|
|
make %{?_smp_mflags}
|
2004-09-09 04:31:18 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/locale/{de,es,fi,fr,nl,sl}/LC_MESSAGES
|
|
|
|
make DESTDIR=%{buildroot} install
|
2005-12-23 12:09:07 +00:00
|
|
|
rm -f %{buildroot}%{_datadir}/info/dir
|
2004-09-09 04:31:18 +00:00
|
|
|
|
2004-09-09 04:31:28 +00:00
|
|
|
%find_lang %name
|
|
|
|
|
2004-09-09 04:31:18 +00:00
|
|
|
# XXX note doubled %% in sed script below.
|
2005-12-23 10:28:41 +00:00
|
|
|
(cd %{buildroot};find .%{_datadir}/enscript/* \! -type d) | \
|
2004-09-09 04:31:18 +00:00
|
|
|
sed -e 's,^\.,,' | sed -e 's,*font.map,%%config &,' > share.list
|
2005-12-23 10:28:41 +00:00
|
|
|
(cd %{buildroot};find .%{_datadir}/enscript/* -type d) | \
|
|
|
|
sed -e 's,^\.,,' | sed -e 's,^,%dir ,' >> share.list
|
2004-09-09 04:31:18 +00:00
|
|
|
|
2004-09-09 04:31:28 +00:00
|
|
|
( cd %{buildroot}
|
2004-09-09 04:31:18 +00:00
|
|
|
ln .%{_prefix}/bin/enscript .%{_prefix}/bin/nenscript
|
2004-09-09 04:31:28 +00:00
|
|
|
)
|
2004-09-09 04:31:18 +00:00
|
|
|
|
2009-12-14 13:01:28 +00:00
|
|
|
%find_lang %{name} %{name}.lang
|
2004-09-09 04:31:18 +00:00
|
|
|
|
2009-11-30 14:01:37 +00:00
|
|
|
for all in README THANKS; do
|
|
|
|
iconv -f ISO88591 -t UTF8 < $all > $all.new
|
|
|
|
touch -r $all $all.new
|
|
|
|
mv $all.new $all
|
|
|
|
done
|
|
|
|
|
2004-09-09 04:31:18 +00:00
|
|
|
%clean
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
2005-12-23 10:28:41 +00:00
|
|
|
%preun
|
|
|
|
if [ $1 = 0 ]; then
|
|
|
|
[ -f %{_infodir}/%{name}.info.gz ] && \
|
|
|
|
/sbin/install-info --delete %{_infodir}/%{name}.info.gz \
|
|
|
|
%{_infodir}/dir || :
|
|
|
|
fi
|
|
|
|
|
|
|
|
%post
|
|
|
|
[ -f %{_infodir}/%{name}.info.gz ] && \
|
|
|
|
/sbin/install-info %{_infodir}/%{name}.info.gz %{_infodir}/dir || :
|
|
|
|
|
2009-12-14 13:01:28 +00:00
|
|
|
%files -f %{name}.lang -f share.list
|
2009-11-30 14:01:37 +00:00
|
|
|
%defattr(-,root,root,-)
|
2009-12-14 13:01:28 +00:00
|
|
|
%doc AUTHORS ChangeLog COPYING docs/FAQ.html NEWS README README.ESCAPES THANKS TODO
|
2004-09-09 04:31:18 +00:00
|
|
|
%{_bindir}/*
|
|
|
|
%{_mandir}/man1/*
|
2004-09-09 04:33:03 +00:00
|
|
|
%dir %{_datadir}/enscript
|
2005-12-23 10:28:41 +00:00
|
|
|
%{_infodir}/%{name}*
|
2004-09-09 04:31:18 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/enscript.cfg
|
|
|
|
|
|
|
|
%changelog
|
2017-02-10 09:13:23 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.6-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-02-03 19:51:27 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.6-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-17 05:30:39 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.6-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2014-08-16 10:47:47 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.6-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 10:28:52 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.6-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-08-03 09:51:01 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.6-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-05-14 16:00:29 +00:00
|
|
|
* Mon May 13 2013 Tim Waugh <twaugh@redhat.com> - 1.6.6-4
|
|
|
|
|
2013-05-14 15:17:48 +00:00
|
|
|
- Fixed word-wrapping crash in tokenizer (bug #870639).
|
2013-04-04 12:12:29 +00:00
|
|
|
* Thu Apr 04 2013 Adam Tkac <atkac redhat com> - 1.6.6-3
|
|
|
|
- some manpage fixes
|
|
|
|
|
2013-02-13 20:57:37 +00:00
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-09-26 11:43:47 +00:00
|
|
|
* Wed Sep 26 2012 Adam Tkac <atkac redhat com> - 1.6.6-1
|
|
|
|
- update to 1.6.6
|
|
|
|
- paches merged
|
|
|
|
- enscript-1.6.4-hilight.patch
|
|
|
|
- enscript-1.6.4-rh457719.patch
|
|
|
|
|
2012-07-18 23:31:19 +00:00
|
|
|
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.5.2-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-01-13 01:52:02 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.5.2-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-02-08 17:49:13 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.5.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-09-08 08:58:58 +00:00
|
|
|
* Wed Sep 08 2010 Adam Tkac <atkac redhat com> - 1.6.5.2-3
|
|
|
|
- BR: s/gettext-autopoint/gettext-devel (#631147)
|
|
|
|
|
2010-07-17 09:03:49 +00:00
|
|
|
* Sat Jul 17 2010 Dan Horák <dan[at]danny.cz> - 1.6.5.2-2
|
|
|
|
- add gettext-autopoint to BuildRequires
|
|
|
|
|
2010-06-02 11:38:07 +00:00
|
|
|
* Wed Jun 02 2010 Adam Tkac <atkac redhat com> - 1.6.5.2-1
|
|
|
|
- update to 1.6.5.2
|
|
|
|
|
2010-05-21 11:20:35 +00:00
|
|
|
* Thu May 20 2010 Adam Tkac <atkac redhat com> - 1.6.5.1-1
|
|
|
|
- update to 1.6.5.1
|
|
|
|
- patches merged
|
|
|
|
- enscript-1.6.1-config.patch
|
|
|
|
- enscript-doublefree.patch
|
|
|
|
- enscript-1.6.1-CAN-2004-1185.patch
|
|
|
|
- enscript-1.6.1-CAN-2004-1186.patch
|
|
|
|
- enscript-CVE-2008-3863+CVE-2008-4306.patch
|
|
|
|
- license changed to GPLv3+
|
2010-05-21 11:34:07 +00:00
|
|
|
- add gettext to BuildRequires
|
2010-05-21 11:20:35 +00:00
|
|
|
|
2009-12-14 13:01:28 +00:00
|
|
|
* Mon Dec 14 2009 Adam Tkac <atkac redhat com> - 1.6.4-16
|
|
|
|
- merge review related fixes (#225729)
|
|
|
|
|
2009-11-30 14:01:37 +00:00
|
|
|
* Mon Nov 30 2009 Adam Tkac <atkac redhat com> - 1.6.4-15
|
|
|
|
- ship postscript files with .eps extension (#505775)
|
|
|
|
- merge review fixes (#225729)
|
|
|
|
- improve enscript-1.6.1-config.patch
|
|
|
|
|
2009-08-10 08:32:45 +00:00
|
|
|
* Mon Aug 10 2009 Ville Skyttä <ville.skytta at iki.fi> - 1.6.4-14
|
|
|
|
- Convert specfile to UTF-8.
|
|
|
|
|
2009-07-24 22:11:26 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.4-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-24 15:07:23 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.4-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-11-03 13:40:26 +00:00
|
|
|
* Mon Nov 03 2008 Adam Tkac <atkac redhat com> 1.6.4-11
|
|
|
|
- fixed various buffer overflows (CVE-2008-3863, CVE-2008-4306)
|
|
|
|
|
2008-08-08 11:31:07 +00:00
|
|
|
* Fri Aug 08 2008 Adam Tkac <atkac redhat com> 1.6.4-10
|
|
|
|
- updated patches due rpm 4.6
|
|
|
|
- enscript -w is handled well (#457719)
|
|
|
|
- mkafmmap -V is handled well (#457720)
|
|
|
|
|
2008-02-18 20:02:26 +00:00
|
|
|
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.6.4-9
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2007-08-22 11:27:42 +00:00
|
|
|
* Wed Aug 22 2007 Adam Tkac <atkac redhat com> 1.6.4-8
|
|
|
|
- rebuild (BuildID feature)
|
|
|
|
- change license to GPLv2
|
|
|
|
|
|
|
|
* Mon Feb 12 2007 Adam Tkac <atkac redhat com> 1.6.4-7
|
2007-02-12 12:20:50 +00:00
|
|
|
- wrap_header patch had problems with around 70 characters long headers
|
|
|
|
|
2007-08-22 11:27:42 +00:00
|
|
|
* Fri Jan 26 2007 Adam Tkac <atkac redhat com> 1.6.4-6
|
2007-01-26 12:37:28 +00:00
|
|
|
- wrap_header patch has been improved
|
|
|
|
|
2007-08-22 11:27:42 +00:00
|
|
|
* Tue Dec 19 2006 Adam Tkac <atkac redhat com> 1.6.4-5
|
2007-01-26 12:37:28 +00:00
|
|
|
- fixed long-header patch
|
2006-12-19 15:52:22 +00:00
|
|
|
|
2006-09-01 08:34:39 +00:00
|
|
|
* Fri Sep 01 2006 Jitka Kudrnacova <jkudrnac@redhat.com> - 1.6.4-4
|
|
|
|
- enscript now wrapes long header instead of truncating
|
|
|
|
|
2006-07-12 05:44:45 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.6.4-3.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-06-27 06:19:40 +00:00
|
|
|
* Tue Jun 27 2006 Florian La Roche <laroche@redhat.com> - 1.6.4-3
|
|
|
|
- /sbin/install-info is required for scripts
|
|
|
|
|
2006-02-17 15:33:18 +00:00
|
|
|
*Fri Feb 17 2006 Jitka Kudrnacova <jkudrnac@redhat.com> 1.6.4-2
|
|
|
|
- added new highlighters (#177336)
|
|
|
|
|
2006-02-11 02:37:52 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.6.4-1.1.2
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-07 11:29:51 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.6.4-1.1.1
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2006-02-03 12:07:17 +00:00
|
|
|
* Fri Jan 27 2006 Jitka Kudrnacova <jkudrnac@redhat.com> 1.6.4-1.1
|
|
|
|
- fixed URL in the description (bug #178444)
|
|
|
|
|
2005-12-23 10:28:41 +00:00
|
|
|
* Fri Dec 23 2005 Tim Waugh <twaugh@redhat.com> 1.6.4-1
|
2005-12-23 10:29:11 +00:00
|
|
|
- 1.6.4 (bug #176349). No longer need tmp, CAN-2004-1184, demunge patches.
|
2005-12-23 10:28:41 +00:00
|
|
|
|
2005-12-09 22:40:19 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-03-08 16:27:46 +00:00
|
|
|
* Tue Mar 8 2005 Tim Waugh <twaugh@redhat.com> 1.6.1-31
|
|
|
|
- Fixed po files (bug #149859).
|
|
|
|
|
2005-03-02 18:46:42 +00:00
|
|
|
* Wed Mar 2 2005 Tim Waugh <twaugh@redhat.com> 1.6.1-30
|
|
|
|
- Rebuild for new GCC.
|
|
|
|
|
2005-01-29 12:51:02 +00:00
|
|
|
* Tue Jan 29 2005 Tim Waugh <twaugh@redhat.com> 1.6.1-29
|
2005-01-29 12:50:35 +00:00
|
|
|
- Applied patch to fix CAN-2004-1186 (bug #144684).
|
2005-01-29 12:50:02 +00:00
|
|
|
- Applied patch to fix CAN-2004-1185 (bug #144684).
|
2005-01-29 12:49:01 +00:00
|
|
|
- Backported patch to fix CAN-2004-1184 (bug #144684).
|
|
|
|
|
2004-09-27 13:37:24 +00:00
|
|
|
* Mon Sep 27 2004 Tim Waugh <twaugh@redhat.com> 1.6.1-28
|
|
|
|
- Fixed double-free problem (bug #132964).
|
|
|
|
|
2004-09-09 04:34:25 +00:00
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Mon Nov 3 2003 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Removed mail patch. It was included to be more compatible with an
|
|
|
|
lpr we no longer ship. Fixes bug #108762.
|
|
|
|
|
2004-09-09 04:34:09 +00:00
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 04:33:49 +00:00
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Wed Nov 20 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- rebuild on all arches
|
|
|
|
|
2004-09-09 04:33:44 +00:00
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
2004-09-09 04:33:41 +00:00
|
|
|
* Sun May 26 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Wed May 22 2002 Tim Waugh <twaugh@redhat.com> 1.6.1-20
|
|
|
|
- Fix URL (bug #65278).
|
|
|
|
|
2004-09-09 04:33:23 +00:00
|
|
|
* Wed Apr 3 2002 Tim Waugh <twaugh@redhat.com> 1.6.1-19
|
|
|
|
- Fix license (bug #62573).
|
|
|
|
|
2004-09-09 04:33:20 +00:00
|
|
|
* Mon Mar 18 2002 Tim Waugh <twaugh@redhat.com> 1.6.1-18
|
|
|
|
- Fix locale issues (bug #61294).
|
|
|
|
|
|
|
|
* Mon Feb 04 2002 Tim Waugh <twaugh@redhat.com> 1.6.1-17
|
|
|
|
- Rebuild in new environment.
|
2004-09-09 04:33:11 +00:00
|
|
|
|
2004-09-09 04:33:03 +00:00
|
|
|
* Mon Jan 14 2002 Tim Waugh <twaugh@redhat.com> 1.6.1-16.2
|
|
|
|
- Use tmpfile instead of tmpnam or tempnam (bug #57704).
|
|
|
|
- Built for Red Hat Linux 7.x.
|
|
|
|
|
|
|
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 1.6.1-16
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Wed Dec 19 2001 Tim Waugh <twaugh@redhat.com> 1.6.1-15
|
2009-11-30 14:01:37 +00:00
|
|
|
- Own %%{_datadir}/enscript directory (bug #56974).
|
2004-09-09 04:33:03 +00:00
|
|
|
|
|
|
|
* Mon Jun 25 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.6.1-14
|
2004-09-09 04:32:05 +00:00
|
|
|
- add optional mail paramater, closing bug #17750
|
|
|
|
- patch from marques@cs.cornell.edu
|
|
|
|
|
2004-09-09 04:31:34 +00:00
|
|
|
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- Bump release + rebuild.
|
|
|
|
|
2009-08-10 08:32:45 +00:00
|
|
|
* Tue Feb 27 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 04:31:28 +00:00
|
|
|
- langify
|
|
|
|
|
2004-09-09 04:31:18 +00:00
|
|
|
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
|
|
|
- automatic rebuild
|
|
|
|
|
|
|
|
* Mon Jun 12 2000 Preston Brown <pbrown@redhat.com>
|
|
|
|
- FHS paths
|
2004-09-09 04:33:03 +00:00
|
|
|
|
2004-09-09 04:31:18 +00:00
|
|
|
* Thu Feb 03 2000 Preston Brown <pbrown@redhat.com>
|
|
|
|
- rebuild to gzip man pages
|
|
|
|
|
|
|
|
* Wed Mar 24 1999 Erik Troan <ewt@redhat.com>
|
|
|
|
- marked /usr/share/enscript/font.map as a config file
|
|
|
|
|
|
|
|
* Mon Mar 22 1999 Preston Brown <pbrown@redhat.com>
|
|
|
|
- added documentation to the RPM
|
|
|
|
|
|
|
|
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- auto rebuild in the new build environment (release 5)
|
|
|
|
|
|
|
|
* Fri Mar 19 1999 Jeff Johnson <jbj@redhat.com>
|
|
|
|
- strip binaries.
|
|
|
|
- include i18n locales.
|
|
|
|
|
|
|
|
* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
|
|
|
|
- Injected new description and group.
|
|
|
|
|
|
|
|
* Wed Nov 11 1998 Preston Brown <pbrown@redhat.com>
|
|
|
|
- translations ripped out, slight cleanup to build section.
|
|
|
|
|
|
|
|
* Mon Nov 09 1998 Preston Brown <pbrown@redhat.com>
|
|
|
|
- initial build of GNU enscript to replace nenscript.
|