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

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jan 19 05:19:30 UTC 2006


Author: rstrode

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

Modified Files:
	libbonobo.spec 
Log Message:
- Step two (bug 156982)



Index: libbonobo.spec
===================================================================
RCS file: /cvs/dist/rpms/libbonobo/devel/libbonobo.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- libbonobo.spec	19 Jan 2006 00:39:52 -0000	1.25
+++ libbonobo.spec	19 Jan 2006 05:19:25 -0000	1.26
@@ -6,7 +6,7 @@
 Summary: Bonobo component system
 Name: libbonobo
 Version: 2.13.1
-Release: 3
+Release: 4
 URL: http://ftp.gnome.org
 Source0: %{name}-%{version}.tar.bz2
 License: LGPL
@@ -67,6 +67,11 @@
 rm $RPM_BUILD_ROOT%{_libdir}/bonobo/monikers/*.*a
 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
+done
+
+
 %find_lang %{po_package}
 
 %clean
@@ -103,6 +108,9 @@
 %{_datadir}/gtk-doc/html/bonobo-activation
 
 %changelog
+* Thu Jan 19 2006 Ray Strode <rstrode at redhat.com> 2.13.1-4
+- Step two (bug 156982)
+
 * Wed Jan 18 2006 Ray Strode <rstrode at redhat.com> 2.13.1-3
 - Step one of the multi-bonoboshlib process
   (bug 156982)




More information about the fedora-cvs-commits mailing list