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