rpms/docbook-utils/devel docbook-utils-rtfmanpage.patch, NONE, 1.1 docbook-utils.spec, 1.33, 1.34

Ondrej Vasik ovasik at fedoraproject.org
Thu Aug 13 09:56:22 UTC 2009


Author: ovasik

Update of /cvs/extras/rpms/docbook-utils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28791

Modified Files:
	docbook-utils.spec 
Added Files:
	docbook-utils-rtfmanpage.patch 
Log Message:
add note about openjade limitation in rtf section of jw manpage(#516942)

docbook-utils-rtfmanpage.patch:
 jw.1 |    5 +++++
 1 file changed, 5 insertions(+)

--- NEW FILE docbook-utils-rtfmanpage.patch ---
diff -urNp docbook-utils-0.6.14-orig/doc/man/jw.1 docbook-utils-0.6.14/doc/man/jw.1
--- docbook-utils-0.6.14-orig/doc/man/jw.1	2004-02-11 15:16:21.000000000 +0100
+++ docbook-utils-0.6.14/doc/man/jw.1	2009-08-13 10:44:03.000000000 +0200
@@ -192,6 +192,11 @@ by calling \fBJade\fR or
 \fBOpenJade\fR\&. The resulting file can
 then be inported into \fBMS Word\fR
 or one of its Linux replacement programs.
+
+\fBNote\fR - The original picture must be
+present when RTF document is viewed, because
+the RTF documents created by \fBOpenJade\fR
+includes pictures by reference.
 .TP
 \fB\fItex\fB\fR
 Converts to TeX by calling \fBJade\fR or


Index: docbook-utils.spec
===================================================================
RCS file: /cvs/extras/rpms/docbook-utils/devel/docbook-utils.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -p -r1.33 -r1.34
--- docbook-utils.spec	24 Jul 2009 13:30:48 -0000	1.33
+++ docbook-utils.spec	13 Aug 2009 09:56:22 -0000	1.34
@@ -1,6 +1,6 @@
 Name: docbook-utils
 Version: 0.6.14
-Release: 18%{?dist}
+Release: 19%{?dist}
 Group: Applications/Text
 
 Summary: Shell scripts for managing DocBook documents
@@ -33,6 +33,7 @@ Patch1: docbook-utils-2ndspaces.patch
 Patch2: docbook-utils-w3mtxtconvert.patch
 Patch3: docbook-utils-grepnocolors.patch
 Patch4: docbook-utils-sgmlinclude.patch
+Patch5: docbook-utils-rtfmanpage.patch
 
 %description
 This package contains scripts are for easy conversion from DocBook
@@ -61,6 +62,7 @@ PDF format.
 %patch2 -p1 -b .w3mtxtconvert
 %patch3 -p1 -b .grepnocolors
 %patch4 -p1 -b .sgmlinclude
+%patch5 -p1 -b .rtfman
 
 %build
 ./configure --prefix=%{_prefix} --mandir=%{_mandir} --libdir=%{_libdir}
@@ -128,6 +130,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/*/docbook2ps.*
 
 %changelog
+* Thu Aug 13 2009 Ondrej Vasik <ovasik at redhat.com> 0.6.14-19
+- add note about openjade limitation in rtf section of jw
+  manpage(#516942)
+
 * Fri Jul 24 2009 Ondrej Vasik <ovasik at redhat.com> 0.6.14-18
 - another quoted variable fixes for spaces in filenames
 - use SGML_INCLUDE in man backend(upstream)




More information about the fedora-extras-commits mailing list