* SUNWgnome-media-player.spec: Fix bugster bug 6701078. Remove
authorjyu_mit
Thu, 15 May 2008 04:11:22 +0000
changeset 12296 84d748c1fc5b
parent 12295 b3d13201c6aa
child 12297 0898a7af3836
* SUNWgnome-media-player.spec: Fix bugster bug 6701078. Remove rhthmbox upnp_coherence plugin.
ChangeLog
SUNWgnome-media-player.spec
--- a/ChangeLog	Wed May 14 22:19:58 2008 +0000
+++ b/ChangeLog	Thu May 15 04:11:22 2008 +0000
@@ -1,3 +1,8 @@
+2008-05-15 Jerry Yu <[email protected]>
+	
+	* SUNWgnome-media-player.spec: Fix bugster bug 6701078. Remove
+	  rhthmbox upnp_coherence plugin.
+
 2008-05-14  Brian Cameron <[email protected]>
 
 	* manpages/Makefile, manpages/man3/libgio-2.0.3: Add new
--- a/SUNWgnome-media-player.spec	Wed May 14 22:19:58 2008 +0000
+++ b/SUNWgnome-media-player.spec	Thu May 15 04:11:22 2008 +0000
@@ -151,8 +151,17 @@
 # - YouTube: a plugin to let you browse YouTube videos
 # - Gromit: presentation helper to make annotations on screen
 #
-rm -rf $RPM_BUILD_ROOT%{_libdir}/totem/plugins/gromit
-rm -rf $RPM_BUILD_ROOT%{_libdir}/totem/plugins/youtube
+rm -r $RPM_BUILD_ROOT%{_libdir}/totem/plugins/gromit
+rm -r $RPM_BUILD_ROOT%{_libdir}/totem/plugins/youtube
+
+# We remove the below rhythmbox upnp_coherence plugin since its
+# dependecy Coherence is missing on Solaris:
+#
+# - upnp_coherence: adds support for playing media from and sending media
+# to DLNA/UPnP network devices, and enables Rhythmbox to be controlled
+# by a DLNA/UPnP ControlPoint
+#
+rm -r $RPM_BUILD_ROOT%{_libdir}/rhythmbox/plugins/upnp_coherence
 
 # Remove scrollkeeper files installed by rhythmbox before packaging.
 #
@@ -270,6 +279,8 @@
 %endif
 
 %changelog
+* Thu May 15 2008 - [email protected]
+- Remove rhthmbox upnp_coherence plugin.
 * Thu May 08 2008 - [email protected]
 - Remove 2 plugins including youtube and gromit. 
 * Mon Apr 28 2008 - [email protected]