diff --git a/docbook-utils.spec b/docbook-utils.spec index c66ff77..46865e7 100644 --- a/docbook-utils.spec +++ b/docbook-utils.spec @@ -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 0.6.9-2 +- Larger bottom margin in gdp-both.dsl to fix RTF output (bug #49677). + * Tue Jul 3 2001 Tim Waugh 0.6.9-1 - 0.6.9. - With --nochunks, send output to a file instead of stdout (bug #46913). diff --git a/gdp-both.dsl b/gdp-both.dsl index fdfa66c..4d27580 100644 --- a/gdp-both.dsl +++ b/gdp-both.dsl @@ -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)