auto-import changelog data from docbook-utils-0.6-13.2.src.rpm
* Fri Apr 26 2002 Tim Waugh <twaugh@redhat.com> 0.6-13.2 - Make sgmldiff work. * Thu Apr 11 2002 Tim Waugh <twaugh@redhat.com> 0.6-13.1 - Disable use-id-as-filename in gdp-both.dsl.
This commit is contained in:
parent
aeda1b043c
commit
21cdb8196a
@ -1,6 +1,6 @@
|
|||||||
Name: docbook-utils
|
Name: docbook-utils
|
||||||
Version: 0.6
|
Version: 0.6
|
||||||
Release: 13
|
Release: 13.2
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
|
|
||||||
Summary: Shell scripts to manage DocBook documents.
|
Summary: Shell scripts to manage DocBook documents.
|
||||||
@ -20,6 +20,7 @@ Patch0: docbook-utils-0.6-..patch
|
|||||||
Patch1: jw-custom.patch
|
Patch1: jw-custom.patch
|
||||||
Patch2: docbook-utils-0.6-@.patch
|
Patch2: docbook-utils-0.6-@.patch
|
||||||
Patch3: docbook-utils-0.6-pdf.patch
|
Patch3: docbook-utils-0.6-pdf.patch
|
||||||
|
Patch4: docbook-utils-0.6-perl.patch
|
||||||
|
|
||||||
Obsoletes: stylesheets
|
Obsoletes: stylesheets
|
||||||
|
|
||||||
@ -44,6 +45,7 @@ This package contains a script to convert DocBook documents to PDF.
|
|||||||
%patch1 -p1 -b .custom
|
%patch1 -p1 -b .custom
|
||||||
%patch2 -p1 -b .@
|
%patch2 -p1 -b .@
|
||||||
%patch3 -p1 -b .pdf
|
%patch3 -p1 -b .pdf
|
||||||
|
%patch4 -p1 -b .perl
|
||||||
|
|
||||||
|
|
||||||
%Build
|
%Build
|
||||||
@ -96,6 +98,12 @@ rm -rf $DESTDIR
|
|||||||
/usr/bin/db2pdf
|
/usr/bin/db2pdf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 26 2002 Tim Waugh <twaugh@redhat.com> 0.6-13.2
|
||||||
|
- Make sgmldiff work.
|
||||||
|
|
||||||
|
* Thu Apr 11 2002 Tim Waugh <twaugh@redhat.com> 0.6-13.1
|
||||||
|
- Disable use-id-as-filename in gdp-both.dsl.
|
||||||
|
|
||||||
* Sat Mar 24 2001 Tim Waugh <twaugh@redhat.com>
|
* Sat Mar 24 2001 Tim Waugh <twaugh@redhat.com>
|
||||||
- Fix man pages (bug #32820).
|
- Fix man pages (bug #32820).
|
||||||
|
|
||||||
|
@ -24,6 +24,7 @@
|
|||||||
;;# and rename it cygnus-both.dsl #
|
;;# and rename it cygnus-both.dsl #
|
||||||
;;# #
|
;;# #
|
||||||
;;# This is Version 1.0-4 #
|
;;# This is Version 1.0-4 #
|
||||||
|
;;# disable use-id-as-filename #
|
||||||
;;#######################################################################
|
;;#######################################################################
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -570,7 +571,7 @@
|
|||||||
|
|
||||||
;;Use element ids as filenames?
|
;;Use element ids as filenames?
|
||||||
(define %use-id-as-filename%
|
(define %use-id-as-filename%
|
||||||
#t)
|
#f)
|
||||||
|
|
||||||
|
|
||||||
;;=========================
|
;;=========================
|
||||||
|
Loading…
Reference in New Issue
Block a user