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