2004-09-09 04:19:11 +00:00
|
|
|
Name: docbook-utils
|
2004-09-09 04:22:23 +00:00
|
|
|
Version: 0.6.14
|
2004-09-09 04:22:38 +00:00
|
|
|
Release: 4
|
2004-09-09 04:19:11 +00:00
|
|
|
Group: Applications/Text
|
|
|
|
|
2004-09-09 04:20:25 +00:00
|
|
|
Summary: Shell scripts for managing DocBook documents.
|
2004-09-09 04:20:51 +00:00
|
|
|
URL: ftp://sources.redhat.com/pub/docbook-tools/new-trials/
|
2004-09-09 04:19:11 +00:00
|
|
|
|
|
|
|
License: GPL
|
|
|
|
|
2004-09-09 04:20:51 +00:00
|
|
|
Requires: docbook-style-dsssl >= 1.72
|
|
|
|
Requires: docbook-dtds
|
2004-09-09 04:19:11 +00:00
|
|
|
Requires: perl-SGMLSpm >= 1.03ii
|
2004-09-09 04:20:51 +00:00
|
|
|
Requires: which
|
2004-09-09 04:21:42 +00:00
|
|
|
Requires: tetex-dvips
|
|
|
|
Requires: elinks
|
2004-09-09 04:21:48 +00:00
|
|
|
Requires: jadetex
|
2004-09-09 04:19:11 +00:00
|
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}
|
2004-09-09 04:21:48 +00:00
|
|
|
BuildRequires: perl-SGMLSpm, openjade, docbook-style-dsssl
|
2004-09-09 04:19:11 +00:00
|
|
|
|
|
|
|
BuildArch: noarch
|
2004-09-09 04:22:23 +00:00
|
|
|
Source0: ftp://sources.redhat.com/pub/docbook-tols/new-trials/SOURCES/%{name}-%{version}.tar.gz
|
2004-09-09 04:19:11 +00:00
|
|
|
Source1: db2html
|
|
|
|
Source2: gdp-both.dsl
|
2004-09-09 04:21:42 +00:00
|
|
|
|
2004-09-09 04:19:11 +00:00
|
|
|
Obsoletes: stylesheets
|
2004-09-09 04:20:51 +00:00
|
|
|
Provides: stylesheets
|
2004-09-09 04:19:11 +00:00
|
|
|
|
2004-09-09 04:22:38 +00:00
|
|
|
Patch0: docbook-utils-spaces.patch
|
2004-09-09 04:19:11 +00:00
|
|
|
|
|
|
|
%Description
|
2004-09-09 04:20:25 +00:00
|
|
|
This package contains scripts are for easy conversion from DocBook
|
|
|
|
files to other formats (for example, HTML, RTF, and PostScript), and
|
|
|
|
for comparing SGML files.
|
2004-09-09 04:19:11 +00:00
|
|
|
|
|
|
|
%package pdf
|
2004-09-09 04:21:42 +00:00
|
|
|
Requires: jadetex >= 2.5
|
2004-09-09 04:19:11 +00:00
|
|
|
Requires: docbook-utils = %{version}
|
|
|
|
Group: Applications/Text
|
|
|
|
Obsoletes: stylesheets-db2pdf
|
2004-09-09 04:20:51 +00:00
|
|
|
Provides: stylesheets-db2pdf
|
2004-09-09 04:20:25 +00:00
|
|
|
Summary: A script for converting DocBook documents to PDF format.
|
2004-09-09 04:20:51 +00:00
|
|
|
URL: ftp://sources.redhat.com/pub/docbook-tools/new-trials/
|
2004-09-09 04:19:11 +00:00
|
|
|
|
|
|
|
%description pdf
|
2004-09-09 04:20:25 +00:00
|
|
|
This package contains a script for converting DocBook documents to
|
|
|
|
PDF format.
|
2004-09-09 04:19:11 +00:00
|
|
|
|
2004-09-09 04:21:42 +00:00
|
|
|
%prep
|
2004-09-09 04:19:11 +00:00
|
|
|
%setup -q
|
2004-09-09 04:22:38 +00:00
|
|
|
%patch0 -p1 -b .spaces
|
2004-09-09 04:19:11 +00:00
|
|
|
|
2004-09-09 04:21:42 +00:00
|
|
|
%build
|
2004-09-09 04:19:11 +00:00
|
|
|
./configure --prefix=%{_prefix} --mandir=%{_mandir}
|
|
|
|
make
|
|
|
|
|
2004-09-09 04:21:42 +00:00
|
|
|
%install
|
2004-09-09 04:19:11 +00:00
|
|
|
export DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
rm -rf $DESTDIR
|
2004-09-09 04:21:19 +00:00
|
|
|
make install prefix=%{_prefix} mandir=%{_mandir} docdir=/tmp
|
2004-09-09 04:19:11 +00:00
|
|
|
for util in dvi html pdf ps rtf
|
|
|
|
do
|
2004-09-09 04:20:51 +00:00
|
|
|
ln -s docbook2$util $RPM_BUILD_ROOT%{_bindir}/db2$util
|
2004-09-09 04:19:11 +00:00
|
|
|
ln -s jw.1.gz $RPM_BUILD_ROOT/%{_mandir}/man1/db2$util.1
|
|
|
|
done
|
|
|
|
# db2html is not just a symlink, as it has to create the output directory
|
2004-09-09 04:20:51 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_bindir}/db2html
|
|
|
|
install -c -m 775 %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/db2html
|
2004-09-09 04:19:11 +00:00
|
|
|
install -c -m 644 %{SOURCE2} $RPM_BUILD_ROOT/usr/share/sgml/docbook/utils-%{version}/docbook-utils.dsl
|
2004-09-09 04:21:19 +00:00
|
|
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT/tmp
|
2004-09-09 04:19:11 +00:00
|
|
|
|
|
|
|
%Clean
|
|
|
|
DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
rm -rf $DESTDIR
|
|
|
|
|
|
|
|
|
|
|
|
%Files
|
|
|
|
%defattr (-,root,root)
|
|
|
|
%doc README COPYING TODO
|
2004-09-09 04:20:51 +00:00
|
|
|
%{_bindir}/jw
|
|
|
|
%{_bindir}/docbook2dvi
|
|
|
|
%{_bindir}/docbook2html
|
|
|
|
%{_bindir}/docbook2man
|
|
|
|
%{_bindir}/docbook2ps
|
|
|
|
%{_bindir}/docbook2rtf
|
|
|
|
%{_bindir}/docbook2tex
|
|
|
|
%{_bindir}/docbook2texi
|
|
|
|
%{_bindir}/docbook2txt
|
|
|
|
%{_bindir}/db2dvi
|
|
|
|
%{_bindir}/db2html
|
|
|
|
%{_bindir}/db2ps
|
|
|
|
%{_bindir}/db2rtf
|
|
|
|
%{_bindir}/sgmldiff
|
2004-09-09 04:19:11 +00:00
|
|
|
/usr/share/sgml/docbook/utils-%{version}
|
2004-09-09 04:21:42 +00:00
|
|
|
%{_mandir}/*/db2dvi.*
|
|
|
|
%{_mandir}/*/db2html.*
|
|
|
|
%{_mandir}/*/db2ps.*
|
|
|
|
%{_mandir}/*/db2rtf.*
|
|
|
|
%{_mandir}/*/docbook2dvi.*
|
|
|
|
%{_mandir}/*/docbook2html.*
|
|
|
|
%{_mandir}/*/docbook2ps.*
|
|
|
|
%{_mandir}/*/docbook2rtf.*
|
|
|
|
%{_mandir}/*/docbook2man.*
|
|
|
|
%{_mandir}/*/docbook2tex.*
|
|
|
|
%{_mandir}/*/docbook2texi.*
|
|
|
|
%{_mandir}/*/jw.*
|
|
|
|
%{_mandir}/*/sgmldiff.*
|
|
|
|
%{_mandir}/*/*-spec.*
|
2004-09-09 04:19:11 +00:00
|
|
|
|
|
|
|
%files pdf
|
|
|
|
%defattr (-,root,root)
|
2004-09-09 04:20:51 +00:00
|
|
|
%{_bindir}/docbook2pdf
|
|
|
|
%{_bindir}/db2pdf
|
2004-09-09 04:21:42 +00:00
|
|
|
%{_mandir}/*/db2pdf.*
|
|
|
|
%{_mandir}/*/docbook2pdf.*
|
2004-09-09 04:19:11 +00:00
|
|
|
|
|
|
|
%changelog
|
2004-09-09 04:22:38 +00:00
|
|
|
* Thu Aug 19 2004 Tim Waugh <twaugh@redhat.com> 0.6.14-4
|
|
|
|
- Apply CVS patch to protect spaces in jw (bug #130329).
|
|
|
|
|
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 04:22:23 +00:00
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Wed Feb 11 2004 Tim Waugh <twaugh@redhat.com> 0.6.14-1
|
|
|
|
- 0.6.14.
|
|
|
|
- All patches integrated.
|
|
|
|
|
2004-09-09 04:21:48 +00:00
|
|
|
* Thu Nov 27 2003 Tim Waugh <twaugh@redhat.com> 0.6.13-9
|
|
|
|
- Requires jadetex (bug #110755).
|
|
|
|
|
|
|
|
* Thu Nov 27 2003 Tim Waugh <twaugh@redhat.com> 0.6.13-8
|
|
|
|
- Build requires docbook-style-dsssl (bug #110754).
|
|
|
|
|
2004-09-09 04:21:42 +00:00
|
|
|
* Tue Jun 10 2003 Tim Waugh <twaugh@redhat.com> 0.6.13-7
|
|
|
|
- Fix manpage output: escape dots in column 1 (bug #97087).
|
|
|
|
|
|
|
|
* Tue May 27 2003 Tim Waugh <twaugh@redhat.com> 0.6.13-6
|
|
|
|
- Rebuild.
|
|
|
|
|
|
|
|
* Fri May 23 2003 Tim Waugh <twaugh@redhat.com> 0.6.13-5
|
|
|
|
- Build requires openjade.
|
|
|
|
|
|
|
|
* Thu May 22 2003 Tim Waugh <twaugh@redhat.com> 0.6.13-4
|
|
|
|
- Require elinks (bug #91472).
|
|
|
|
|
|
|
|
* Thu May 1 2003 Tim Waugh <twaugh@redhat.com> 0.6.13-3
|
|
|
|
- Move docbook2pdf man pages to pdf subpackage (bug #90041).
|
|
|
|
|
|
|
|
* Wed Apr 30 2003 Elliot Lee <sopwith@redhat.com> 0.6.13-2
|
|
|
|
- Add s/head -1/head -n 1/ patch to make ppc64 happy (among other things)
|
|
|
|
|
|
|
|
* Mon Mar 17 2003 Tim Waugh <twaugh@redhat.com> 0.6.13-1
|
|
|
|
- 0.6.13, fixing bug #86152.
|
|
|
|
|
|
|
|
* Fri Feb 14 2003 Elliot Lee <sopwith@redhat.com> 0.6.12-6
|
|
|
|
- tetex-dvips requirement should go on main package (not just pdf
|
|
|
|
subpackage) because docbook2ps requires dvips too.
|
|
|
|
|
2004-09-09 04:21:19 +00:00
|
|
|
* Wed Feb 5 2003 Tim Waugh <twaugh@redhat.com> 0.6.12-5
|
|
|
|
- Build requires perl-SGMLSpm (bug #83474).
|
|
|
|
|
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 0.6.12-4
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Mon Jan 13 2003 Tim Waugh <twaugh@redhat.com> 0.6.12-3
|
|
|
|
- Fixes from CVS.
|
|
|
|
|
|
|
|
* Tue Oct 22 2002 Tim Waugh <twaugh@redhat.com> 0.6.12-2
|
|
|
|
- No longer need separate stylesheet for A4.
|
|
|
|
- Don't install files not packaged.
|
|
|
|
|
|
|
|
* Wed Oct 16 2002 Tim Waugh <twaugh@redhat.com> 0.6.12-1
|
|
|
|
- 0.6.12.
|
|
|
|
|
2004-09-09 04:21:13 +00:00
|
|
|
* Thu Jun 27 2002 Tim Waugh <twaugh@redhat.com> 0.6.11-2
|
auto-import changelog data from docbook-utils-0.6.11-1.src.rpm
* Thu Jun 27 2002 Tim Waugh <twaugh@redhat.com> 0.6.11-1
- 0.6.11.
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 0.6.10-5
- automated rebuild
* Sun May 26 2002 Tim Powers <timp@redhat.com> 0.6.10-4
- automated rebuild
* Mon May 20 2002 Tim Waugh <twaugh@redhat.com> 0.6.10-3
- Improvements for man page output.
* Fri May 03 2002 Tim Waugh <twaugh@redhat.com> 0.6.10-2
- Don't define %graphic-default-extension% in the stylesheet---it messes
up PS+PDF output from the same source.
* Wed May 01 2002 Tim Waugh <twaugh@redhat.com> 0.6.10-1
- 0.6.10.
- No longer need automake files.
- No longer need '.', jw-custom, '@', pdf, nochunks, txt, '-o', manpage,
sdata, help, ol, '-V', sgml_xml, excl, link, pagesize, or texinputs
patches.
2004-09-09 04:21:10 +00:00
|
|
|
- 0.6.11.
|
|
|
|
|
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 0.6.10-5
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Sun May 26 2002 Tim Powers <timp@redhat.com> 0.6.10-4
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Mon May 20 2002 Tim Waugh <twaugh@redhat.com> 0.6.10-3
|
|
|
|
- Improvements for man page output.
|
|
|
|
|
|
|
|
* Fri May 3 2002 Tim Waugh <twaugh@redhat.com> 0.6.10-2
|
|
|
|
- Don't define %graphic-default-extension% in the stylesheet---it messes
|
|
|
|
up PS+PDF output from the same source.
|
|
|
|
|
|
|
|
* Wed May 1 2002 Tim Waugh <twaugh@redhat.com> 0.6.10-1
|
|
|
|
- 0.6.10.
|
|
|
|
- No longer need automake files.
|
|
|
|
- No longer need '.', jw-custom, '@', pdf, nochunks, txt, '-o', manpage,
|
|
|
|
sdata, help, ol, '-V', sgml_xml, excl, link, pagesize, or texinputs
|
|
|
|
patches.
|
|
|
|
|
2004-09-09 04:21:04 +00:00
|
|
|
* Fri Apr 12 2002 Tim Waugh <twaugh@redhat.com> 0.6.9-25
|
|
|
|
- Turned off use-id-as-filename in gdp-both.dsl.
|
|
|
|
|
2004-09-09 04:20:51 +00:00
|
|
|
* Fri Mar 22 2002 Tim Waugh <twaugh@redhat.com> 0.6.9-24
|
|
|
|
- Pick up images from the right place (bug #61652).
|
2004-09-09 04:20:38 +00:00
|
|
|
|
2004-09-09 04:20:51 +00:00
|
|
|
* Wed Mar 6 2002 Tim Waugh <twaugh@redhat.com> 0.6.9-23
|
|
|
|
- Add URL tags, and provide: stylesheets and stylesheets-pdf (bug #60226).
|
|
|
|
|
|
|
|
* Thu Feb 21 2002 Tim Waugh <twaugh@redhat.com> 0.6.9-22
|
|
|
|
- Rebuild in new environment.
|
|
|
|
|
|
|
|
* Tue Feb 5 2002 Tim Waugh <twaugh@redhat.com> 0.6.9-21
|
|
|
|
- Edited the wrong file when making the patch.. fix breakage introduced
|
|
|
|
by trying to fix bug #58375.
|
|
|
|
|
|
|
|
* Tue Feb 5 2002 Tim Waugh <twaugh@redhat.com> 0.6.9-20
|
|
|
|
- Fix docbook frontend (bug #51478).
|
|
|
|
- Make the old db2html script understand the .xml filename extension
|
|
|
|
(bug #59194).
|
|
|
|
- Determine page size to use automatically from LC_PAPER (bug #58375).
|
|
|
|
|
|
|
|
* Fri Jan 25 2002 Tim Waugh <twaugh@redhat.com> 0.6.9-19
|
|
|
|
- Require the DocBook DTDs.
|
|
|
|
|
|
|
|
* Tue Jan 22 2002 Tim Waugh <twaugh@redhat.com> 0.6.9-18
|
|
|
|
- Fix bug #46913 again, since the last change broke it.
|
|
|
|
|
|
|
|
* Sun Jan 20 2002 Tim Waugh <twaugh@redhat.com> 0.6.9-16
|
|
|
|
- Several more fixes that will be in the next upstream version.
|
|
|
|
|
|
|
|
* Sat Jan 19 2002 Tim Waugh <twaugh@redhat.com> 0.6.9-15
|
|
|
|
- Support -V (bug #31518).
|
|
|
|
|
|
|
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 0.6.9-14
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Wed Jan 9 2002 Tim Waugh <twaugh@redhat.com> 0.6.9-13
|
|
|
|
- Fix generated man output for orderedlists.
|
|
|
|
|
|
|
|
* Mon Dec 3 2001 Tim Waugh <twaugh@redhat.com> 0.6.9-12
|
|
|
|
- Fix generated man output for funcprototypes with more than one
|
|
|
|
paramdef.
|
|
|
|
|
|
|
|
* Wed Nov 28 2001 Tim Waugh <twaugh@redhat.com> 0.6.9-11
|
|
|
|
- Rebuild to fix man pages (bug #56449).
|
|
|
|
|
|
|
|
* Thu Nov 22 2001 Tim Waugh <twaugh@redhat.com> 0.6.9-10
|
|
|
|
- Fix jw behaviour when executed with no parameter.
|
|
|
|
- Fix 'jw --help'.
|
|
|
|
|
|
|
|
* Wed Nov 14 2001 Tim Waugh <twaugh@redhat.com> 0.6.9-9
|
|
|
|
- Actually apply the patch that makes man backend understand −.
|
|
|
|
- Also don't redefine <comment> and <remark> for HTML output either.
|
|
|
|
|
|
|
|
* Tue Nov 13 2001 Tim Waugh <twaugh@redhat.com> 0.6.9-8
|
|
|
|
- Default stylesheet: <comment> and <remark> as rationale markers
|
|
|
|
probably isn't really appropriate for general use.
|
|
|
|
- Default stylesheet: larger top margin to make some RTF readers
|
|
|
|
happy (bug #56011).
|
|
|
|
- Make man backend understand −.
|
|
|
|
- Specfile cleanups (%%{_bindir}, %%{_docdir}).
|
|
|
|
|
|
|
|
* Mon Nov 12 2001 Tim Waugh <twaugh@redhat.com> 0.6.9-7
|
|
|
|
- The fix for bug #53546 broke '--dsl none'. Fix it.
|
|
|
|
|
|
|
|
* Fri Nov 2 2001 Tim Waugh <twaugh@redhat.com> 0.6.9-6
|
|
|
|
- Explicit synopsis for each docbook2[xxx] command in the jw man page.
|
|
|
|
- Clean up all temporary files in pdf backend.
|
|
|
|
|
|
|
|
* Mon Oct 1 2001 Tim Waugh <twaugh@redhat.com> 0.6.9-5
|
|
|
|
- Fix ADDRESS element output (bug #50605).
|
|
|
|
|
|
|
|
* Fri Sep 28 2001 Tim Waugh <twaugh@redhat.com> 0.6.9-4
|
|
|
|
- Adjust stylesheet so that it works with docbook-dsssl 1.72.
|
|
|
|
- Fix jw so that -o and -d can be used together (bug #53546).
|
|
|
|
|
|
|
|
* Thu Sep 6 2001 Tim Waugh <twaugh@redhat.com> 0.6.9-3
|
|
|
|
- Fix txt backend so that it works.
|
|
|
|
- Fix jw so that it uses the HTML stylesheet for text backends.
|
|
|
|
- Use links if lynx isn't available, in txt backend.
|
2004-09-09 04:20:35 +00:00
|
|
|
|
2004-09-09 04:20:25 +00:00
|
|
|
* Mon Aug 13 2001 Tim Waugh <twaugh@redhat.com> 0.6.9-2
|
|
|
|
- Larger bottom margin in gdp-both.dsl to fix RTF output (bug #49677).
|
|
|
|
|
2004-09-09 04:20:22 +00:00
|
|
|
* Tue Jul 3 2001 Tim Waugh <twaugh@redhat.com> 0.6.9-1
|
|
|
|
- 0.6.9.
|
|
|
|
- With --nochunks, send output to a file instead of stdout (bug #46913).
|
|
|
|
|
|
|
|
* Mon Jun 4 2001 Tim Waugh <twaugh@redhat.com> 0.6.8-2
|
|
|
|
- Make sure COPYING isn't installed as a symlink.
|
|
|
|
|
|
|
|
* Mon May 21 2001 Tim Waugh <twaugh@redhat.com> 0.6.8-1
|
|
|
|
- 0.6.8.
|
2004-09-09 04:20:11 +00:00
|
|
|
|
2004-09-09 04:20:22 +00:00
|
|
|
* Mon May 21 2001 Tim Waugh <twaugh@redhat.com> 0.6-14
|
|
|
|
- db2html: copy admon graphics to output directory (bug #40143).
|
|
|
|
- Require docbook-style-dsssl 1.64-2 for symbolic link used by db2html.
|
|
|
|
- db2html: handle arguments with spaces better.
|
2004-09-09 04:20:11 +00:00
|
|
|
|
2004-09-09 04:20:22 +00:00
|
|
|
* Sat Mar 24 2001 Tim Waugh <twaugh@redhat.com> 0.6-13
|
2004-09-09 04:19:11 +00:00
|
|
|
- Fix man pages (bug #32820).
|
|
|
|
|
|
|
|
* Mon Mar 12 2001 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Fix argument parsing in docbook2xxx (bug #31518).
|
|
|
|
- Fix argument passing in db2html (bug #31520).
|
|
|
|
- Fix pdf generation (bug #31524).
|
|
|
|
|
|
|
|
* Fri Feb 23 2001 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Allow the use of custom backends and frontends (bug #29067).
|
|
|
|
|
|
|
|
* Fri Feb 16 2001 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Use gdp-both.dsl as the default stylesheet.
|
|
|
|
|
|
|
|
* Mon Feb 12 2001 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- REALLY only create output directory for db2html (duh).
|
|
|
|
- Handle filenames with dots in properly.
|
|
|
|
|
|
|
|
* Sun Feb 11 2001 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Only create output directory for db2html (bug #27092). (docbook2html
|
|
|
|
does not create an output directory in the upstream version, but
|
|
|
|
the compatibility script has been made to do so.)
|
|
|
|
|
|
|
|
* Mon Jan 22 2001 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Move the jadetex requirement to the -pdf subpackage.
|
|
|
|
|
|
|
|
* Tue Jan 16 2001 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Put output files in new directory instead of current directory.
|
|
|
|
|
|
|
|
* Mon Jan 15 2001 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Don't play so many macro games.
|
|
|
|
- Be sure to own utils directory.
|
|
|
|
|
|
|
|
* Fri Jan 12 2001 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Split off docbook2pdf into subpackage for dependency reasons.
|
|
|
|
|
|
|
|
* Mon Jan 08 2001 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Change group.
|
|
|
|
- Use %%{_mandir} and %%{_prefix}.
|
|
|
|
- db2* symlinks.
|
|
|
|
- Obsolete stylesheets (and -db2pdf).
|
|
|
|
- Change Copyright: to License:.
|
|
|
|
- Remove Packager: line.
|
|
|
|
- Reword description.
|
|
|
|
|
|
|
|
* Mon Jan 08 2001 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Based on Eric Bischoff's new-trials packages.
|