2004-09-09 05:54:19 +00:00
|
|
|
|
# remove if it builds on ia64
|
|
|
|
|
%define optflags -O0
|
|
|
|
|
|
2004-09-09 05:50:51 +00:00
|
|
|
|
Summary: A document formatting system.
|
|
|
|
|
Name: groff
|
2004-09-09 05:54:19 +00:00
|
|
|
|
Version: 1.18
|
|
|
|
|
Release: 3
|
2004-09-09 05:50:51 +00:00
|
|
|
|
Copyright: GPL
|
|
|
|
|
Group: Applications/Publishing
|
2004-09-09 05:51:35 +00:00
|
|
|
|
Source0: ftp://ftp.gnu.org/gnu/groff/groff-%{version}.tar.gz
|
|
|
|
|
Source1: mf40-groff_filters
|
2004-09-09 05:50:51 +00:00
|
|
|
|
Source2: README.A4
|
2004-09-09 05:51:35 +00:00
|
|
|
|
# Japanese sources
|
|
|
|
|
Source3: mandocj.tar.gz
|
|
|
|
|
Source4: man-pages-ja-GNU_groff-20000115.tar.gz
|
|
|
|
|
Source5: groff.test
|
|
|
|
|
Source6: hyphen.cs
|
2004-09-09 05:50:51 +00:00
|
|
|
|
Patch1: groff-1.16-safer.patch
|
2004-09-09 05:54:19 +00:00
|
|
|
|
Patch3: groff_1.18-1.diff
|
|
|
|
|
Patch4: groff-1.18-info.patch
|
|
|
|
|
Patch5: groff-1.18-nohtml.patch
|
2004-09-09 05:52:46 +00:00
|
|
|
|
URL: ftp://ftp.gnu.org/gnu/groff/
|
2004-09-09 05:50:51 +00:00
|
|
|
|
Requires: mktemp
|
2004-09-09 05:54:19 +00:00
|
|
|
|
Prereq: /sbin/install-info
|
2004-09-09 05:50:51 +00:00
|
|
|
|
Buildroot: %{_tmppath}/%{name}-root
|
|
|
|
|
Obsoletes: groff-tools
|
|
|
|
|
|
|
|
|
|
%description
|
2004-09-09 05:52:25 +00:00
|
|
|
|
Groff is a document formatting system. Groff takes standard text and
|
|
|
|
|
formatting commands as input and produces formatted output. The
|
2004-09-09 05:50:51 +00:00
|
|
|
|
created documents can be shown on a display or printed on a printer.
|
|
|
|
|
Groff's formatting commands allow you to specify font type and size,
|
|
|
|
|
bold type, italic type, the number and size of columns on a page, and
|
|
|
|
|
more.
|
|
|
|
|
|
2004-09-09 05:52:25 +00:00
|
|
|
|
Groff can also be used to format man pages. If you are going to use
|
|
|
|
|
groff with the X Window System, you will also need to install the
|
|
|
|
|
groff-gxditview package.
|
2004-09-09 05:50:51 +00:00
|
|
|
|
|
|
|
|
|
%package perl
|
|
|
|
|
Summary: Parts of the groff formatting system that require Perl.
|
|
|
|
|
Group: Applications/Publishing
|
|
|
|
|
|
|
|
|
|
%description perl
|
|
|
|
|
The groff-perl package contains the parts of the groff text processor
|
|
|
|
|
package that require Perl. These include the afmtodit font processor
|
|
|
|
|
for creating PostScript font files, the grog utility that can be used
|
|
|
|
|
to automatically determine groff command-line options, and the
|
|
|
|
|
troff-to-ps print filter.
|
|
|
|
|
|
|
|
|
|
%package gxditview
|
|
|
|
|
Summary: An X previewer for groff text processor output.
|
|
|
|
|
Group: Applications/Publishing
|
|
|
|
|
|
|
|
|
|
%description gxditview
|
|
|
|
|
Gxditview displays the groff text processor's output on an X Window
|
|
|
|
|
System display.
|
|
|
|
|
|
|
|
|
|
%prep
|
2004-09-09 05:51:35 +00:00
|
|
|
|
%setup -q -a 4
|
2004-09-09 05:50:51 +00:00
|
|
|
|
%patch1 -p1 -b .safer
|
2004-09-09 05:54:19 +00:00
|
|
|
|
%patch3 -p1 -b .japanese
|
|
|
|
|
%patch4 -p1 -b .info
|
|
|
|
|
%patch5 -p1 -b .nohtml
|
2004-09-09 05:50:51 +00:00
|
|
|
|
|
|
|
|
|
cp %{SOURCE2} .
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
PATH=$PATH:%{_prefix}/X11R6/bin
|
2004-09-09 05:52:25 +00:00
|
|
|
|
#autoconf
|
2004-09-09 05:51:35 +00:00
|
|
|
|
%configure --enable-japanese
|
2004-09-09 05:50:51 +00:00
|
|
|
|
make
|
2004-09-09 05:54:19 +00:00
|
|
|
|
(cd doc && makeinfo groff.texinfo)
|
2004-09-09 05:50:51 +00:00
|
|
|
|
cd src/xditview
|
|
|
|
|
xmkmf && make
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
rm -rf ${RPM_BUILD_ROOT}
|
|
|
|
|
PATH=$PATH:%{_prefix}/X11R6/bin
|
2004-09-09 05:54:19 +00:00
|
|
|
|
mkdir -p ${RPM_BUILD_ROOT}%{_prefix} ${RPM_BUILD_ROOT}%{_infodir}
|
2004-09-09 05:51:35 +00:00
|
|
|
|
%makeinstall manroot=${RPM_BUILD_ROOT}/%{_mandir}
|
2004-09-09 05:54:19 +00:00
|
|
|
|
install -m 644 doc/groff.info* ${RPM_BUILD_ROOT}/%{_infodir}
|
2004-09-09 05:50:51 +00:00
|
|
|
|
cd src/xditview
|
|
|
|
|
%makeinstall DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
cd ../..
|
2004-09-09 05:51:35 +00:00
|
|
|
|
#mv $RPM_BUILD_ROOT%{_prefix}/man $RPM_BUILD_ROOT%{_prefix}/share
|
2004-09-09 05:52:25 +00:00
|
|
|
|
ln -s s.tmac ${RPM_BUILD_ROOT}%{_prefix}/share/groff/%version/tmac/gs.tmac
|
|
|
|
|
ln -s mse.tmac ${RPM_BUILD_ROOT}%{_prefix}/share/groff/%version/tmac/gmse.tmac
|
|
|
|
|
ln -s m.tmac ${RPM_BUILD_ROOT}%{_prefix}/share/groff/%version/tmac/gm.tmac
|
2004-09-09 05:50:51 +00:00
|
|
|
|
ln -s troff ${RPM_BUILD_ROOT}%{_prefix}/bin/gtroff
|
|
|
|
|
ln -s tbl ${RPM_BUILD_ROOT}%{_prefix}/bin/gtbl
|
|
|
|
|
ln -s pic ${RPM_BUILD_ROOT}%{_prefix}/bin/gpic
|
|
|
|
|
ln -s eqn ${RPM_BUILD_ROOT}%{_prefix}/bin/geqn
|
|
|
|
|
ln -s neqn ${RPM_BUILD_ROOT}%{_prefix}/bin/gneqn
|
|
|
|
|
ln -s refer ${RPM_BUILD_ROOT}%{_prefix}/bin/grefer
|
|
|
|
|
ln -s lookbib ${RPM_BUILD_ROOT}%{_prefix}/bin/glookbib
|
|
|
|
|
ln -s indxbib ${RPM_BUILD_ROOT}%{_prefix}/bin/gindxbib
|
|
|
|
|
ln -s soelim ${RPM_BUILD_ROOT}%{_prefix}/bin/gsoelim
|
2004-09-09 05:52:28 +00:00
|
|
|
|
ln -s soelim ${RPM_BUILD_ROOT}%{_prefix}/bin/zsoelim
|
2004-09-09 05:50:51 +00:00
|
|
|
|
ln -s nroff ${RPM_BUILD_ROOT}%{_prefix}/bin/gnroff
|
|
|
|
|
|
|
|
|
|
# Build system is compressing man-pages
|
2004-09-09 05:52:28 +00:00
|
|
|
|
ln -s eqn.1.gz ${RPM_BUILD_ROOT}%{_mandir}/man1/geqn.1.gz
|
|
|
|
|
ln -s indxbib.1.gz ${RPM_BUILD_ROOT}%{_mandir}/man1/gindxbib.1.gz
|
|
|
|
|
ln -s lookbib.1.gz ${RPM_BUILD_ROOT}%{_mandir}/man1/glookbib.1.gz
|
2004-09-09 05:50:51 +00:00
|
|
|
|
ln -s nroff.1.gz ${RPM_BUILD_ROOT}%{_mandir}/man1/gnroff.1.gz
|
2004-09-09 05:52:28 +00:00
|
|
|
|
ln -s pic.1.gz ${RPM_BUILD_ROOT}%{_mandir}/man1/gpic.1.gz
|
2004-09-09 05:50:51 +00:00
|
|
|
|
ln -s refer.1.gz ${RPM_BUILD_ROOT}%{_mandir}/man1/grefer.1.gz
|
2004-09-09 05:52:28 +00:00
|
|
|
|
ln -s soelim.1.gz ${RPM_BUILD_ROOT}%{_mandir}/man1/gsoelim.1.gz
|
|
|
|
|
ln -s soelim.1.gz ${RPM_BUILD_ROOT}%{_mandir}/man1/zsoelim.1.gz
|
|
|
|
|
ln -s tbl.1.gz ${RPM_BUILD_ROOT}%{_mandir}/man1/gtbl.1.gz
|
2004-09-09 05:50:51 +00:00
|
|
|
|
ln -s troff.1.gz ${RPM_BUILD_ROOT}%{_mandir}/man1/gtroff.1.gz
|
|
|
|
|
|
2004-09-09 05:51:35 +00:00
|
|
|
|
mkdir -p ${RPM_BUILD_ROOT}/usr/share/printconf/mf_rules
|
|
|
|
|
cp %{SOURCE1} ${RPM_BUILD_ROOT}/usr/share/printconf/mf_rules/
|
|
|
|
|
mkdir -p ${RPM_BUILD_ROOT}/usr/share/printconf/tests
|
|
|
|
|
cp %{SOURCE5} ${RPM_BUILD_ROOT}/usr/share/printconf/tests/
|
2004-09-09 05:50:51 +00:00
|
|
|
|
|
|
|
|
|
find ${RPM_BUILD_ROOT}%{_prefix}/bin ${RPM_BUILD_ROOT}%{_mandir} -type f -o -type l | \
|
|
|
|
|
grep -v afmtodit | grep -v grog | grep -v mdoc.samples |\
|
|
|
|
|
grep -v mmroff |\
|
|
|
|
|
sed "s|${RPM_BUILD_ROOT}||g" | sed "s|\.[0-9]|\.*|g" > groff-files
|
|
|
|
|
|
2004-09-09 05:52:25 +00:00
|
|
|
|
install -m 644 %SOURCE6 $RPM_BUILD_ROOT/usr/share/groff/%version/tmac/hyphen.cs
|
2004-09-09 05:51:35 +00:00
|
|
|
|
|
2004-09-09 05:54:19 +00:00
|
|
|
|
ln -sf doc.tmac $RPM_BUILD_ROOT/usr/share/groff/%version/tmac/docj.tmac
|
|
|
|
|
|
2004-09-09 05:50:51 +00:00
|
|
|
|
%clean
|
|
|
|
|
rm -rf ${RPM_BUILD_ROOT}
|
|
|
|
|
|
2004-09-09 05:54:19 +00:00
|
|
|
|
%post
|
|
|
|
|
/sbin/install-info %{_infodir}/groff.info.gz %{_infodir}/dir
|
|
|
|
|
exit 0
|
|
|
|
|
|
|
|
|
|
%preun
|
|
|
|
|
if [ $1 = 0 ]; then
|
|
|
|
|
/sbin/install-info --delete %{_infodir}/groff.info.gz %{_infodir}/dir
|
|
|
|
|
fi
|
|
|
|
|
|
2004-09-09 05:50:51 +00:00
|
|
|
|
%files -f groff-files
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%doc BUG-REPORT NEWS PROBLEMS README README.A4 TODO VERSION
|
|
|
|
|
%{_prefix}/share/groff
|
2004-09-09 05:54:19 +00:00
|
|
|
|
%{_infodir}/groff.info*
|
2004-09-09 05:54:13 +00:00
|
|
|
|
#/usr/share/printconf/tests/*
|
|
|
|
|
#/usr/share/printconf/mf_rules/*
|
2004-09-09 05:50:51 +00:00
|
|
|
|
|
|
|
|
|
%files perl
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%{_prefix}/bin/grog
|
|
|
|
|
%{_prefix}/bin/mmroff
|
|
|
|
|
%{_prefix}/bin/afmtodit
|
|
|
|
|
%{_mandir}/man1/afmtodit.*
|
|
|
|
|
%{_mandir}/man1/grog.*
|
2004-09-09 05:54:19 +00:00
|
|
|
|
%{_mandir}/man1/mmroff*
|
2004-09-09 05:50:51 +00:00
|
|
|
|
|
|
|
|
|
%files gxditview
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%{_prefix}/X11R6/bin/gxditview
|
2004-09-09 05:51:35 +00:00
|
|
|
|
%{_prefix}/X11R6/lib/X11/app-defaults/GXditview
|
|
|
|
|
#/etc/X11/app-defaults/GXditview
|
2004-09-09 05:50:51 +00:00
|
|
|
|
|
|
|
|
|
%changelog
|
2004-09-09 05:54:19 +00:00
|
|
|
|
* Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt with gcc-3.2 (we hope)
|
|
|
|
|
|
|
|
|
|
* Thu Aug 8 2002 Yukihiro Nakai <ynakai@redhat.com>
|
|
|
|
|
- link docj.tmac to doc.tmac #57560
|
|
|
|
|
|
|
|
|
|
* Thu Aug 1 2002 Harald Hoyer <harald@redhat.de>
|
|
|
|
|
- update to 1.18
|
|
|
|
|
- mmroff(7) is now mmroff(1)
|
|
|
|
|
|
|
|
|
|
* Tue Jul 23 2002 Tim Powers <timp@redhat.com>
|
|
|
|
|
- build using gcc-3.2-0.1
|
|
|
|
|
|
|
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jun 12 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- prereq install-info and add post/preun for info files
|
|
|
|
|
|
|
|
|
|
* Wed May 29 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- add info files #64667
|
|
|
|
|
|
2004-09-09 05:54:13 +00:00
|
|
|
|
* Fri Feb 22 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- rebuild in new environment
|
|
|
|
|
|
|
|
|
|
* Sun Feb 17 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- update to newest debian patch 1.17.2-16
|
|
|
|
|
- patch4 is already included in that
|
|
|
|
|
|
|
|
|
|
* Thu Jan 31 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- disable printconf support, but do not yet delete it from the source rpm
|
|
|
|
|
|
|
|
|
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
|
|
|
- automated rebuild
|
2004-09-09 05:53:07 +00:00
|
|
|
|
|
2004-09-09 05:52:46 +00:00
|
|
|
|
* Mon Jan 07 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- check string input
|
|
|
|
|
|
|
|
|
|
* Sat Jan 05 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- add URL tag
|
|
|
|
|
|
|
|
|
|
* Sat Jan 05 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- update to newest debian patch 1.17.2-13
|
|
|
|
|
|
|
|
|
|
* Thu Dec 06 2001 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- update to newest debian patch 1.17.2-12
|
2004-09-09 05:52:36 +00:00
|
|
|
|
|
2004-09-09 05:52:28 +00:00
|
|
|
|
* Wed Aug 15 2001 Mike A. Harris <mharris@redhat.com> 1.17.2-3
|
|
|
|
|
- Added symlink from soelim to zsoelim, fixing bug (#51037)
|
|
|
|
|
|
2004-09-09 05:52:25 +00:00
|
|
|
|
* Tue Aug 14 2001 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- fixes security bug #50494
|
|
|
|
|
|
|
|
|
|
* Sun Aug 12 2001 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- update to 1.17.2
|
|
|
|
|
- strerror patch is not needed anymore
|
|
|
|
|
- apply newest debian patch
|
|
|
|
|
|
2004-09-09 05:52:16 +00:00
|
|
|
|
* Fri Apr 27 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
- rebuild for C++ exception handling on ia64
|
|
|
|
|
|
2004-09-09 05:51:35 +00:00
|
|
|
|
* Tue Apr 03 2001 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- do not change groff to use /etc/papersize. Deleted the changes
|
|
|
|
|
in the debian patch.
|
|
|
|
|
|
|
|
|
|
* Fri Mar 30 2001 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com>
|
|
|
|
|
- Add hyphen.cs - file generated as described in Czech how-to, 6.7
|
|
|
|
|
|
|
|
|
|
* Wed Mar 28 2001 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- updated to newest debian patch to get nippon/ascii8 support
|
|
|
|
|
better working
|
|
|
|
|
|
|
|
|
|
* Fri Feb 9 2001 Crutcher Dunnavant <crutcher@redhat.com>
|
|
|
|
|
- switch to printconf filtration rules
|
|
|
|
|
|
|
|
|
|
* Tue Jan 09 2001 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- change app-defaults to /usr/X11R6/lib/X11/app-defaults/
|
|
|
|
|
and do not mark it as config file
|
|
|
|
|
|
|
|
|
|
* Thu Dec 14 2000 Yukihiro Nakai <ynakai@redhat.com>
|
|
|
|
|
- Add Japanese patch from RHL7J
|
|
|
|
|
|
|
|
|
|
* Fri Aug 4 2000 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- update to bug-fix release 1.16.1
|
2004-09-09 05:51:21 +00:00
|
|
|
|
|
2004-09-09 05:50:51 +00:00
|
|
|
|
* Fri Jul 28 2000 Tim Waugh <twaugh@redhat.com>
|
|
|
|
|
- Install troff-to-ps.fpi in /usr/lib/rhs-printfilters (#13634).
|
|
|
|
|
|
|
|
|
|
* Wed Jul 19 2000 Jeff Johnson <jbj@redhat.com>
|
|
|
|
|
- rebuild with gcc-2.96-41.
|
|
|
|
|
|
|
|
|
|
* Mon Jul 17 2000 Jeff Johnson <jbj@redhat.com>
|
|
|
|
|
- rebuild to fix miscompilation manifesting in alpha build of tcltk.
|
|
|
|
|
|
|
|
|
|
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
|
|
|
|
|
- automatic rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jul 4 2000 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
- Rebuild with new C++
|
|
|
|
|
|
|
|
|
|
* Fri Jun 9 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
- move mmroff to -perl
|
|
|
|
|
|
|
|
|
|
* Wed Jun 7 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
|
- Fix build
|
|
|
|
|
- FHS
|
|
|
|
|
- 1.16
|
|
|
|
|
|
|
|
|
|
* Sun May 14 2000 Jeff Johnson <jbj@redhat.com>
|
|
|
|
|
- install tmac.mse (FWIW tmac.se looks broken) to fix dangling symlink (#10757).
|
|
|
|
|
- add README.A4, how to set up for A4 paper (#8276).
|
|
|
|
|
- add other documents to package.
|
|
|
|
|
|
|
|
|
|
* Thu Mar 2 2000 Jeff Johnson <jbj@redhat.com>
|
|
|
|
|
- permit sourcing on regular files within cwd tree (unless -U specified).
|
|
|
|
|
|
|
|
|
|
* Wed Feb 9 2000 Jeff Johnson <jbj@redhat.com>
|
|
|
|
|
- fix incorrectly installed tmac.m file (#8362).
|
|
|
|
|
|
|
|
|
|
* Mon Feb 7 2000 Florian La Roche <Florian.LaRoche@redhat.com>
|
|
|
|
|
- check if build system is sane again
|
|
|
|
|
|
|
|
|
|
* Thu Feb 03 2000 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- fix description and summary
|
|
|
|
|
- man pages are compressed. This is ugly.
|
|
|
|
|
|
|
|
|
|
* Mon Jan 31 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
- put the binaries actually in the package *oops*
|
|
|
|
|
|
|
|
|
|
* Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
- split perl components into separate subpackage
|
|
|
|
|
|
|
|
|
|
* Wed Dec 29 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
- update to 1.15
|
|
|
|
|
|
|
|
|
|
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- auto rebuild in the new build environment (release 9)
|
|
|
|
|
|
|
|
|
|
* Tue Feb 16 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- glibc 2.1 patch for xditview (#992)
|
|
|
|
|
|
|
|
|
|
* Thu Oct 22 1998 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
- build for Raw Hide
|
|
|
|
|
|
|
|
|
|
* Thu Sep 10 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- fix makefiles to work with bash2
|
|
|
|
|
|
|
|
|
|
* Fri May 08 1998 Prospector System <bugs@redhat.com>
|
|
|
|
|
- translations modified for de, fr, tr
|
|
|
|
|
|
|
|
|
|
* Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- use g++ for C++ code
|
|
|
|
|
|
|
|
|
|
* Wed Apr 08 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- manhattan and buildroot
|
|
|
|
|
|
|
|
|
|
* Mon Nov 3 1997 Michael Fulbright <msf@redhat.com>
|
|
|
|
|
- made xdefaults file a config file
|
|
|
|
|
|
|
|
|
|
* Thu Oct 23 1997 Erik Troan <ewt@redhat.com>
|
|
|
|
|
- split perl components into separate subpackage
|
|
|
|
|
|
|
|
|
|
* Tue Oct 21 1997 Michael Fulbright <msf@redhat.com>
|
|
|
|
|
- updated to 1.11a
|
|
|
|
|
- added safe troff-to-ps.fpi
|
|
|
|
|
|
|
|
|
|
* Tue Oct 14 1997 Michael Fulbright <msf@redhat.com>
|
|
|
|
|
- removed troff-to-ps.fpi for security reasons.
|
|
|
|
|
|
|
|
|
|
* Fri Jun 13 1997 Erik Troan <ewt@redhat.com>
|
|
|
|
|
- built against glibc
|
|
|
|
|
|