fix the sgmlinclude patch (#797120)

This commit is contained in:
Ondřej Vašík 2012-12-11 13:48:10 +01:00
parent 90c44fc0ce
commit 6a320cbe57
2 changed files with 5 additions and 2 deletions

View File

@ -6,7 +6,7 @@ diff -urNp docbook-utils-0.6.14-orig/backends/man.in docbook-utils-0.6.14/backen
{ echo >&2 "man backend: could not create secure temporary directory"; exit 1;}
trap 'rm -rf "${TMPDIR}"' EXIT
-nsgmls "$SGML_FILE" > "${TMPDIR}/nsgmls.tmp"
+nsgmls "$SGML_INCLUDE" "$SGML_FILE" > "${TMPDIR}/nsgmls.tmp"
+nsgmls ${SGML_INCLUDE} "$SGML_FILE" > "${TMPDIR}/nsgmls.tmp"
sgmlspl $HELPER <"${TMPDIR}/nsgmls.tmp" 2>"${TMPDIR}/errs"
if [ $? -ne 0 ]
then

View File

@ -1,6 +1,6 @@
Name: docbook-utils
Version: 0.6.14
Release: 33%{?dist}
Release: 34%{?dist}
Group: Applications/Text
Summary: Shell scripts for managing DocBook documents
@ -136,6 +136,9 @@ rm -rf $RPM_BUILD_ROOT/tmp
%{_mandir}/*/docbook2ps.*
%changelog
* Tue Dec 11 2012 Ondrej Vasik <ovasik@redhat.com> 0.6.14-34
- fix the sgmlinclude patch (#797120)
* Mon Nov 12 2012 Ondrej Vasik <ovasik@redhat.com> 0.6.14-33
- add missing requires in pdf subpackage added due to texlive
update (#875344)