Blame SPECS/linuxdoc-tools.spec

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