Blame SPECS/docbook-utils.spec

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