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

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


Author: rstrode

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

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



Index: rhythmbox.spec
===================================================================
RCS file: /cvs/dist/rpms/rhythmbox/devel/rhythmbox.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- rhythmbox.spec	4 Jan 2006 19:52:34 -0000	1.37
+++ rhythmbox.spec	19 Jan 2006 05:42:05 -0000	1.38
@@ -3,7 +3,7 @@
 Name: rhythmbox
 Summary: Music Management Application 
 Version: 0.9.2
-Release: 5
+Release: 6
 License: GPL
 Group: Applications/Multimedia
 Source: ftp://ftp.gnome.org/pub/GNOME/sources/rhythmbox/0.8/%{name}-%{version}.tar.bz2
@@ -50,6 +50,13 @@
 unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
 rm -f %{buildroot}%{_libdir}/bonobo/*.{a,la}
 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
+done
+
+
+
 %find_lang %name
 
 # Default internet radio stations use mp3
@@ -93,6 +100,9 @@
 %{_libdir}/pkgconfig/rhythmbox.pc
 
 %changelog
+* Thu Jan 19 2006 Ray Strode <rstrode at redhat.com> 0.9.2-6
+- bonobo multilib issue (bug 156982)
+
 * Wed Jan 04 2006 John (J5) Palmieri <johnp at redhat.com> 0.9.2-5
 - rebuild with ipod support
 




More information about the fedora-cvs-commits mailing list