rpms/rhythmbox/FC-6 rhythmbox.spec,1.86,1.87

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Mar 15 14:31:36 UTC 2007


Author: bnocera

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

Modified Files:
	rhythmbox.spec 
Log Message:
* Thu Mar 15 2007 - Bastien Nocera <bnocera at redhat.com> - 0.9.8-1.fc6
- Update to 0.9.8



Index: rhythmbox.spec
===================================================================
RCS file: /cvs/dist/rpms/rhythmbox/FC-6/rhythmbox.spec,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- rhythmbox.spec	15 Mar 2007 11:30:12 -0000	1.86
+++ rhythmbox.spec	15 Mar 2007 14:31:34 -0000	1.87
@@ -2,15 +2,15 @@
 
 Name: rhythmbox
 Summary: Music Management Application 
-Version: 0.9.7
-Release: 2%{?dist} 
+Version: 0.9.8
+Release: 1%{?dist}
 License: GPL
 Group: Applications/Multimedia
-Source: ftp://ftp.gnome.org/pub/GNOME/sources/rhythmbox/0.8/%{name}-%{version}.tar.bz2
+URL: http://www.gnome.org/projects/rhythmbox/
+Source: ftp://ftp.gnome.org/pub/GNOME/sources/rhythmbox/0.9/%{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: gtk2 >= 2.4.0
 Requires: libgnomeui >= 2.6.0
-Requires: libgpod
 Requires: gnome-python2
 Requires(post): scrollkeeper
 Requires(post): desktop-file-utils >= %{desktop_file_utils_version}
@@ -19,7 +19,8 @@
 Requires(postun): scrollkeeper
 Requires(postun): desktop-file-utils >= %{desktop_file_utils_version}
 
-BuildRequires: libgpod-devel >= 0.4.2
+BuildRequires: libgpod-devel
+BuildRequires: gnome-media-devel
 BuildRequires: libgnomeui-devel >= 2.6.0
 BuildRequires: nautilus-cd-burner-devel >= 2.15.3
 BuildRequires: gstreamer-plugins-base-devel >= 0.10
@@ -39,7 +40,7 @@
 BuildRequires: hal-devel
 BuildRequires: perl-XML-Parser
 
-Patch2: rhythmbox-0.9.7-use-icon-name.patch
+ExcludeArch:    s390 s390x
 
 %description
 Rhythmbox is an integrated music management application based on the powerful
@@ -49,7 +50,6 @@
 
 %prep
 %setup -q
-%patch2 -p1 -b .use-icon-name
 
 %build
 
@@ -57,11 +57,13 @@
 /usr/bin/gst-inspect-0.10 --print-all > /dev/null
 
 %configure \
-	--with-ipod \
-	--with-dbus \
-	--with-mdns=avahi \
-	--disable-scrollkeeper \
-	--enable-tag-writing
+      --with-ipod \
+      --with-dbus \
+      --with-mdns=avahi \
+      --disable-scrollkeeper \
+      --enable-tag-writing \
+      --with-gnome-keyring \
+      --with-metadata-helper
 make
 
 %install
@@ -72,16 +74,22 @@
 rm -f %{buildroot}%{_libdir}/bonobo/*.{a,la}
 rm -f %{buildroot}%{_libdir}/bonobo/librb-nautilus-context-menu.so
 rm -f %{buildroot}%{_libdir}/rhythmbox/plugins/*.{a,la}
+rm -f %{buildroot}%{_libdir}/rhythmbox/plugins/*/*.{a,la}
+rm -f %{buildroot}%{_libdir}/librhythmbox-core.{a,la}
 
 %find_lang %name
 
 # Default internet radio stations use mp3
-rm %{buildroot}%{_datadir}/rhythmbox/iradio-initial.pls
-touch %{buildroot}%{_datadir}/rhythmbox/iradio-initial.pls
+rm %{buildroot}%{_libdir}/rhythmbox/plugins/iradio/iradio-initial.pls
+touch %{buildroot}%{_libdir}/rhythmbox/plugins/iradio/iradio-initial.pls
 
 # Don't package api docs
 rm -rf %{buildroot}/%{_datadir}/gtk-doc/
 
+# install missing artwork image (Gnome BZ#387413)
+install -m0644 plugins/artdisplay/rhythmbox-missing-artwork.svg \
+  %{buildroot}%{_libdir}/rhythmbox/plugins/artdisplay/
+
 %clean
 rm -rf %{buildroot}
 
@@ -124,10 +132,14 @@
 %{_datadir}/omf/rhythmbox/*
 %{_datadir}/dbus-1/services/org.gnome.Rhythmbox.service
 %{_datadir}/icons/hicolor/48x48/apps/rhythmbox.png
+%{_libdir}/librhythmbox-core.so*
 %{_libdir}/rhythmbox/plugins
 %{_libexecdir}/rhythmbox-metadata
 
 %changelog
+* Thu Mar 15 2007 - Bastien Nocera <bnocera at redhat.com> - 0.9.8-1.fc6
+- Update to 0.9.8
+
 * Thu Mar 15 2007 - Bastien Nocera <bnocera at redhat.com> - 0.9.7-2.fc6
 - Add missing dependency on gnome-python2 for the Python gnome-vfs
   bindings (#232189)




More information about the fedora-cvs-commits mailing list