From 0de57434b1ed274a2e215a185d7a1172daa02278 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Tue, 11 Aug 2009 15:50:48 +0000 Subject: [PATCH] - don't complain if installing with --excludedocs (#516010) --- texi2html.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/texi2html.spec b/texi2html.spec index 3c3f402..e063cc3 100644 --- a/texi2html.spec +++ b/texi2html.spec @@ -1,6 +1,6 @@ Name: texi2html Version: 1.82 -Release: 4%{?dist} +Release: 5%{?dist} # GPLv2+ is for the code # OFSFDL (Old FSF Documentation License) for the documentation # CC-BY-SA or GPLv2 for the images @@ -49,11 +49,11 @@ make check rm -rf $RPM_BUILD_ROOT %post -/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || : +/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir > /dev/null 2>&1 || : %preun if [ $1 = 0 ]; then - /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || : + /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir > /dev/null 2>&1 || : fi %files @@ -74,6 +74,9 @@ fi %dir %{_sysconfdir}/texinfo %changelog +* Tue Aug 11 2009 Jindrich Novy 1.82-5 +- don't complain if installing with --excludedocs (#516010) + * Sun Jul 26 2009 Fedora Release Engineering - 1.82-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild