rpms/automake/devel automake.spec,1.29,1.30

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jan 18 14:44:29 UTC 2007


Author: karsten

Update of /cvs/dist/rpms/automake/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv7066

Modified Files:
	automake.spec 
Log Message:
- don't abort (un)install scriptlets when _excludedocs is set (Ville Skytta)



Index: automake.spec
===================================================================
RCS file: /cvs/dist/rpms/automake/devel/automake.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- automake.spec	21 Nov 2006 09:21:04 -0000	1.29
+++ automake.spec	18 Jan 2007 14:44:27 -0000	1.30
@@ -3,7 +3,7 @@
 Summary:	A GNU tool for automatically creating Makefiles.
 Name:		automake
 Version:	%{api_version}
-Release:	2
+Release:	3
 License:	GPL
 Group:		Development/Tools
 Source:		http://ftp.gnu.org/gnu/automake/automake-%{version}.tar.bz2
@@ -47,11 +47,11 @@
 rm -rf ${RPM_BUILD_ROOT}
 
 %post
-/sbin/install-info %{_infodir}/automake.info.gz %{_infodir}/dir
+/sbin/install-info %{_infodir}/automake.info.gz %{_infodir}/dir || :
 
 %preun
 if [ $1 = 0 ]; then
-    /sbin/install-info --delete %{_infodir}/automake.info.gz %{_infodir}/dir
+    /sbin/install-info --delete %{_infodir}/automake.info.gz %{_infodir}/dir || :
 fi
 
 %files
@@ -64,6 +64,9 @@
 %dir %{_datadir}/aclocal
 
 %changelog
+* Thu Jan 18 2007 Karsten Hopp <karsten at redhat.com> 1.10-3
+- don't abort (un)install scriptlets when _excludedocs is set (Ville Skyttä)
+
 * Tue Nov 21 2006 Karsten Hopp <karsten at redhat.com> 1.10-2
 - rebuild
 




More information about the fedora-cvs-commits mailing list