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