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

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jan 19 13:03:52 UTC 2006


Author: rstrode

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

Modified Files:
	libbonobo.spec 
Log Message:
- Step three (unbreak the step two breakage)



Index: libbonobo.spec
===================================================================
RCS file: /cvs/dist/rpms/libbonobo/devel/libbonobo.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- libbonobo.spec	19 Jan 2006 05:19:25 -0000	1.26
+++ libbonobo.spec	19 Jan 2006 13:03:50 -0000	1.27
@@ -6,7 +6,7 @@
 Summary: Bonobo component system
 Name: libbonobo
 Version: 2.13.1
-Release: 4
+Release: 5
 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 -ie '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-5
+- Step three (unbreak the step two breakage)
+
 * Thu Jan 19 2006 Ray Strode <rstrode at redhat.com> 2.13.1-4
 - Step two (bug 156982)
 




More information about the fedora-cvs-commits mailing list