Blame SPECS/enscript.spec

f8ec88
Summary: A plain ASCII to PostScript converter
f8ec88
Name: enscript
f8ec88
Version: 1.6.6
f8ec88
Release: 28%{?dist}
f8ec88
License: GPLv3+ and LGPLv2+ and GPLv2+
f8ec88
URL: http://www.gnu.org/software/enscript
f8ec88
# Tarball exists nowhere. You have to obtain it via:
f8ec88
# $ git clone git://git.savannah.gnu.org/enscript.git
f8ec88
# $ git archive --format=tar --prefix=enscript-1.6.4/ v1.6.4 |gzip > enscript-1.6.4.tar.gz
f8ec88
Source0: enscript-%{version}.tar.gz
f8ec88
Source1: enscript-ruby-1.6.4.tar.gz
f8ec88
#http://neugierig.org/software/ruby/ruby-enscript.tar.gz
f8ec88
Source2: enscript-php-1.6.4.st
f8ec88
#http://home.raxnet.net/downloads/viewcvs/php.st
f8ec88
f8ec88
# RH #61294
f8ec88
Patch3: enscript-1.6.1-locale.patch
f8ec88
f8ec88
# RH #224548
f8ec88
Patch8: enscript-wrap_header.patch
f8ec88
f8ec88
Patch10:enscript-1.6.4-rh457720.patch
f8ec88
Patch12:enscript-rh477382.patch
f8ec88
Patch13:enscript-build.patch
f8ec88
Patch14:enscript-manfixes.patch
f8ec88
Patch15: enscript-bufpos-crash.patch
f8ec88
# 1664367 - adding support for 2 other encodings, enscript cannot print f.e. euro symbol
f8ec88
# without it
f8ec88
# rhbz: https://bugzilla.redhat.com/show_bug.cgi?id=1664367
f8ec88
# upstream patch: http://lists.gnu.org/archive/html/bug-enscript/2018-04/msg00008.html
f8ec88
Patch16: 0001-enscript-newencodings.patch
f8ec88
# enscript bundles some gnulib source files, so some issues or CVEs in gnulib can be
f8ec88
# present in enscript
f8ec88
# gnulib CVE: https://bugzilla.redhat.com/show_bug.cgi?id=1635896
f8ec88
Patch17: enscript-CVE-vasnprintf.patch
f8ec88
f8ec88
# gcc is no longer in buildroot by default
f8ec88
BuildRequires: gcc
f8ec88
# uses make
f8ec88
BuildRequires: make
f8ec88
BuildRequires: autoconf, automake, gettext
f8ec88
BuildRequires: gettext-devel
f8ec88
f8ec88
# our downstreamed gnulib bundles some gnulib files, so we need to provide
f8ec88
# this one. I'm not sure why we have gnulib files there, because upstream
f8ec88
# does not have these files. The correct way would be to extract these files,
f8ec88
# fix Makefiles to link correct gnulib and requires gnulib-'something' in spec
f8ec88
# file, but enscript is lowly used+low maintenance+mostly dead upstream package,
f8ec88
# so there is a little merit of doing it...
f8ec88
Provides: bundled(gnulib)
f8ec88
f8ec88
%description
f8ec88
GNU enscript is a free replacement for Adobe's Enscript
f8ec88
program. Enscript converts ASCII files to PostScript(TM) and spools
f8ec88
generated PostScript output to the specified printer or saves it to a
f8ec88
file. Enscript can be extended to handle different output media and
f8ec88
includes many options for customizing printouts
f8ec88
f8ec88
%prep
f8ec88
%setup -q
f8ec88
%patch3 -p1 -b .locale
f8ec88
%patch8 -p1 -b .wrap_header
f8ec88
%patch10 -p1 -b .rh457720
f8ec88
%patch12 -p1 -b .rh477382
f8ec88
%patch13 -p1 -b .build
f8ec88
%patch14 -p1 -b .manfixes
f8ec88
%patch15 -p1 -b .bufpos-crash
f8ec88
# 1664367 - [RFE] Add support for 885915 encoding in enscript
f8ec88
%patch16 -p1 -b .newencodings
f8ec88
# CVE in gnulib
f8ec88
%patch17 -p1 -b .vasnprintf
f8ec88
f8ec88
%{__tar} -C states/hl -zxf %{SOURCE1} ruby.st
f8ec88
install -pm 644 %{SOURCE2} states/hl/php.st
f8ec88
f8ec88
%build
f8ec88
autoreconf -fiv
f8ec88
export CPPFLAGS='-DPROTOTYPES'
f8ec88
%configure --with-media=Letter
f8ec88
%make_build
f8ec88
f8ec88
f8ec88
%install
f8ec88
mkdir -p %{buildroot}%{_datadir}/locale/{de,es,fi,fr,nl,sl}/LC_MESSAGES
f8ec88
%make_install
f8ec88
rm -f %{buildroot}%{_datadir}/info/dir
f8ec88
f8ec88
%find_lang %name
f8ec88
f8ec88
# XXX note doubled %% in sed script below.
f8ec88
(cd %{buildroot};find .%{_datadir}/enscript/* \! -type d) | \
f8ec88
	sed -e 's,^\.,,' | sed -e 's,*font.map,%%config &,' > share.list
f8ec88
(cd %{buildroot};find .%{_datadir}/enscript/* -type d) | \
f8ec88
	sed -e 's,^\.,,' | sed -e 's,^,%dir ,' >> share.list
f8ec88
f8ec88
( cd %{buildroot}
f8ec88
  ln .%{_prefix}/bin/enscript .%{_prefix}/bin/nenscript
f8ec88
)
f8ec88
f8ec88
%find_lang %{name} %{name}.lang
f8ec88
f8ec88
for all in README THANKS; do
f8ec88
	iconv -f ISO88591 -t UTF8 < $all > $all.new
f8ec88
	touch -r $all $all.new
f8ec88
	mv $all.new $all
f8ec88
done
f8ec88
f8ec88
%files -f %{name}.lang -f share.list
f8ec88
%doc AUTHORS ChangeLog COPYING docs/FAQ.html NEWS README README.ESCAPES THANKS TODO
f8ec88
%{_bindir}/*
f8ec88
%{_mandir}/man1/*
f8ec88
%dir %{_datadir}/enscript
f8ec88
%{_infodir}/%{name}*
f8ec88
%config(noreplace) %{_sysconfdir}/enscript.cfg
f8ec88
f8ec88
%changelog
f8ec88
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.6.6-28
f8ec88
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
f8ec88
  Related: rhbz#1991688
f8ec88
f8ec88
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.6.6-27
f8ec88
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
f8ec88
f8ec88
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.6-26
f8ec88
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
f8ec88
f8ec88
* Thu Nov 05 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.6.6-25
f8ec88
- make is no longer in buildroot by default
f8ec88
f8ec88
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.6-24
f8ec88
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
f8ec88
f8ec88
* Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 1.6.6-23
f8ec88
- Use make macros
f8ec88
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
f8ec88
f8ec88
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.6-22
f8ec88
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
f8ec88
f8ec88
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.6-21
f8ec88
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
f8ec88
f8ec88
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.6-20
f8ec88
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
f8ec88
f8ec88
* Tue Jan 29 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.6.6-19
f8ec88
- 1664367 - [RFE] Add support for 885915 encoding in enscript
f8ec88
- remove old Obsoletes/Provides
f8ec88
- fix gnulib CVE
f8ec88
f8ec88
* Tue Jul 24 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.6.6-18
f8ec88
- correcting license
f8ec88
f8ec88
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.6-17
f8ec88
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
f8ec88
f8ec88
* Mon Jun 18 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.6.6-16
f8ec88
- remove install-info, info package does it now automatically when any package puts a file into %%_infodir
f8ec88
f8ec88
* Mon Feb 19 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.6.6-15
f8ec88
- gcc is no longer in buildroot by default
f8ec88
f8ec88
* Thu Feb 08 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.6.6-14
f8ec88
- remove old stuff https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/MRWOMRZ6KPCV25EFHJ2O67BCCP3L4Y6N/
f8ec88
f8ec88
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.6-13
f8ec88
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
f8ec88
f8ec88
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.6-12
f8ec88
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
f8ec88
f8ec88
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.6-11
f8ec88
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
f8ec88
f8ec88
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.6-10
f8ec88
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
f8ec88
f8ec88
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.6-9
f8ec88
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
f8ec88
f8ec88
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.6-8
f8ec88
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
f8ec88
f8ec88
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.6-7
f8ec88
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
f8ec88
f8ec88
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.6-6
f8ec88
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
f8ec88
f8ec88
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.6-5
f8ec88
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
f8ec88
f8ec88
* Mon May 13 2013 Tim Waugh <twaugh@redhat.com> - 1.6.6-4
f8ec88
f8ec88
- Fixed word-wrapping crash in tokenizer (bug #870639).
f8ec88
* Thu Apr 04 2013 Adam Tkac <atkac redhat com> - 1.6.6-3
f8ec88
- some manpage fixes
f8ec88
f8ec88
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.6-2
f8ec88
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
f8ec88
f8ec88
* Wed Sep 26 2012 Adam Tkac <atkac redhat com> - 1.6.6-1
f8ec88
- update to 1.6.6
f8ec88
- paches merged
f8ec88
  - enscript-1.6.4-hilight.patch
f8ec88
  - enscript-1.6.4-rh457719.patch
f8ec88
f8ec88
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.5.2-6
f8ec88
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
f8ec88
f8ec88
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.5.2-5
f8ec88
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
f8ec88
f8ec88
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.5.2-4
f8ec88
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
f8ec88
f8ec88
* Wed Sep 08 2010 Adam Tkac <atkac redhat com> - 1.6.5.2-3
f8ec88
- BR: s/gettext-autopoint/gettext-devel (#631147)
f8ec88
f8ec88
* Sat Jul 17 2010 Dan Horák <dan[at]danny.cz> - 1.6.5.2-2
f8ec88
- add gettext-autopoint to BuildRequires
f8ec88
f8ec88
* Wed Jun 02 2010 Adam Tkac <atkac redhat com> - 1.6.5.2-1
f8ec88
- update to 1.6.5.2
f8ec88
f8ec88
* Thu May 20 2010 Adam Tkac <atkac redhat com> - 1.6.5.1-1
f8ec88
- update to 1.6.5.1
f8ec88
- patches merged
f8ec88
  - enscript-1.6.1-config.patch
f8ec88
  - enscript-doublefree.patch
f8ec88
  - enscript-1.6.1-CAN-2004-1185.patch
f8ec88
  - enscript-1.6.1-CAN-2004-1186.patch
f8ec88
  - enscript-CVE-2008-3863+CVE-2008-4306.patch
f8ec88
- license changed to GPLv3+
f8ec88
- add gettext to BuildRequires
f8ec88
f8ec88
* Mon Dec 14 2009 Adam Tkac <atkac redhat com> - 1.6.4-16
f8ec88
- merge review related fixes (#225729)
f8ec88
f8ec88
* Mon Nov 30 2009 Adam Tkac <atkac redhat com> - 1.6.4-15
f8ec88
- ship postscript files with .eps extension (#505775)
f8ec88
- merge review fixes (#225729)
f8ec88
- improve enscript-1.6.1-config.patch
f8ec88
f8ec88
* Mon Aug 10 2009 Ville Skyttä <ville.skytta at iki.fi> - 1.6.4-14
f8ec88
- Convert specfile to UTF-8.
f8ec88
f8ec88
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.4-13
f8ec88
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
f8ec88
f8ec88
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.4-12
f8ec88
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
f8ec88
f8ec88
* Mon Nov 03 2008 Adam Tkac <atkac redhat com> 1.6.4-11
f8ec88
- fixed various buffer overflows (CVE-2008-3863, CVE-2008-4306)
f8ec88
f8ec88
* Fri Aug 08 2008 Adam Tkac <atkac redhat com> 1.6.4-10
f8ec88
- updated patches due rpm 4.6
f8ec88
- enscript -w is handled well (#457719)
f8ec88
- mkafmmap -V is handled well (#457720)
f8ec88
f8ec88
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.6.4-9
f8ec88
- Autorebuild for GCC 4.3
f8ec88
f8ec88
* Wed Aug 22 2007 Adam Tkac <atkac redhat com> 1.6.4-8
f8ec88
- rebuild (BuildID feature)
f8ec88
- change license to GPLv2
f8ec88
f8ec88
* Mon Feb 12 2007 Adam Tkac <atkac redhat com> 1.6.4-7
f8ec88
- wrap_header patch had problems with around 70 characters long headers
f8ec88
f8ec88
* Fri Jan 26 2007 Adam Tkac <atkac redhat com> 1.6.4-6
f8ec88
- wrap_header patch has been improved
f8ec88
f8ec88
* Tue Dec 19 2006 Adam Tkac <atkac redhat com> 1.6.4-5
f8ec88
- fixed long-header patch
f8ec88
f8ec88
* Fri Sep 01 2006 Jitka Kudrnacova <jkudrnac@redhat.com> - 1.6.4-4
f8ec88
- enscript now wrapes long header instead of truncating
f8ec88
f8ec88
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.6.4-3.1
f8ec88
- rebuild
f8ec88
f8ec88
* Tue Jun 27 2006 Florian La Roche <laroche@redhat.com> - 1.6.4-3
f8ec88
- /sbin/install-info is required for scripts
f8ec88
f8ec88
*Fri Feb 17 2006 Jitka Kudrnacova <jkudrnac@redhat.com> 1.6.4-2
f8ec88
- added new highlighters (#177336)
f8ec88
f8ec88
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.6.4-1.1.2
f8ec88
- bump again for double-long bug on ppc(64)
f8ec88
f8ec88
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.6.4-1.1.1
f8ec88
- rebuilt for new gcc4.1 snapshot and glibc changes
f8ec88
f8ec88
* Fri Jan 27 2006 Jitka Kudrnacova <jkudrnac@redhat.com> 1.6.4-1.1
f8ec88
- fixed URL in the description (bug #178444)
f8ec88
f8ec88
* Fri Dec 23 2005 Tim Waugh <twaugh@redhat.com> 1.6.4-1
f8ec88
- 1.6.4 (bug #176349).  No longer need tmp, CAN-2004-1184, demunge patches.
f8ec88
f8ec88
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
f8ec88
- rebuilt
f8ec88
f8ec88
* Tue Mar  8 2005 Tim Waugh <twaugh@redhat.com> 1.6.1-31
f8ec88
- Fixed po files (bug #149859).
f8ec88
f8ec88
* Wed Mar  2 2005 Tim Waugh <twaugh@redhat.com> 1.6.1-30
f8ec88
- Rebuild for new GCC.
f8ec88
f8ec88
* Sat Jan 29 2005 Tim Waugh <twaugh@redhat.com> 1.6.1-29
f8ec88
- Applied patch to fix CAN-2004-1186 (bug #144684).
f8ec88
- Applied patch to fix CAN-2004-1185 (bug #144684).
f8ec88
- Backported patch to fix CAN-2004-1184 (bug #144684).
f8ec88
f8ec88
* Mon Sep 27 2004 Tim Waugh <twaugh@redhat.com> 1.6.1-28
f8ec88
- Fixed double-free problem (bug #132964).
f8ec88
f8ec88
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
f8ec88
- rebuilt
f8ec88
f8ec88
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
f8ec88
- rebuilt
f8ec88
f8ec88
* Mon Nov  3 2003 Tim Waugh <twaugh@redhat.com>
f8ec88
- Removed mail patch.  It was included to be more compatible with an
f8ec88
  lpr we no longer ship.  Fixes bug #108762.
f8ec88
f8ec88
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
f8ec88
- rebuilt
f8ec88
f8ec88
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
f8ec88
- rebuilt
f8ec88
f8ec88
* Wed Nov 20 2002 Tim Powers <timp@redhat.com>
f8ec88
- rebuild on all arches
f8ec88
f8ec88
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
f8ec88
- automated rebuild
f8ec88
f8ec88
* Sun May 26 2002 Tim Powers <timp@redhat.com>
f8ec88
- automated rebuild
f8ec88
f8ec88
* Wed May 22 2002 Tim Waugh <twaugh@redhat.com> 1.6.1-20
f8ec88
- Fix URL (bug #65278).
f8ec88
f8ec88
* Wed Apr  3 2002 Tim Waugh <twaugh@redhat.com> 1.6.1-19
f8ec88
- Fix license (bug #62573).
f8ec88
f8ec88
* Mon Mar 18 2002 Tim Waugh <twaugh@redhat.com> 1.6.1-18
f8ec88
- Fix locale issues (bug #61294).
f8ec88
f8ec88
* Mon Feb 04 2002 Tim Waugh <twaugh@redhat.com> 1.6.1-17
f8ec88
- Rebuild in new environment.
f8ec88
f8ec88
* Mon Jan 14 2002 Tim Waugh <twaugh@redhat.com> 1.6.1-16.2
f8ec88
- Use tmpfile instead of tmpnam or tempnam (bug #57704).
f8ec88
- Built for Red Hat Linux 7.x.
f8ec88
f8ec88
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 1.6.1-16
f8ec88
- automated rebuild
f8ec88
f8ec88
* Wed Dec 19 2001 Tim Waugh <twaugh@redhat.com> 1.6.1-15
f8ec88
- Own %%{_datadir}/enscript directory (bug #56974).
f8ec88
f8ec88
* Mon Jun 25 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.6.1-14
f8ec88
- add optional mail paramater, closing bug #17750
f8ec88
- patch from marques@cs.cornell.edu
f8ec88
f8ec88
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
f8ec88
- Bump release + rebuild.
f8ec88
f8ec88
* Tue Feb 27 2001 Trond Eivind Glomsrød <teg@redhat.com>
f8ec88
- langify
f8ec88
f8ec88
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
f8ec88
- automatic rebuild
f8ec88
f8ec88
* Mon Jun 12 2000 Preston Brown <pbrown@redhat.com>
f8ec88
- FHS paths
f8ec88
f8ec88
* Thu Feb 03 2000 Preston Brown <pbrown@redhat.com>
f8ec88
- rebuild to gzip man pages
f8ec88
f8ec88
* Wed Mar 24 1999 Erik Troan <ewt@redhat.com>
f8ec88
- marked /usr/share/enscript/font.map as a config file
f8ec88
f8ec88
* Mon Mar 22 1999 Preston Brown <pbrown@redhat.com>
f8ec88
- added documentation to the RPM
f8ec88
f8ec88
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
f8ec88
- auto rebuild in the new build environment (release 5)
f8ec88
f8ec88
* Fri Mar 19 1999 Jeff Johnson <jbj@redhat.com>
f8ec88
- strip binaries.
f8ec88
- include i18n locales.
f8ec88
f8ec88
* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
f8ec88
- Injected new description and group.
f8ec88
f8ec88
* Wed Nov 11 1998 Preston Brown <pbrown@redhat.com>
f8ec88
- translations ripped out, slight cleanup to build section.
f8ec88
f8ec88
* Mon Nov 09 1998 Preston Brown <pbrown@redhat.com>
f8ec88
- initial build of GNU enscript to replace nenscript.