diff --git a/xmlto-xmllintoptions.patch b/xmlto-xmllintoptions.patch index 3ee950b..a874a9a 100644 --- a/xmlto-xmllintoptions.patch +++ b/xmlto-xmllintoptions.patch @@ -8,8 +8,8 @@ diff -urNp xmlto-0.0.21-orig/xmlto.in xmlto-0.0.21/xmlto.in - echo >&2 "xmllint >/dev/null --xinclude --postvalid \"$INPUT_FILE\"" - xmllint >/dev/null --xinclude --postvalid "$INPUT_FILE" 2>"${VALIDATION}" + echo >&2 \ -+ "xmllint >/dev/null --nonet --xinclude --postvalid --noent \"$INPUT_FILE\"" -+ xmllint >/dev/null --nonet --xinclude --postvalid --noent \ ++ "xmllint >/dev/null --nonet --xinclude --postvalid \"$INPUT_FILE\"" ++ xmllint >/dev/null --nonet --xinclude --postvalid \ + "$INPUT_FILE" 2>"${VALIDATION}" xmllint_status=$? if [ $xmllint_status -ne 0 ] diff --git a/xmlto.spec b/xmlto.spec index 1a2786a..2bea4f6 100644 --- a/xmlto.spec +++ b/xmlto.spec @@ -1,7 +1,7 @@ Summary: A tool for converting XML files to various formats Name: xmlto Version: 0.0.21 -Release: 7%{?dist} +Release: 8%{?dist} #xmlto is released under GPLv2+ license, xmlif under GPL+ license License: GPLv2+ and GPL+ Group: Applications/System @@ -65,7 +65,7 @@ make install DESTDIR=$RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT %files -%defattr(-,root,root) +%defattr(-,root,root,-) %doc COPYING ChangeLog README AUTHORS NEWS %{_bindir}/* %{_mandir}/*/* @@ -75,12 +75,16 @@ rm -rf $RPM_BUILD_ROOT %exclude %{_datadir}/xmlto/format/fo/pdf %files tex -%defattr(-,root,root) +%defattr(-,root,root,-) %{_datadir}/xmlto/format/fo/dvi %{_datadir}/xmlto/format/fo/ps %{_datadir}/xmlto/format/fo/pdf %changelog +* Mon Mar 02 2009 Ondrej Vasik - 0.0.21-7 +- temporarily disable noent switch - blocks lcdproc doc build + (#488093) + * Thu Feb 26 2009 Fedora Release Engineering - 0.0.21-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild