rpms/docbook-utils/devel docbook-utils-w3mtxtconvert.patch, NONE, 1.1 docbook-utils.spec, 1.27, 1.28

Ondrej Vasik (ovasik) fedora-extras-commits at redhat.com
Thu Nov 22 15:09:45 UTC 2007


Author: ovasik

Update of /cvs/extras/rpms/docbook-utils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16770

Modified Files:
	docbook-utils.spec 
Added Files:
	docbook-utils-w3mtxtconvert.patch 
Log Message:
fix of w3m params while converting to txt

docbook-utils-w3mtxtconvert.patch:

--- NEW FILE docbook-utils-w3mtxtconvert.patch ---
diff -urNp original/txt new/txt
--- original/backends/txt	2007-11-05 18:44:52.000000000 +0100
+++ new/backends/txt	2007-11-22 15:21:36.000000000 +0100
@@ -13,7 +13,7 @@ then
 elif [ -x /usr/bin/w3m ]
 then
   CONVERT=/usr/bin/w3m
-  ARGS="-dump"
+  ARGS="-T text/html -dump"
 else
   echo >&2 "No way to convert HTML to text found."
   exit 1


Index: docbook-utils.spec
===================================================================
RCS file: /cvs/extras/rpms/docbook-utils/devel/docbook-utils.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- docbook-utils.spec	5 Nov 2007 17:47:44 -0000	1.27
+++ docbook-utils.spec	22 Nov 2007 15:09:12 -0000	1.28
@@ -1,6 +1,6 @@
 Name: docbook-utils
 Version: 0.6.14
-Release: 12%{?dist}
+Release: 13%{?dist}
 Group: Applications/Text
 
 Summary: Shell scripts for managing DocBook documents
@@ -28,6 +28,7 @@
 Patch0: docbook-utils-spaces.patch
 Patch1: docbook-utils-funcsynopsis.patch
 Patch2: docbook-utils-2ndspaces.patch
+Patch3: docbook-utils-w3mtxtconvert.patch
 
 %description
 This package contains scripts are for easy conversion from DocBook
@@ -54,6 +55,7 @@
 %patch0 -p1 -b .spaces
 %patch1 -p1 -b .0
 %patch2 -p1 -b .2ndspaces
+%patch3 -p1 -b .w3mtxtconvert
 
 %build
 ./configure --prefix=%{_prefix} --mandir=%{_mandir} --libdir=%{_libdir}
@@ -120,6 +122,9 @@
 %{_mandir}/*/docbook2ps.*
 
 %changelog 
+* Thu Nov 22 2007 Ondrej Vasik <ovasik at redhat.com> 0.6.14-13
+- fix of w3m params while converting to txt
+
 * Tue Nov 05 2007 Ondrej Vasik <ovasik at redhat.com> 0.6.14-12
 - Merge Review(#225705)
 - corrected some other packaging guidelines issues




More information about the fedora-extras-commits mailing list