Blame SPECS/docbook-utils.spec

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