- Fixed a minor bug in processing of <funcsynopsisinfo> (bug #217649)
This commit is contained in:
parent
0f5d4d53ab
commit
af217a87e9
16
docbook-utils-funcsynopsis.patch
Normal file
16
docbook-utils-funcsynopsis.patch
Normal file
@ -0,0 +1,16 @@
|
||||
--- docbook-utils-0.6.14/helpers/docbook2man-spec.pl.0 2007-04-24 16:19:56.000000000 +0200
|
||||
+++ docbook-utils-0.6.14/helpers/docbook2man-spec.pl 2007-04-24 16:21:23.000000000 +0200
|
||||
@@ -418,11 +418,13 @@
|
||||
|
||||
man_sgml('<FUNCSYNOPSIS>', sub {
|
||||
man_output("\n.sp\n");
|
||||
+ man_output("\n.nf\n");
|
||||
bold_on();
|
||||
});
|
||||
man_sgml('</FUNCSYNOPSIS>', sub {
|
||||
font_off();
|
||||
man_output("\n");
|
||||
+ man_output("\n.fi\n");
|
||||
});
|
||||
|
||||
man_sgml('<CMDSYNOPSIS>', "\n\n");
|
@ -1,6 +1,6 @@
|
||||
Name: docbook-utils
|
||||
Version: 0.6.14
|
||||
Release: 5.1
|
||||
Release: 6
|
||||
Group: Applications/Text
|
||||
|
||||
Summary: Shell scripts for managing DocBook documents.
|
||||
@ -26,6 +26,7 @@ Obsoletes: stylesheets
|
||||
Provides: stylesheets
|
||||
|
||||
Patch0: docbook-utils-spaces.patch
|
||||
Patch1: docbook-utils-funcsynopsis.patch
|
||||
|
||||
%Description
|
||||
This package contains scripts are for easy conversion from DocBook
|
||||
@ -49,6 +50,7 @@ PDF format.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .spaces
|
||||
%patch1 -p1 -b .0
|
||||
|
||||
%build
|
||||
./configure --prefix=%{_prefix} --mandir=%{_mandir}
|
||||
@ -116,6 +118,9 @@ rm -rf $DESTDIR
|
||||
%{_mandir}/*/docbook2ps.*
|
||||
|
||||
%changelog
|
||||
* Tue Apr 24 2007 Petr Mejzlik <pmejzlik@redhat.com> 0.6.14-6
|
||||
- Fixed a minor bug in processing of <funcsynopsisinfo> (bug #217649)
|
||||
|
||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.6.14-5.1
|
||||
- rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user