rpms/libbonobo/devel libbonobo.spec,1.27,1.28

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jan 19 14:09:03 UTC 2006


Author: rstrode

Update of /cvs/dist/rpms/libbonobo/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv4515

Modified Files:
	libbonobo.spec 
Log Message:
- s/sed -ie/sed -i -e/



Index: libbonobo.spec
===================================================================
RCS file: /cvs/dist/rpms/libbonobo/devel/libbonobo.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- libbonobo.spec	19 Jan 2006 13:03:50 -0000	1.27
+++ libbonobo.spec	19 Jan 2006 14:09:01 -0000	1.28
@@ -6,7 +6,7 @@
 Summary: Bonobo component system
 Name: libbonobo
 Version: 2.13.1
-Release: 5
+Release: 6
 URL: http://ftp.gnome.org
 Source0: %{name}-%{version}.tar.bz2
 License: LGPL
@@ -68,7 +68,7 @@
 rm $RPM_BUILD_ROOT%{_libdir}/orbit-2.0/*.*a
 
 for serverfile in $RPM_BUILD_ROOT%{_libdir}/bonobo/servers/*.server; do
-    sed -ie 's|location *= *"/usr/lib\(64\)*/|location="/usr/$LIB/|' $serverfile
+    sed -i -e 's|location *= *"/usr/lib\(64\)*/|location="/usr/$LIB/|' $serverfile
 done
 
 
@@ -108,6 +108,9 @@
 %{_datadir}/gtk-doc/html/bonobo-activation
 
 %changelog
+* Thu Jan 19 2006 Ray Strode <rstrode at redhat.com> 2.13.1-6
+- s/sed -ie/sed -i -e/
+
 * Thu Jan 19 2006 Ray Strode <rstrode at redhat.com> 2.13.1-5
 - Step three (unbreak the step two breakage)
 




More information about the fedora-cvs-commits mailing list