rpms/texi2html/devel texi2html.spec,1.21,1.22

Jindrich Novy jnovy at fedoraproject.org
Tue Aug 11 15:50:48 UTC 2009


Author: jnovy

Update of /cvs/pkgs/rpms/texi2html/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22516

Modified Files:
	texi2html.spec 
Log Message:
* Tue Aug 11 2009 Jindrich Novy <jnovy at redhat.com> 1.82-5
- don't complain if installing with --excludedocs (#516010)



Index: texi2html.spec
===================================================================
RCS file: /cvs/pkgs/rpms/texi2html/devel/texi2html.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- texi2html.spec	27 Jul 2009 05:51:51 -0000	1.21
+++ texi2html.spec	11 Aug 2009 15:50:48 -0000	1.22
@@ -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 <jnovy at redhat.com> 1.82-5
+- don't complain if installing with --excludedocs (#516010)
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.82-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list