auto-import docbook-utils-0.6.9-2 from docbook-utils-0.6.9-2.src.rpm
This commit is contained in:
parent
f00d7fd571
commit
ada2ed3580
@ -1,9 +1,9 @@
|
||||
Name: docbook-utils
|
||||
Version: 0.6.9
|
||||
Release: 1
|
||||
Release: 2
|
||||
Group: Applications/Text
|
||||
|
||||
Summary: Shell scripts to manage DocBook documents.
|
||||
Summary: Shell scripts for managing DocBook documents.
|
||||
|
||||
License: GPL
|
||||
|
||||
@ -26,18 +26,20 @@ Obsoletes: stylesheets
|
||||
|
||||
|
||||
%Description
|
||||
These little scripts are for easy conversion from DocBook files to
|
||||
other formats (HTML, RTF, PostScript...), and to compare SGML files.
|
||||
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.
|
||||
|
||||
%package pdf
|
||||
Requires: tetex-dvips jadetex >= 2.5
|
||||
Requires: docbook-utils = %{version}
|
||||
Group: Applications/Text
|
||||
Obsoletes: stylesheets-db2pdf
|
||||
Summary: A script to convert DocBook documents to PDF.
|
||||
Summary: A script for converting DocBook documents to PDF format.
|
||||
|
||||
%description pdf
|
||||
This package contains a script to convert DocBook documents to PDF.
|
||||
This package contains a script for converting DocBook documents to
|
||||
PDF format.
|
||||
|
||||
%Prep
|
||||
%setup -q
|
||||
@ -103,6 +105,9 @@ rm -rf $DESTDIR
|
||||
/usr/bin/db2pdf
|
||||
|
||||
%changelog
|
||||
* 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).
|
||||
|
||||
* 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).
|
||||
|
@ -24,6 +24,7 @@
|
||||
;;# and rename it cygnus-both.dsl #
|
||||
;;# #
|
||||
;;# This is Version 1.0-4 #
|
||||
;;# patched to fix RTF output (#49677) #
|
||||
;;#######################################################################
|
||||
-->
|
||||
|
||||
@ -256,7 +257,7 @@
|
||||
(define %bottom-margin%
|
||||
(if (equal? %visual-acuity% "large-type")
|
||||
7.5pi
|
||||
2pi))
|
||||
5pi))
|
||||
|
||||
;;Define the text width. (Change the elements in the formula rather
|
||||
;;than the formula itself)
|
||||
|
Loading…
Reference in New Issue
Block a user