rpms/libbonoboui/devel libbonoboui.spec,1.33,1.34

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jan 19 13:02:39 UTC 2006


Author: rstrode

Update of /cvs/dist/rpms/libbonoboui/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv24144

Modified Files:
	libbonoboui.spec 
Log Message:
- s/$(LIB)/$LIB/g



Index: libbonoboui.spec
===================================================================
RCS file: /cvs/dist/rpms/libbonoboui/devel/libbonoboui.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- libbonoboui.spec	19 Jan 2006 05:32:05 -0000	1.33
+++ libbonoboui.spec	19 Jan 2006 13:02:30 -0000	1.34
@@ -14,7 +14,7 @@
 Summary: Bonobo user interface components
 Name: libbonoboui
 Version: 2.13.1
-Release: 2
+Release: 3
 URL: http://ftp.gnome.org
 Source0: %{name}-%{version}.tar.bz2
 Source1: ta.po
@@ -96,7 +96,7 @@
 rm -f $RPM_BUILD_ROOT%{_datadir}/applications/bonobo-browser.desktop
 
 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
 
 
@@ -133,6 +133,9 @@
 
 %changelog
 * Thu Jan 19 2006 Ray Strode <rstrode at redhat.com>
+- s/$(LIB)/$LIB/g
+
+* Thu Jan 19 2006 Ray Strode <rstrode at redhat.com>
 - fix shlib multilib bonobo issue (bug 156982)
 
 * Mon Jan 16 2006 Matthias Clasen <mclasen at redhat.com>




More information about the fedora-cvs-commits mailing list