bd711b
%{!?tetex:%global tetex 1}
bd711b
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
bd711b
%global _vendorperllibdir %{_datadir}/perl5/vendor_perl
bd711b
bd711b
Summary: A text formatting package based on SGML
bd711b
Name: linuxdoc-tools
bd711b
Version: 0.9.72
bd711b
Release: 5%{?dist}
bd711b
License: MIT
bd711b
Group: Applications/Publishing
bd711b
Source: http://http.us.debian.org/debian/pool/main/l/linuxdoc-tools/%{name}_%{version}.orig.tar.gz
bd711b
Patch0: linuxdoc-tools-0.9.13-letter.patch
bd711b
Patch1: linuxdoc-tools-0.9.20-lib64.patch
bd711b
Url: http://packages.qa.debian.org/l/linuxdoc-tools.html
bd711b
BuildRequires: flex flex-static sgml-common jade gawk groff autoconf automake texinfo
bd711b
#need actual perl directory structure
bd711b
BuildRequires: perl-interpreter >= 4:5.10.1
bd711b
BuildRequires: perl-generators
bd711b
Requires: jade gawk groff
bd711b
Requires(post): %{_bindir}/texconfig-sys
bd711b
Requires(postun): %{_bindir}/texconfig-sys
bd711b
# this should anyway be only a "suggest"
bd711b
%if %{tetex}
bd711b
Requires: tex(latex)
bd711b
%endif
bd711b
Obsoletes: sgml-tools < %{version}-%{release}
bd711b
Obsoletes: linuxdoc-sgml < %{version}-%{release}
bd711b
Provides: sgml-tools = %{version}-%{release}
bd711b
Provides: linuxdoc-sgml = %{version}-%{release}
bd711b
bd711b
%description
bd711b
Linuxdoc-tools is a text formatting suite based on SGML (Standard
bd711b
Generalized Markup Language), using the LinuxDoc document type.
bd711b
Linuxdoc-tools allows you to produce LaTeX, HTML, GNU info, LyX, RTF,
bd711b
plain text (via groff), and other format outputs from a single SGML
bd711b
source.  Linuxdoc-tools is intended for writing technical software
bd711b
documentation.
bd711b
bd711b
%prep
bd711b
%setup -q
bd711b
%patch0 -p1
bd711b
%patch1 -p1 -b .lib64
bd711b
bd711b
%build
bd711b
#need to get config.{sub,guess} in, something is broken in the build
bd711b
autoreconf -i
bd711b
%configure --with-installed-nsgmls --with-installed-iso-entities --disable-docs
bd711b
# Packaging brain-damage
bd711b
pushd entity-map
bd711b
autoconf
bd711b
%configure --enable-docs pdf
bd711b
popd
bd711b
bd711b
make OPTIMIZE="$RPM_OPT_FLAGS" %{?_smp_mflags}
bd711b
perl -pi -e 's,\$main::prefix/share/sgml/iso-entities-8879.1986/iso-entities.cat,/usr/share/sgml/sgml-iso-entities-8879.1986/catalog,' \
bd711b
           perl5lib/LinuxDocTools.pm
bd711b
bd711b
%install
bd711b
rm -rf $RPM_BUILD_ROOT
bd711b
mkdir -p $RPM_BUILD_ROOT/%{_vendorperllibdir}
bd711b
make install DESTDIR=$RPM_BUILD_ROOT perl5libdir=%{_vendorperllibdir}
bd711b
[ $RPM_BUILD_ROOT%{_docdir}/%{name} = $RPM_BUILD_ROOT%{_pkgdocdir} ] \
bd711b
           || mv $RPM_BUILD_ROOT%{_docdir}/%{name} $RPM_BUILD_ROOT%{_pkgdocdir}
bd711b
perl -pi -e 's,/usr/share/sgml/iso-entities-8879.1986/iso-entities.cat,\$main::prefix/share/sgml/sgml-iso-entities-8879.1986/catalog,' \
bd711b
           $RPM_BUILD_ROOT%{_vendorperllibdir}/LinuxDocTools.pm
