rpms/rhythmbox/devel rhythmbox.spec,1.125,1.126

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Mon Aug 20 11:21:02 UTC 2007


Author: hadess

Update of /cvs/pkgs/rpms/rhythmbox/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22435

Modified Files:
	rhythmbox.spec 
Log Message:
* Mon Aug 20 2007 - Bastien Nocera <bnocera at redhat.com> - 0.11.2-2
- Disable PPC for now
- Add the LIRC plugin (#237269)
- Add Coherence UPNP plugin



Index: rhythmbox.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rhythmbox/devel/rhythmbox.spec,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- rhythmbox.spec	16 Aug 2007 03:59:40 -0000	1.125
+++ rhythmbox.spec	20 Aug 2007 11:20:29 -0000	1.126
@@ -3,7 +3,7 @@
 Name: rhythmbox
 Summary: Music Management Application 
 Version: 0.11.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+ and GFDL+
 Group: Applications/Multimedia
 URL: http://www.gnome.org/projects/rhythmbox/
@@ -40,9 +40,12 @@
 BuildRequires: pygtk2-devel
 BuildRequires: libsoup-devel
 BuildRequires: hal-devel
+BuildRequires: lirc-devel
 BuildRequires: perl(XML::Parser)
 
-ExcludeArch:    s390 s390x
+# Disable PPC for now
+# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=252179
+ExcludeArch:    s390 s390x ppc ppc64
 
 Patch2: rhythmbox-enable-stores.patch
 
@@ -52,6 +55,24 @@
 use music browser, searching and sorting, comprehensive audio format support
 through GStreamer, Internet Radio support, playlists and more.
 
+%package lirc
+Summary: LIRC (Infrared remote) plugin for Rhythmbox
+Group: Applications/Multimedia
+Requires: %{name} = %{version}-%{release}
+
+%description lirc
+A plugin to add LIRC (Infrared remote) support to Rhythmbox.
+
+%package upnp
+Summary: UPNP/DLNA plugin for Rhythmbox
+Group: Applications/Multimedia
+Requires: %{name} = %{version}-%{release}
+Requires: python-Coherence
+
+%description upnp
+A plugin to add support to Rhythmbox, for playing media from, and sending media to
+UPnP/DLNA network devices.
+
 %prep
 %setup -q
 
@@ -140,10 +161,37 @@
 %{_datadir}/icons/hicolor/*/apps/rhythmbox.*
 %{_libdir}/librhythmbox-core.so*
 %dir %{_libdir}/rhythmbox
-%{_libdir}/rhythmbox/plugins
+%{_libdir}/rhythmbox/plugins/artdisplay/
+%{_libdir}/rhythmbox/plugins/audiocd/
+%{_libdir}/rhythmbox/plugins/audioscrobbler/
+%{_libdir}/rhythmbox/plugins/cd-recorder/
+%{_libdir}/rhythmbox/plugins/daap/
+%{_libdir}/rhythmbox/plugins/generic-player/
+%{_libdir}/rhythmbox/plugins/ipod/
+%{_libdir}/rhythmbox/plugins/iradio/
+%{_libdir}/rhythmbox/plugins/jamendo/
+%{_libdir}/rhythmbox/plugins/lyrics/
+%{_libdir}/rhythmbox/plugins/magnatune/
+%{_libdir}/rhythmbox/plugins/mmkeys/
+%{_libdir}/rhythmbox/plugins/power-manager/
+%{_libdir}/rhythmbox/plugins/python-console/
+%{_libdir}/rhythmbox/plugins/visualizer/
 %{_libexecdir}/rhythmbox-metadata
 
+%files lirc
+%defattr(-, root, root)
+%{_libdir}/rhythmbox/plugins/lirc
+
+%files upnp
+%defattr(-, root, root)
+%{_libdir}/rhythmbox/plugins/upnp_coherence
+
 %changelog
+* Mon Aug 20 2007 - Bastien Nocera <bnocera at redhat.com> - 0.11.2-2
+- Disable PPC for now
+- Add the LIRC plugin (#237269)
+- Add Coherence UPNP plugin
+
 * Wed Aug 15 2007 Matthias Clasen <mclasen at redhat.com> - 0.11.2-1
 - Update to 0.11.2
 




More information about the fedora-extras-commits mailing list