This commit is contained in:
parent
e68d031783
commit
e1474cbe3a
12
docbook-utils-nofinalecho.patch
Normal file
12
docbook-utils-nofinalecho.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -urNp docbook-utils-0.6.14-orig/bin/jw.in docbook-utils-0.6.14/bin/jw.in
|
||||
--- docbook-utils-0.6.14-orig/bin/jw.in 2010-05-31 16:21:46.379401250 +0200
|
||||
+++ docbook-utils-0.6.14/bin/jw.in 2010-05-31 16:23:55.348413466 +0200
|
||||
@@ -438,5 +438,7 @@ cd "$SGML_CURRENT_DIRECTORY"
|
||||
if [ $SGML_RETURN -gt 0 ]
|
||||
then exit `expr 7 + $SGML_RETURN`
|
||||
fi
|
||||
-echo "Done."
|
||||
+#Final echo commented out, it causes manpage noise when generating some
|
||||
+#manpages with new perl(#513271, #587012)
|
||||
+#echo "Done."
|
||||
exit 0
|
@ -1,6 +1,6 @@
|
||||
Name: docbook-utils
|
||||
Version: 0.6.14
|
||||
Release: 23%{?dist}
|
||||
Release: 24%{?dist}
|
||||
Group: Applications/Text
|
||||
|
||||
Summary: Shell scripts for managing DocBook documents
|
||||
@ -35,6 +35,7 @@ Patch3: docbook-utils-grepnocolors.patch
|
||||
Patch4: docbook-utils-sgmlinclude.patch
|
||||
Patch5: docbook-utils-rtfmanpage.patch
|
||||
Patch6: docbook-utils-papersize.patch
|
||||
Patch7: docbook-utils-nofinalecho.patch
|
||||
|
||||
%description
|
||||
This package contains scripts are for easy conversion from DocBook
|
||||
@ -65,6 +66,7 @@ PDF format.
|
||||
%patch4 -p1 -b .sgmlinclude
|
||||
%patch5 -p1 -b .rtfman
|
||||
%patch6 -p1 -b .papersize
|
||||
%patch7 -p1 -b .finalecho
|
||||
|
||||
%build
|
||||
./configure --prefix=%{_prefix} --mandir=%{_mandir} --libdir=%{_libdir}
|
||||
@ -134,6 +136,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/*/docbook2ps.*
|
||||
|
||||
%changelog
|
||||
* Mon May 31 2010 Ondrej Vasik <ovasik@redhat.com> 0.6-14-24
|
||||
- do not produce final echo, it causes some manpage noise
|
||||
with new perl(#513271, #587012)
|
||||
|
||||
* Tue Oct 27 2009 Ondrej Vasik <ovasik@redhat.com> 0.6.14-23
|
||||
- do not obsolete self
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user