rpms/rhythmbox/devel rhythmbox.spec,1.38,1.39

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jan 19 13:25:48 UTC 2006


Author: rstrode

Update of /cvs/dist/rpms/rhythmbox/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv11397

Modified Files:
	rhythmbox.spec 
Log Message:
- fix to fix for bonobo multilib issue (bug 156982)



Index: rhythmbox.spec
===================================================================
RCS file: /cvs/dist/rpms/rhythmbox/devel/rhythmbox.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- rhythmbox.spec	19 Jan 2006 05:42:05 -0000	1.38
+++ rhythmbox.spec	19 Jan 2006 13:25:44 -0000	1.39
@@ -3,7 +3,7 @@
 Name: rhythmbox
 Summary: Music Management Application 
 Version: 0.9.2
-Release: 6
+Release: 7
 License: GPL
 Group: Applications/Multimedia
 Source: ftp://ftp.gnome.org/pub/GNOME/sources/rhythmbox/0.8/%{name}-%{version}.tar.bz2
@@ -52,7 +52,7 @@
 rm -f %{buildroot}%{_libdir}/bonobo/librb-nautilus-context-menu.so
 
 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
 
 
@@ -100,6 +100,9 @@
 %{_libdir}/pkgconfig/rhythmbox.pc
 
 %changelog
+* Thu Jan 19 2006 Ray Strode <rstrode at redhat.com> 0.9.2-7
+- fix to fix for bonobo multilib issue (bug 156982)
+
 * Thu Jan 19 2006 Ray Strode <rstrode at redhat.com> 0.9.2-6
 - bonobo multilib issue (bug 156982)
 




More information about the fedora-cvs-commits mailing list