temporarily disable noent switch - blocks lcdproc doc build(#488093)
This commit is contained in:
parent
ace75522a1
commit
f1b85f7932
@ -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\""
|
- echo >&2 "xmllint >/dev/null --xinclude --postvalid \"$INPUT_FILE\""
|
||||||
- xmllint >/dev/null --xinclude --postvalid "$INPUT_FILE" 2>"${VALIDATION}"
|
- xmllint >/dev/null --xinclude --postvalid "$INPUT_FILE" 2>"${VALIDATION}"
|
||||||
+ echo >&2 \
|
+ echo >&2 \
|
||||||
+ "xmllint >/dev/null --nonet --xinclude --postvalid --noent \"$INPUT_FILE\""
|
+ "xmllint >/dev/null --nonet --xinclude --postvalid \"$INPUT_FILE\""
|
||||||
+ xmllint >/dev/null --nonet --xinclude --postvalid --noent \
|
+ xmllint >/dev/null --nonet --xinclude --postvalid \
|
||||||
+ "$INPUT_FILE" 2>"${VALIDATION}"
|
+ "$INPUT_FILE" 2>"${VALIDATION}"
|
||||||
xmllint_status=$?
|
xmllint_status=$?
|
||||||
if [ $xmllint_status -ne 0 ]
|
if [ $xmllint_status -ne 0 ]
|
||||||
|
10
xmlto.spec
10
xmlto.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: A tool for converting XML files to various formats
|
Summary: A tool for converting XML files to various formats
|
||||||
Name: xmlto
|
Name: xmlto
|
||||||
Version: 0.0.21
|
Version: 0.0.21
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
#xmlto is released under GPLv2+ license, xmlif under GPL+ license
|
#xmlto is released under GPLv2+ license, xmlif under GPL+ license
|
||||||
License: GPLv2+ and GPL+
|
License: GPLv2+ and GPL+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -65,7 +65,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING ChangeLog README AUTHORS NEWS
|
%doc COPYING ChangeLog README AUTHORS NEWS
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
@ -75,12 +75,16 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%exclude %{_datadir}/xmlto/format/fo/pdf
|
%exclude %{_datadir}/xmlto/format/fo/pdf
|
||||||
|
|
||||||
%files tex
|
%files tex
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root,-)
|
||||||
%{_datadir}/xmlto/format/fo/dvi
|
%{_datadir}/xmlto/format/fo/dvi
|
||||||
%{_datadir}/xmlto/format/fo/ps
|
%{_datadir}/xmlto/format/fo/ps
|
||||||
%{_datadir}/xmlto/format/fo/pdf
|
%{_datadir}/xmlto/format/fo/pdf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 02 2009 Ondrej Vasik <ovasik@redhat.com> - 0.0.21-7
|
||||||
|
- temporarily disable noent switch - blocks lcdproc doc build
|
||||||
|
(#488093)
|
||||||
|
|
||||||
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.21-7
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.21-7
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user