c49e6c
Name: docbook-utils
c49e6c
Version: 0.6.14
c49e6c
Release: 54%{?dist}
c49e6c
c49e6c
Summary: Shell scripts for managing DocBook documents
c49e6c
URL: http://sources.redhat.com/docbook-tools/
c49e6c
c49e6c
License: GPLv2+
c49e6c
c49e6c
Requires: docbook-style-dsssl >= 1.72
c49e6c
Requires: docbook-dtds
c49e6c
Requires: perl-SGMLSpm >= 1.03ii
c49e6c
Requires: which grep gawk
c49e6c
Requires: text-www-browser
c49e6c
c49e6c
# In the absence of an already-installed text-www-browser, prefer lynx
c49e6c
Suggests: lynx
c49e6c
c49e6c
BuildRequires: perl-generators
c49e6c
BuildRequires: perl-SGMLSpm, openjade, docbook-style-dsssl
c49e6c
BuildRequires: make
c49e6c
c49e6c
BuildArch: noarch
c49e6c
Source0: ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/%{name}-%{version}.tar.gz
c49e6c
Source1: db2html
c49e6c
Source2: gdp-both.dsl
c49e6c
#We will ship newer version of docbook2man-spec.pl for better handling of docbook2man conversion
c49e6c
#You could check it at http://sourceforge.net/projects/docbook2x/
c49e6c
Source3: docbook2man-spec.pl
c49e6c
c49e6c
Obsoletes: stylesheets < %{version}-%{release}
c49e6c
Provides: stylesheets = %{version}-%{release}
c49e6c
c49e6c
Patch0: docbook-utils-spaces.patch
c49e6c
Patch1: docbook-utils-2ndspaces.patch
c49e6c
Patch2: docbook-utils-w3mtxtconvert.patch
c49e6c
Patch3: docbook-utils-grepnocolors.patch
c49e6c
Patch4: docbook-utils-sgmlinclude.patch
c49e6c
Patch5: docbook-utils-rtfmanpage.patch
c49e6c
Patch6: docbook-utils-papersize.patch
c49e6c
Patch7: docbook-utils-nofinalecho.patch
c49e6c
Patch8: docbook-utils-newgrep.patch
c49e6c
c49e6c
%description
c49e6c
This package contains scripts are for easy conversion from DocBook
c49e6c
files to other formats (for example, HTML, RTF, and PostScript), and
c49e6c
for comparing SGML files.
c49e6c
c49e6c
%package pdf
c49e6c
Requires: texlive-jadetex >= 7
c49e6c
Requires: docbook-utils = %{version}
c49e6c
Requires: tex(dvips)
c49e6c
Requires: texlive-collection-fontsrecommended
c49e6c
Requires: texlive-collection-htmlxml
c49e6c
License: GPL+
c49e6c
Obsoletes: stylesheets-db2pdf <= %{version}-%{release}
c49e6c
Provides: stylesheets-db2pdf = %{version}-%{release}
c49e6c
Summary: A script for converting DocBook documents to PDF format
c49e6c
URL: http://sources.redhat.com/docbook-tools/
c49e6c
c49e6c
%description pdf
c49e6c
This package contains a script for converting DocBook documents to
c49e6c
PDF format.
c49e6c
c49e6c
%prep
c49e6c
%setup -q
c49e6c
%patch0 -p1 -b .spaces
c49e6c
%patch1 -p1 -b .2ndspaces
c49e6c
%patch2 -p1 -b .w3mtxtconvert
c49e6c
%patch3 -p1 -b .grepnocolors
c49e6c
%patch4 -p1 -b .sgmlinclude
c49e6c
%patch5 -p1 -b .rtfman
c49e6c
%patch6 -p1 -b .papersize
c49e6c
%patch7 -p1 -b .finalecho
c49e6c
%patch8 -p1 -b .newgrep
c49e6c
c49e6c
%build
c49e6c
./configure --prefix=%{_prefix} --mandir=%{_mandir} --libdir=%{_libdir}
c49e6c
make %{?_smp_mflags}
c49e6c
c49e6c
%install
c49e6c
export DESTDIR=$RPM_BUILD_ROOT
c49e6c
make install prefix=%{_prefix} mandir=%{_mandir} docdir=/tmp
c49e6c
for util in dvi html pdf ps rtf
c49e6c
do
c49e6c
	ln -s docbook2$util $RPM_BUILD_ROOT%{_bindir}/db2$util
c49e6c
	ln -s jw.1.gz $RPM_BUILD_ROOT/%{_mandir}/man1/db2$util.1
c49e6c
done
c49e6c
ln -s jw.1.gz $RPM_BUILD_ROOT/%{_mandir}/man1/docbook2txt.1
c49e6c
# db2html is not just a symlink, as it has to create the output directory
c49e6c
rm -f $RPM_BUILD_ROOT%{_bindir}/db2html
c49e6c
install -p -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/db2html
c49e6c
install -p -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/sgml/docbook/utils-%{version}/docbook-utils.dsl
c49e6c
install -p -m 755 %{SOURCE3} $RPM_BUILD_ROOT%{_datadir}/sgml/docbook/utils-%{version}/helpers/docbook2man-spec.pl
c49e6c
c49e6c
rm -rf $RPM_BUILD_ROOT/tmp
c49e6c
c49e6c
%files
c49e6c
%doc README COPYING TODO
c49e6c
%{_bindir}/jw
c49e6c
%{_bindir}/docbook2html
c49e6c
%{_bindir}/docbook2man
c49e6c
%{_bindir}/docbook2rtf
c49e6c
%{_bindir}/docbook2tex
c49e6c
%{_bindir}/docbook2texi
c49e6c
%{_bindir}/docbook2txt
c49e6c
%attr(0755,root,root) %{_bindir}/db2html
c49e6c
%{_bindir}/db2rtf
c49e6c
%{_bindir}/sgmldiff
c49e6c
%{_datadir}/sgml/docbook/utils-%{version}
c49e6c
%{_mandir}/*/db2dvi.*
c49e6c
%{_mandir}/*/db2html.*
c49e6c
%{_mandir}/*/db2ps.*
c49e6c
%{_mandir}/*/db2rtf.*
c49e6c
%{_mandir}/*/docbook2html.*
c49e6c
%{_mandir}/*/docbook2rtf.*
c49e6c
%{_mandir}/*/docbook2man.*
c49e6c
%{_mandir}/*/docbook2tex.*
c49e6c
%{_mandir}/*/docbook2texi.*
c49e6c
%{_mandir}/*/docbook2txt.*
c49e6c
%{_mandir}/*/jw.*
c49e6c
%{_mandir}/*/sgmldiff.*
c49e6c
%{_mandir}/*/*-spec.*
c49e6c
c49e6c
%files pdf
c49e6c
%{_bindir}/docbook2pdf
c49e6c
%{_bindir}/docbook2dvi
c49e6c
%{_bindir}/docbook2ps
c49e6c
%{_bindir}/db2dvi
c49e6c
%{_bindir}/db2pdf
c49e6c
%{_bindir}/db2ps
c49e6c
%{_mandir}/*/db2pdf.*
c49e6c
%{_mandir}/*/docbook2pdf.*
c49e6c
%{_mandir}/*/docbook2dvi.*
c49e6c
%{_mandir}/*/docbook2ps.*
c49e6c
c49e6c
%changelog
c49e6c
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.6.14-54
c49e6c
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
c49e6c
  Related: rhbz#1991688
c49e6c
c49e6c
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 0.6.14-53
c49e6c
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
c49e6c
c49e6c
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.14-52
c49e6c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
c49e6c
c49e6c
* Mon Jan 18 2021 Kamil Dudka <kdudka@redhat.com> - 0.6.14-51
c49e6c
- suggest lynx rather than elinks to satisfy text-www-browser
c49e6c
c49e6c
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.14-50
c49e6c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
c49e6c
c49e6c
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.14-49
c49e6c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
c49e6c
c49e6c
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.14-48
c49e6c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
c49e6c
c49e6c
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.14-47
c49e6c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
c49e6c
c49e6c
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.14-46
c49e6c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
c49e6c
c49e6c
* Mon Mar 12 2018 Ondrej Mosnáček <omosnace@redhat.com> - 0.6.14-45
c49e6c
- Fix jadetex dependency
c49e6c
c49e6c
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.14-44
c49e6c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
c49e6c
c49e6c
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.14-43
c49e6c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
c49e6c
c49e6c
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.14-42
c49e6c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
c49e6c
c49e6c
* Fri Jul 01 2016 Stephen Gallagher <sgallagh@redhat.com> - 0.6.14-41
c49e6c
- Add "Suggests: elinks" to satisfy text-www-browser
c49e6c
- Resolves: rhbz#1310897
c49e6c
c49e6c
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.14-40
c49e6c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
c49e6c
c49e6c
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.14-39
c49e6c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
c49e6c
c49e6c
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.14-38
c49e6c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
c49e6c
c49e6c
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.14-37
c49e6c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
c49e6c
c49e6c
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 0.6.14-36
c49e6c
- Perl 5.18 rebuild
c49e6c
c49e6c
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.14-35
c49e6c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
c49e6c
c49e6c
* Tue Dec 11 2012 Ondrej Vasik <ovasik@redhat.com> 0.6.14-34
c49e6c
- fix the sgmlinclude patch (#797120)
c49e6c
c49e6c
* Mon Nov 12 2012 Ondrej Vasik <ovasik@redhat.com> 0.6.14-33
c49e6c
- add missing requires in pdf subpackage added due to texlive
c49e6c
  update (#875344)
c49e6c
c49e6c
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.14-32
c49e6c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
c49e6c
c49e6c
* Wed May 30 2012 Ondrej Vasik <ovasik@redhat.com> 0.6.14-31
c49e6c
- fix escaping of double-quotes in docbook2man (#826139)
c49e6c
- fix the wrong format of C-style functions in docbook2man (#662869)
c49e6c
- fix stray .fi at the end of funcsynopsis section (#662869)
c49e6c
c49e6c
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.14-30
c49e6c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
c49e6c
c49e6c
* Fri Nov 25 2011 Ondrej Vasik <ovasik@redhat.com> 0.6.14-29
c49e6c
- improve handling of jw options in db2html,respect
c49e6c
  --output (#756928)
c49e6c
c49e6c
* Fri Nov 25 2011 Ondrej Vasik <ovasik@redhat.com> 0.6.14-28
c49e6c
- cleanup output dir for empty db2html input (#756930)
c49e6c
c49e6c
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.14-27
c49e6c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
c49e6c
c49e6c
* Mon Oct 04 2010 Ondrej Vasik <ovasik@redhat.com> 0.6.14-26
c49e6c
- fix autogenerated manpage header format(#639347)
c49e6c
c49e6c
* Tue Sep 28 2010 Ondrej Vasik <ovasik@redhat.com> 0.6.14-25
c49e6c
- make [[:space:]] class syntax compatible with new grep(#637594)
c49e6c
c49e6c
* Mon May 31 2010 Ondrej Vasik <ovasik@redhat.com> 0.6.14-24
c49e6c
- do not produce final echo, it causes some manpage noise
c49e6c
  with new perl(#513271, #587012)
c49e6c
c49e6c
* Tue Oct 27 2009 Ondrej Vasik <ovasik@redhat.com> 0.6.14-23
c49e6c
- do not obsolete self
c49e6c
c49e6c
* Mon Oct 12 2009 Ondrej Vasik <ovasik@redhat.com> 0.6.14-22
c49e6c
- fix url in pdf subpackage
c49e6c
c49e6c
* Wed Oct 07 2009 Ondrej Vasik <ovasik@redhat.com> 0.6.14-21
c49e6c
- fix locale-based papersize selection (#527395)
c49e6c
c49e6c
* Thu Aug 27 2009 Ondrej Vasik <ovasik@redhat.com> 0.6.14-20
c49e6c
- provide symlink manpage for docbook2txt
c49e6c
c49e6c
* Thu Aug 13 2009 Ondrej Vasik <ovasik@redhat.com> 0.6.14-19
c49e6c
- add note about openjade limitation in rtf section of jw
c49e6c
  manpage(#516942)
c49e6c
c49e6c
* Fri Jul 24 2009 Ondrej Vasik <ovasik@redhat.com> 0.6.14-18
c49e6c
- another quoted variable fixes for spaces in filenames
c49e6c
- use SGML_INCLUDE in man backend(upstream)
c49e6c
- change upstream URL to something useful
c49e6c
- escape dots and single quotes in column 1 in docbook2man-spec.pl
c49e6c
c49e6c
* Mon Jun 29 2009 Ondrej Vasik <ovasik@redhat.com> 0.6.14-17
c49e6c
- fix pdf subpackage requires(to match TeXLive2008 provides)
c49e6c
c49e6c
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.14-16
c49e6c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
c49e6c
c49e6c
* Fri Nov 28 2008 Ondrej Vasik <ovasik@redhat.com> 0.6.14-15
c49e6c
- require grep,gawk, fix jw script to find SGML_BASE_DIR even
c49e6c
  with grep with colors(#473278), finish funcsynopsis patch
c49e6c
  drop
c49e6c
c49e6c
* Mon Sep 08 2008 Ondrej Vasik <ovasik@redhat.com> 0.6-14-14
c49e6c
- ship new version of docbook2man-spec.pl to avoid issues
c49e6c
  with the old one
c49e6c
- dropped funcsynopsis patch - docbook2man-spec.pl from
c49e6c
  tarball used no longer
c49e6c
c49e6c
* Thu Nov 22 2007 Ondrej Vasik <ovasik@redhat.com> 0.6.14-13
c49e6c
- fix of w3m params while converting to txt
c49e6c
c49e6c
* Tue Nov 05 2007 Ondrej Vasik <ovasik@redhat.com> 0.6.14-12
c49e6c
- Merge Review(#225705)
c49e6c
- corrected some other packaging guidelines issues
c49e6c
c49e6c
* Thu Nov 01 2007 Ondrej Vasik <ovasik@redhat.com> 0.6.14-11
c49e6c
- rpmlint check
c49e6c
- fixed: dist tag, summary ended with dot, license tag,
c49e6c
  versioned provides/obsoletes + some cosmetic changes
c49e6c
c49e6c
* Fri Oct 12 2007 Ondrej Vasik <ovasik@redhat.com> 0.6.14-10
c49e6c
- generalized text browser requirement(#174566)
c49e6c
c49e6c
* Tue Sep 18 2007 Ondrej Vasik <ovasik@redhat.com> 0.6.14-9
c49e6c
- fixed typo in Source URL
c49e6c
c49e6c
* Mon May 21 2007 Ondrej Vasik <ovasik@redhat.com> 0.6.14-8
c49e6c
- Added more fixes for handling spaces in directory name
c49e6c
- SGML_FILE variable is factored out of SGML_ARGUMENTS
c49e6c
- (changes taken from upstream)
c49e6c
c49e6c
* Tue Apr 24 2007 Petr Mejzlik <pmejzlik@redhat.com> 0.6.14-7
c49e6c
- add missing dist tag, bump release
c49e6c
c49e6c
* Tue Apr 24 2007 Petr Mejzlik <pmejzlik@redhat.com> 0.6.14-6
c49e6c
- Fixed a minor bug in processing of <funcsynopsisinfo> (bug #217649)
c49e6c
c49e6c
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.6.14-5.1
c49e6c
- rebuild
c49e6c
c49e6c
* Thu Mar 09 2006 Florian La Roche <laroche@redhat.com>
c49e6c
- use 755 instead of 775 for /usr/bin/db2html
c49e6c
c49e6c
* Thu Jan  5 2006 Tim Waugh <twaugh@redhat.com> 0.6.14-5
c49e6c
- Move dvi and ps tools into pdf sub-package (bug #174897).
c49e6c
c49e6c
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
c49e6c
- rebuilt
c49e6c
c49e6c
* Thu Aug 19 2004 Tim Waugh <twaugh@redhat.com> 0.6.14-4
c49e6c
- Apply CVS patch to protect spaces in jw (bug #130329).
c49e6c
c49e6c
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
c49e6c
- rebuilt
c49e6c
c49e6c
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
c49e6c
- rebuilt
c49e6c
c49e6c
* Wed Feb 11 2004 Tim Waugh <twaugh@redhat.com> 0.6.14-1
c49e6c
- 0.6.14.
c49e6c
- All patches integrated.
c49e6c
c49e6c
* Thu Nov 27 2003 Tim Waugh <twaugh@redhat.com> 0.6.13-9
c49e6c
- Requires jadetex (bug #110755).
c49e6c
c49e6c
* Thu Nov 27 2003 Tim Waugh <twaugh@redhat.com> 0.6.13-8
c49e6c
- Build requires docbook-style-dsssl (bug #110754).
c49e6c
c49e6c
* Tue Jun 10 2003 Tim Waugh <twaugh@redhat.com> 0.6.13-7
c49e6c
- Fix manpage output: escape dots in column 1 (bug #97087).
c49e6c
c49e6c
* Tue May 27 2003 Tim Waugh <twaugh@redhat.com> 0.6.13-6
c49e6c
- Rebuild.
c49e6c
c49e6c
* Fri May 23 2003 Tim Waugh <twaugh@redhat.com> 0.6.13-5
c49e6c
- Build requires openjade.
c49e6c
c49e6c
* Thu May 22 2003 Tim Waugh <twaugh@redhat.com> 0.6.13-4
c49e6c
- Require elinks (bug #91472).
c49e6c
c49e6c
* Thu May  1 2003 Tim Waugh <twaugh@redhat.com> 0.6.13-3
c49e6c
- Move docbook2pdf man pages to pdf subpackage (bug #90041).
c49e6c
c49e6c
* Wed Apr 30 2003 Elliot Lee <sopwith@redhat.com> 0.6.13-2
c49e6c
- Add s/head -1/head -n 1/ patch to make ppc64 happy (among other things)
c49e6c
c49e6c
* Mon Mar 17 2003 Tim Waugh <twaugh@redhat.com> 0.6.13-1
c49e6c
- 0.6.13, fixing bug #86152.
c49e6c
c49e6c
* Fri Feb 14 2003 Elliot Lee <sopwith@redhat.com> 0.6.12-6
c49e6c
- tetex-dvips requirement should go on main package (not just pdf 
c49e6c
  subpackage) because docbook2ps requires dvips too.
c49e6c
c49e6c
* Wed Feb  5 2003 Tim Waugh <twaugh@redhat.com> 0.6.12-5
c49e6c
- Build requires perl-SGMLSpm (bug #83474).
c49e6c
c49e6c
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 0.6.12-4
c49e6c
- rebuilt
c49e6c
c49e6c
* Mon Jan 13 2003 Tim Waugh <twaugh@redhat.com> 0.6.12-3
c49e6c
- Fixes from CVS.
c49e6c
c49e6c
* Tue Oct 22 2002 Tim Waugh <twaugh@redhat.com> 0.6.12-2
c49e6c
- No longer need separate stylesheet for A4.
c49e6c
- Don't install files not packaged.
c49e6c
c49e6c
* Wed Oct 16 2002 Tim Waugh <twaugh@redhat.com> 0.6.12-1
c49e6c
- 0.6.12.
c49e6c
c49e6c
* Thu Jun 27 2002 Tim Waugh <twaugh@redhat.com> 0.6.11-2
c49e6c
- 0.6.11.
c49e6c
c49e6c
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 0.6.10-5
c49e6c
- automated rebuild
c49e6c
c49e6c
* Sun May 26 2002 Tim Powers <timp@redhat.com> 0.6.10-4
c49e6c
- automated rebuild
c49e6c
c49e6c
* Mon May 20 2002 Tim Waugh <twaugh@redhat.com> 0.6.10-3
c49e6c
- Improvements for man page output.
c49e6c
c49e6c
* Fri May  3 2002 Tim Waugh <twaugh@redhat.com> 0.6.10-2
c49e6c
- Don't define graphic-default-extension in the stylesheet---it messes
c49e6c
  up PS+PDF output from the same source.
c49e6c
c49e6c
* Wed May  1 2002 Tim Waugh <twaugh@redhat.com> 0.6.10-1
c49e6c
- 0.6.10.
c49e6c
- No longer need automake files.
c49e6c
- No longer need '.', jw-custom, '@', pdf, nochunks, txt, '-o', manpage,
c49e6c
  sdata, help, ol, '-V', sgml_xml, excl, link, pagesize, or texinputs
c49e6c
  patches.
c49e6c
c49e6c
* Fri Apr 12 2002 Tim Waugh <twaugh@redhat.com> 0.6.9-25
c49e6c
- Turned off use-id-as-filename in gdp-both.dsl.
c49e6c
c49e6c
* Fri Mar 22 2002 Tim Waugh <twaugh@redhat.com> 0.6.9-24
c49e6c
- Pick up images from the right place (bug #61652).
c49e6c
c49e6c
* Wed Mar  6 2002 Tim Waugh <twaugh@redhat.com> 0.6.9-23
c49e6c
- Add URL tags, and provide: stylesheets and stylesheets-pdf (bug #60226).
c49e6c
c49e6c
* Thu Feb 21 2002 Tim Waugh <twaugh@redhat.com> 0.6.9-22
c49e6c
- Rebuild in new environment.
c49e6c
c49e6c
* Tue Feb  5 2002 Tim Waugh <twaugh@redhat.com> 0.6.9-21
c49e6c
- Edited the wrong file when making the patch.. fix breakage introduced
c49e6c
  by trying to fix bug #58375.
c49e6c
c49e6c
* Tue Feb  5 2002 Tim Waugh <twaugh@redhat.com> 0.6.9-20
c49e6c
- Fix docbook frontend (bug #51478).
c49e6c
- Make the old db2html script understand the .xml filename extension
c49e6c
  (bug #59194).
c49e6c
- Determine page size to use automatically from LC_PAPER (bug #58375).
c49e6c
c49e6c
* Fri Jan 25 2002 Tim Waugh <twaugh@redhat.com> 0.6.9-19
c49e6c
- Require the DocBook DTDs.
c49e6c
c49e6c
* Tue Jan 22 2002 Tim Waugh <twaugh@redhat.com> 0.6.9-18
c49e6c
- Fix bug #46913 again, since the last change broke it.
c49e6c
c49e6c
* Sun Jan 20 2002 Tim Waugh <twaugh@redhat.com> 0.6.9-16
c49e6c
- Several more fixes that will be in the next upstream version.
c49e6c
c49e6c
* Sat Jan 19 2002 Tim Waugh <twaugh@redhat.com> 0.6.9-15
c49e6c
- Support -V (bug #31518).
c49e6c
c49e6c
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 0.6.9-14
c49e6c
- automated rebuild
c49e6c
c49e6c
* Wed Jan  9 2002 Tim Waugh <twaugh@redhat.com> 0.6.9-13
c49e6c
- Fix generated man output for orderedlists.
c49e6c
c49e6c
* Mon Dec  3 2001 Tim Waugh <twaugh@redhat.com> 0.6.9-12
c49e6c
- Fix generated man output for funcprototypes with more than one
c49e6c
  paramdef.
c49e6c
c49e6c
* Wed Nov 28 2001 Tim Waugh <twaugh@redhat.com> 0.6.9-11
c49e6c
- Rebuild to fix man pages (bug #56449).
c49e6c
c49e6c
* Thu Nov 22 2001 Tim Waugh <twaugh@redhat.com> 0.6.9-10
c49e6c
- Fix jw behaviour when executed with no parameter.
c49e6c
- Fix 'jw --help'.
c49e6c
c49e6c
* Wed Nov 14 2001 Tim Waugh <twaugh@redhat.com> 0.6.9-9
c49e6c
- Actually apply the patch that makes man backend understand −.
c49e6c
- Also don't redefine <comment> and <remark> for HTML output either.
c49e6c
c49e6c
* Tue Nov 13 2001 Tim Waugh <twaugh@redhat.com> 0.6.9-8
c49e6c
- Default stylesheet: <comment> and <remark> as rationale markers
c49e6c
  probably isn't really appropriate for general use.
c49e6c
- Default stylesheet: larger top margin to make some RTF readers
c49e6c
  happy (bug #56011).
c49e6c
- Make man backend understand −.
c49e6c
- Specfile cleanups (%%{_bindir}, %%{_docdir}).
c49e6c
c49e6c
* Mon Nov 12 2001 Tim Waugh <twaugh@redhat.com> 0.6.9-7
c49e6c
- The fix for bug #53546 broke '--dsl none'.  Fix it.
c49e6c
c49e6c
* Fri Nov  2 2001 Tim Waugh <twaugh@redhat.com> 0.6.9-6
c49e6c
- Explicit synopsis for each docbook2[xxx] command in the jw man page.
c49e6c
- Clean up all temporary files in pdf backend.
c49e6c
c49e6c
* Mon Oct  1 2001 Tim Waugh <twaugh@redhat.com> 0.6.9-5
c49e6c
- Fix ADDRESS element output (bug #50605).
c49e6c
c49e6c
* Fri Sep 28 2001 Tim Waugh <twaugh@redhat.com> 0.6.9-4
c49e6c
- Adjust stylesheet so that it works with docbook-dsssl 1.72.
c49e6c
- Fix jw so that -o and -d can be used together (bug #53546).
c49e6c
c49e6c
* Thu Sep  6 2001 Tim Waugh <twaugh@redhat.com> 0.6.9-3
c49e6c
- Fix txt backend so that it works.
c49e6c
- Fix jw so that it uses the HTML stylesheet for text backends.
c49e6c
- Use links if lynx isn't available, in txt backend.
c49e6c
c49e6c
* Mon Aug 13 2001 Tim Waugh <twaugh@redhat.com> 0.6.9-2
c49e6c
- Larger bottom margin in gdp-both.dsl to fix RTF output (bug #49677).
c49e6c
c49e6c
* Tue Jul  3 2001 Tim Waugh <twaugh@redhat.com> 0.6.9-1
c49e6c
- 0.6.9.
c49e6c
- With --nochunks, send output to a file instead of stdout (bug #46913).
c49e6c
c49e6c
* Mon Jun  4 2001 Tim Waugh <twaugh@redhat.com> 0.6.8-2
c49e6c
- Make sure COPYING isn't installed as a symlink.
c49e6c
c49e6c
* Mon May 21 2001 Tim Waugh <twaugh@redhat.com> 0.6.8-1
c49e6c
- 0.6.8.
c49e6c
c49e6c
* Mon May 21 2001 Tim Waugh <twaugh@redhat.com> 0.6-14
c49e6c
- db2html: copy admon graphics to output directory (bug #40143).
c49e6c
- Require docbook-style-dsssl 1.64-2 for symbolic link used by db2html.
c49e6c
- db2html: handle arguments with spaces better.
c49e6c
c49e6c
* Sat Mar 24 2001 Tim Waugh <twaugh@redhat.com> 0.6-13
c49e6c
- Fix man pages (bug #32820).
c49e6c
c49e6c
* Mon Mar 12 2001 Tim Waugh <twaugh@redhat.com>
c49e6c
- Fix argument parsing in docbook2xxx (bug #31518).
c49e6c
- Fix argument passing in db2html (bug #31520).
c49e6c
- Fix pdf generation (bug #31524).
c49e6c
c49e6c
* Fri Feb 23 2001 Tim Waugh <twaugh@redhat.com>
c49e6c
- Allow the use of custom backends and frontends (bug #29067).
c49e6c
c49e6c
* Fri Feb 16 2001 Tim Waugh <twaugh@redhat.com>
c49e6c
- Use gdp-both.dsl as the default stylesheet.
c49e6c
c49e6c
* Mon Feb 12 2001 Tim Waugh <twaugh@redhat.com>
c49e6c
- REALLY only create output directory for db2html (duh).
c49e6c
- Handle filenames with dots in properly.
c49e6c
c49e6c
* Sun Feb 11 2001 Tim Waugh <twaugh@redhat.com>
c49e6c
- Only create output directory for db2html (bug #27092). (docbook2html
c49e6c
  does not create an output directory in the upstream version, but
c49e6c
  the compatibility script has been made to do so.)
c49e6c
c49e6c
* Mon Jan 22 2001 Tim Waugh <twaugh@redhat.com>
c49e6c
- Move the jadetex requirement to the -pdf subpackage.
c49e6c
c49e6c
* Tue Jan 16 2001 Tim Waugh <twaugh@redhat.com>
c49e6c
- Put output files in new directory instead of current directory.
c49e6c
c49e6c
* Mon Jan 15 2001 Tim Waugh <twaugh@redhat.com>
c49e6c
- Don't play so many macro games.
c49e6c
- Be sure to own utils directory.
c49e6c
c49e6c
* Fri Jan 12 2001 Tim Waugh <twaugh@redhat.com>
c49e6c
- Split off docbook2pdf into subpackage for dependency reasons.
c49e6c
c49e6c
* Mon Jan 08 2001 Tim Waugh <twaugh@redhat.com>
c49e6c
- Change group.
c49e6c
- Use %%{_mandir} and %%{_prefix}.
c49e6c
- db2* symlinks.
c49e6c
- Obsolete stylesheets (and -db2pdf).
c49e6c
- Change Copyright: to License:.
c49e6c
- Remove Packager: line.
c49e6c
- Reword description.
c49e6c
c49e6c
* Mon Jan 08 2001 Tim Waugh <twaugh@redhat.com>
c49e6c
- Based on Eric Bischoff's new-trials packages.