rpms/ORBit/FC-6 ORBit.spec,1.2,1.3

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Fri Oct 27 12:36:41 UTC 2006


Author: pghmcfc

Update of /cvs/extras/rpms/ORBit/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21646

Modified Files:
	ORBit.spec 
Log Message:
resync with devel


Index: ORBit.spec
===================================================================
RCS file: /cvs/extras/rpms/ORBit/FC-6/ORBit.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ORBit.spec	28 Aug 2006 15:12:46 -0000	1.2
+++ ORBit.spec	27 Oct 2006 12:36:11 -0000	1.3
@@ -1,7 +1,7 @@
 Summary:		CORBA Object Request Broker for GNOME-1 compatibility
 Name:			ORBit
 Version:		0.5.17
-Release:		19%{?dist}
+Release:		20%{?dist}
 Epoch:			1
 URL:			http://orbit-resource.sourceforge.net/
 Source:			http://ftp.acc.umu.se/pub/gnome/sources/ORBit/0.5/ORBit-0.5.17.tar.bz2 
@@ -75,10 +75,10 @@
 %postun -p /sbin/ldconfig
 
 %post devel
-/sbin/install-info %{_infodir}/libIDL.info.gz %{_infodir}/dir
+/sbin/install-info %{_infodir}/libIDL.info.gz %{_infodir}/dir || :
 
 %preun devel
-[ $1 = 0 ] && /sbin/install-info --delete %{_infodir}/libIDL.info.gz %{_infodir}/dir
+[ $1 = 0 ] && /sbin/install-info --delete %{_infodir}/libIDL.info.gz %{_infodir}/dir || :
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -120,6 +120,9 @@
 %{_datadir}/aclocal/libIDL.m4
 
 %changelog
+* Thu Oct 26 2006 Paul Howarth <paul at city-fan.org> 1:0.5.17-20
+- Don't let the scriptlets "fail"
+
 * Mon Aug 28 2006 Paul Howarth <paul at city-fan.org> 1:0.5.17-19
 - Fix undefined non-weak symbols in libIIOP.so (#202328)
 




More information about the scm-commits mailing list