bd711b
#Copy license files for parts into docdir
bd711b
mkdir -p $RPM_BUILD_ROOT%{_pkgdocdir}/sgmls-1.1
bd711b
cp -p sgmls-1.1/LICENSE $RPM_BUILD_ROOT%{_pkgdocdir}/sgmls-1.1/LICENSE
bd711b
mkdir -p $RPM_BUILD_ROOT%{_pkgdocdir}/iso-entities
bd711b
cp -p iso-entities/COPYING $RPM_BUILD_ROOT%{_pkgdocdir}/iso-entities/COPYING
bd711b
mkdir -p $RPM_BUILD_ROOT%{_pkgdocdir}/entity-map
bd711b
cp -p entity-map/COPYING $RPM_BUILD_ROOT%{_pkgdocdir}/entity-map/COPYING
bd711b
cp -p COPYING $RPM_BUILD_ROOT%{_pkgdocdir}/
bd711b
bd711b
bd711b
# Some files need moving around.
bd711b
rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/epsf.*
bd711b
rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/url.sty
bd711b
install -d $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/misc
bd711b
mv $RPM_BUILD_ROOT%{_datadir}/%{name}/*.sty \
bd711b
  $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/misc
bd711b
bd711b
%post
bd711b
%{_bindir}/texconfig-sys rehash 2> /dev/null || :
bd711b
exit 0
bd711b
bd711b
%postun
bd711b
%{_bindir}/texconfig-sys rehash 2> /dev/null || :
bd711b
exit 0
bd711b
bd711b
%files
bd711b
%doc %{_pkgdocdir}
bd711b
%{_bindir}/*
bd711b
%{_datadir}/%{name}
bd711b
%{_datadir}/entity-map
bd711b
%{_datadir}/texmf/tex/latex/misc/*.sty
bd711b
%dir %{_vendorperllibdir}/Text
bd711b
%{_vendorperllibdir}/Text/EntityMap.pm
bd711b
%dir %{_vendorperllibdir}/LinuxDocTools
bd711b
%{_vendorperllibdir}/LinuxDocTools.pm
bd711b
%{_vendorperllibdir}/LinuxDocTools/*.pm
bd711b
%{_mandir}/*/*
bd711b
bd711b
%changelog
bd711b
* Wed Jul 11 2018 Ondrej Vasik <ovasik@redhat.com> - 0.9.72-5
bd711b
- fix the license - should be MIT
bd711b
bd711b
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.72-4
bd711b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
bd711b
bd711b
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.72-3
bd711b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
bd711b
bd711b
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.72-2
bd711b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
bd711b
bd711b
* Mon Jun 19 2017 Ondrej Vasik <ovasik@redhat.com> - 0.9.72-1
bd711b
- new version 0.9.72, temporarily disable docs builds
bd711b
bd711b
* Fri Jun 16 2017 Troy Dawson <tdawson@redhat.com> - 0.9.68-12
bd711b
- Flex patch (Patch2) no longer needed (#1423895)
bd711b
bd711b
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.68-11
bd711b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
bd711b
bd711b
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.68-10
bd711b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
bd711b
bd711b
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.68-9
bd711b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
bd711b
bd711b
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.68-8
bd711b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
bd711b
bd711b
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.68-7
bd711b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
bd711b
bd711b
* Tue Aug 13 2013 Martin Milata <mmilata@redhat.com> - 0.9.68-6
bd711b
- Change docs location to conform with
bd711b
  https://fedoraproject.org/wiki/Changes/UnversionedDocdirs
bd711b
bd711b
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.68-5
bd711b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
bd711b
bd711b
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 0.9.68-4
bd711b
- Perl 5.18 rebuild
bd711b
bd711b
* Tue Feb 19 2013 Martin Milata <mmilata@redhat.com> - 0.9.68-3
bd711b
- fix build with newer flex versions
bd711b
bd711b
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.68-2
bd711b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
bd711b
bd711b
* Fri Aug 10 2012 Ondrej Vasik <ovasik@redhat.com> 0.9.68-1
bd711b
- new upstream version 0.9.68
bd711b
bd711b
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.67-2
bd711b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
bd711b
bd711b
* Thu May 10 2012 Ondrej Vasik <ovasik@redhat.com> 0.9.67-1
bd711b
- new upstream version 0.9.67
bd711b
bd711b
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.66-10
bd711b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
bd711b
bd711b
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.66-9
bd711b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
bd711b
bd711b
* Fri Dec 10 2010 Ondrej Vasik <ovasik@redhat.com> 0.9.66-8
bd711b
- make the dependency on perl vendor lib location more stable
bd711b
- use global macro instead of define macro
bd711b
bd711b
* Mon Dec 06 2010 Ondrej Vasik <ovasik@redhat.com> 0.9.66-7
bd711b
- fix perl vendor lib location(FTBS)
bd711b
- BuildRequire flex-static as we need libfl
bd711b
bd711b
* Fri Mar 26 2010 Ondrej Vasik <ovasik@redhat.com> 0.9.66-6
bd711b
- rebuild with new groff (to use -ms instead of -mgs, #577164)
bd711b
bd711b
* Tue Feb 02 2010 Ondrej Vasik <ovasik@redhat.com> 0.9.66-5
bd711b
- Merge review changes(#226098) - ship more docs, remove
bd711b
  unnecessary things, require 5.10.1 perl for directory
bd711b
  structure
bd711b
bd711b
* Fri Dec 18 2009 Ondrej Vasik <ovasik@redhat.com> 0.9.66-4
bd711b
- fix perl5 dir paths
bd711b
bd711b
* Fri Dec 18 2009 Ondrej Vasik <ovasik@redhat.com> 0.9.66-3
bd711b
- do not obsolete self
bd711b
bd711b
* Fri Dec 18 2009 Ondrej Vasik <ovasik@redhat.com> 0.9.66-2
bd711b
- License Copyright only
bd711b
bd711b
* Thu Nov 12 2009 Ondrej Vasik <ovasik@redhat.com> 0.9.66-1
bd711b
- new upstream version 0.9.66
bd711b
bd711b
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.65-2
bd711b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
bd711b
bd711b
* Mon Jun 22 2009 Ondrej Vasik <ovasik@redhat.com> 0.9.65-1
bd711b
- Used latest upstream version 0.9.65,
bd711b
  reflect changes
bd711b
bd711b
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.56-2
bd711b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
bd711b
bd711b
* Wed Dec 03 2008 Ondrej Vasik <ovasik@redhat.com> 0.9.56-1
bd711b
- Used latest upstream version 0.9.56,
bd711b
  removed already applied patches
bd711b
bd711b
* Fri Aug 29 2008 Ondrej Vasik <ovasik@redhat.com> 0.9.21-17
bd711b
- patch fuzz clean up
bd711b
bd711b
* Tue Mar 25 2008 Ondrej Vasik <ovasik@redhat.com> 0.9.21-16
bd711b
- perl 5.10 rebuild
bd711b
bd711b
* Mon Feb 11 2008 Ondrej Vasik <ovasik@redhat.com> 0.9.21-15
bd711b
- gcc43 rebuild 
bd711b
bd711b
* Fri Jan 04 2008 Ondrej Vasik <ovasik@redhat.com> 0.9.21-14
bd711b
- texconfig-sys rehash in postun, removal of texhash in post
bd711b
  and postun(discussed with Jindrich Novy)
bd711b
bd711b
* Thu Jan 03 2008 Ondrej Vasik <ovasik@redhat.com> 0.9.21-13
bd711b
- running texconfig-sys rehash in post to let latex know 
bd711b
  about new style installed by linuxdoctools
bd711b
bd711b
* Mon Nov 12 2007 Ondrej Vasik <ovasik@redhat.com> 0.9.21-12
bd711b
- versioned obsoletes were before Version definition(#376671)
bd711b
bd711b
* Fri Oct 26 2007 Ondrej Vasik <ovasik@redhat.com> 0.9.21-11
bd711b
- rpmlint check
bd711b
- fixed some cosmetic things, versioned provides and License tag
bd711b
bd711b
* Wed Aug 29 2007 Ondrej Vasik <ovasik@redhat.com> 0.9.21-10
bd711b
- rebuilt for PPC32 issue
bd711b
- added gawk to build-requires because of build failure
bd711b
bd711b
* Tue Jun 19 2007 Ondrej Vasik <ovasik@redhat.com> 0.9.21-9
bd711b
- Applied patch from upstream (bug #61414)
bd711b
bd711b
* Thu Jan 11 2007 Tim Waugh <twaugh@redhat.com> 0.9.21-8
bd711b
- Applied patch from Kir Kolyshkin (bug #204902):
bd711b
  - added a patch from debian bug #321998 (obsoletes patch -badif)
bd711b
bd711b
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.9.21-7.1
bd711b
- rebuild
bd711b
bd711b
* Mon Jun 12 2006 Tim Waugh <twaugh@redhat.com> 0.9.21-7
bd711b
- Build requires autoconf (bug #194752).
bd711b
bd711b
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.9.21-6.2.1
bd711b
- bump again for double-long bug on ppc(64)
bd711b
bd711b
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.9.21-6.2
bd711b
- rebuilt for new gcc4.1 snapshot and glibc changes
bd711b
bd711b
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
bd711b
- rebuilt
bd711b
bd711b
* Thu Jun 30 2005 Tim Waugh <twaugh@redhat.com> 0.9.21-6
bd711b
- Finnish translation (bug #162151).
bd711b
bd711b
* Wed Mar  2 2005 Tim Waugh <twaugh@redhat.com> 0.9.21-5
bd711b
- Rebuild for new GCC.
bd711b
bd711b
* Thu Feb 24 2005 Tim Waugh <twaugh@redhat.com> 0.9.21-4
bd711b
- Another try at bug #149588.
bd711b
bd711b
* Thu Feb 24 2005 Tim Waugh <twaugh@redhat.com> 0.9.21-2
bd711b
- Jindrich Novy's mapping fix (bug #149588).
bd711b
bd711b
* Mon Jan 31 2005 Tim Waugh <twaugh@redhat.com> 0.9.21-1
bd711b
- 0.9.21 (bug #146517).
bd711b
- New URL (bug #146515).
bd711b
- Put perl files in the right place (bug #146514).
bd711b
bd711b
* Wed Oct  6 2004 Tim Waugh <twaugh@redhat.com> 0.9.20-14
bd711b
- Build requires groff (bug #134798).
bd711b
bd711b
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
bd711b
- rebuilt
bd711b
bd711b
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
bd711b
- rebuilt
bd711b
bd711b
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
bd711b
- rebuilt
bd711b
bd711b
* Tue Sep 23 2003 Florian La Roche <Florian.LaRoche@redhat.de>
bd711b
- Allow rpms without a tetex dependency. That allows using sgml things
bd711b
  for online things without installing the heavy tetex.
bd711b
bd711b
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
bd711b
- rebuilt
bd711b
bd711b
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
bd711b
- rebuilt
bd711b
bd711b
* Sat Jan  4 2003 Jeff Johnson <jbj@redhat.com> 0.9.20-7
bd711b
- use internal dep generator.
bd711b
bd711b
* Sat Dec 14 2002 Tim Powers <timp@redhat.com> 0.9.20-6
bd711b
- don't use rpms internal dep generator
bd711b
bd711b
* Mon Oct 14 2002 Tim Waugh <twaugh@redhat.com> 0.9.20-5
bd711b
- Rebuild.
bd711b
bd711b
* Wed Sep 11 2002 Than Ngo <than@redhat.com> 0.9.20-4
bd711b
- Added fix to have lib64 in perl path on 64bit machine
bd711b
bd711b
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
bd711b
- automated rebuild
bd711b
bd711b
* Thu May 23 2002 Tim Powers <timp@redhat.com>
bd711b
- automated rebuild
bd711b
bd711b
* Mon Apr 22 2002 Tim Waugh <twaugh@redhat.com> 0.9.20-1
bd711b
- 0.9.20.
bd711b
- Don't explicitly strip binaries (bug #62563).
bd711b
bd711b
* Thu Feb 28 2002 Elliot Lee <sopwith@redhat.com> 0.9.16-4
bd711b
- Provides: sgml-tools (and linuxdoc-sgml).
bd711b
- Use _smp_mflags and RPM_OPT_FLAGS.
bd711b
bd711b
* Tue Feb 26 2002 Tim Waugh <twaugh@redhat.com> 0.9.16-3
bd711b
- Rebuild in new environment.
bd711b
bd711b
* Wed Jan 30 2002 Tim Waugh <twaugh@redhat.com> 0.9.16-2
bd711b
- Rebuild to fix bug #59055.
bd711b
bd711b
* Mon Jan 28 2002 Tim Waugh <twaugh@redhat.com> 0.9.16-1
bd711b
- 0.9.16.
bd711b
- No longer need the libdir patch.
bd711b
bd711b
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 0.9.15-2
bd711b
- automated rebuild
bd711b
bd711b
* Mon Dec  3 2001 Tim Waugh <twaugh@redhat.com> 0.9.15-1
bd711b
- 0.9.15; incorporates most of the libdir patch.
bd711b
- The fixsgml2latex patch is no longer required.
bd711b
- Installed documentation now works.
bd711b
- Don't ship backup files.
bd711b
- Put the LaTeX style files in the texmf directory tree.
bd711b
- Requires: gawk, groff.
bd711b
bd711b
* Mon Nov 26 2001 Tim Waugh <twaugh@redhat.com> 0.9.13-1
bd711b
- Dump sgml-tools in favour of linuxdoc-tools (bug #56710).
bd711b
bd711b
* Mon Jun 18 2001 Tim Waugh <twaugh@redhat.com> 1.0.9-12
bd711b
- Use %%{_tmppath}.
bd711b
- Build requres flex.
bd711b
bd711b
* Wed May 30 2001 Tim Waugh <twaugh@redhat.com> 1.0.9-11
bd711b
- Don't ship backup files.
bd711b
bd711b
* Wed May 30 2001 Tim Waugh <twaugh@redhat.com> 1.0.9-10
bd711b
- Sync description with specspo.
bd711b
bd711b
* Thu Mar  8 2001 Tim Waugh <twaugh@redhat.com> 1.0.9-9
bd711b
- Create temporary files safely (patch from Debian package).
bd711b
bd711b
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
bd711b
- automatic rebuild
bd711b
bd711b
* Sat Jun 10 2000 Bill Nottingham <notting@redhat.com>
bd711b
- fix man page for sgml2txt (#10722)
bd711b
bd711b
* Sat Jun  3 2000 Bill Nottingham <notting@redhat.com>
bd711b
- apparently this can't deal with FHS
bd711b
bd711b
* Thu Jun  1 2000 Bill Nottingham <notting@redhat.com>
bd711b
- hey, it's self-hosting now!
bd711b
bd711b
* Fri Feb 11 2000 Preston Brown <pbrown@redhat.com>
bd711b
- add copyright file (#8621)
bd711b
- fix sgml2latex processing (#4114)
bd711b
- fix configure tests (#6480)
bd711b
bd711b
* Wed Feb  9 2000 Bernhard Rosenkraenzer <bero@redhat.com>
bd711b
- get rid of "CC=egcs"
bd711b
- require jade - sgml2html calls nsgmls.
bd711b
bd711b
* Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
bd711b
- resurrect package in a non-conflicting manner
bd711b
bd711b
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
bd711b
- auto rebuild in the new build environment (release 2)
bd711b
bd711b
* Wed Mar 17 1999 Preston Brown <pbrown@redhat.com>
bd711b
- we aren't going to 2.0.x for 6.0, using 1.0.9 instead (more stable)
bd711b
bd711b
* Thu Aug 20 1998 Bill Nottingham <notting@redhat.com>
bd711b
- updated to 1.0.7
bd711b
bd711b
* Tue May 05 1998 Donnie Barnes <djb@redhat.com>
bd711b
- changed default papersize to letter (from a4...sorry Europeans :-)
bd711b
  use --papersize=a4 on any sgml2* command to change it or remove the
bd711b
  patch from this spec file and rebuild.
bd711b
bd711b
* Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com>
bd711b
- updated to 1.0.6
bd711b
bd711b
* Fri Apr 24 1998 Prospector System <bugs@redhat.com>
bd711b
- translations modified for de, fr, tr
bd711b
bd711b
* Mon Jan 12 1998 Donnie Barnes <djb@redhat.com>
bd711b
- updated from 0.99 to 1.0.3
bd711b
- added BuildRoot
bd711b
bd711b
* Sat Nov 01 1997 Donnie Barnes <djb@redhat.com>
bd711b
- fixed man pages
bd711b
bd711b
* Mon Oct 20 1997 Donnie Barnes <djb@redhat.com>
bd711b
- new release - Obsoletes linuxdoc-sgml
bd711b