Blame SPECS/docbook-utils.spec

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