rpms/rhythmbox/devel rhythmbox.spec,1.92,1.93

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jan 22 08:48:33 UTC 2007


Author: alexl

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

Modified Files:
	rhythmbox.spec 
Log Message:
* Mon Jan 22 2007 Alexander Larsson <alexl at redhat.com> - 0.9.7-7.fc7
- Specfile cleanups from Todd Zullinger
- Buildrequire gnome-media-devel for gnome-media-profiles.pc
- Remove explicit libgpod dep
- install missing artwork image (Gnome BZ #387413)




Index: rhythmbox.spec
===================================================================
RCS file: /cvs/dist/rpms/rhythmbox/devel/rhythmbox.spec,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- rhythmbox.spec	16 Jan 2007 10:13:38 -0000	1.92
+++ rhythmbox.spec	22 Jan 2007 08:48:31 -0000	1.93
@@ -3,14 +3,14 @@
 Name: rhythmbox
 Summary: Music Management Application 
 Version: 0.9.7
-Release: 6%{?dist} 
+Release: 7%{?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(post): scrollkeeper
 Requires(post): desktop-file-utils >= %{desktop_file_utils_version}
 Requires(post): GConf2
@@ -19,6 +19,7 @@
 Requires(postun): desktop-file-utils >= %{desktop_file_utils_version}
 
 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
@@ -56,11 +57,11 @@
 /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
 make
 
 %install
@@ -71,6 +72,7 @@
 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}
 
 %find_lang %name
 
@@ -81,6 +83,10 @@
 # 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}
 
@@ -127,6 +133,12 @@
 %{_libexecdir}/rhythmbox-metadata
 
 %changelog
+* Mon Jan 22 2007 Alexander Larsson <alexl at redhat.com> - 0.9.7-7.fc7
+- Specfile cleanups from Todd Zullinger
+- Buildrequire gnome-media-devel for gnome-media-profiles.pc
+- Remove explicit libgpod dep
+- install missing artwork image (Gnome BZ #387413)
+
 * Tue Jan 16 2007 Alexander Larsson <alexl at redhat.com> - 0.9.7-6.fc7
 - rebuild with new libgpod
 
@@ -381,7 +393,7 @@
 
 * Mon Sep 22 2003 Jonathan Blandford <jrb at redhat.com> 0.5.3-1
 - new version
-- use %{_sysconfdir} instead of /etc
+- use _sysconfdir instead of /etc
 
 * Wed Jan 22 2003 Tim Powers <timp at redhat.com>
 - rebuilt




More information about the fedora-cvs-commits mailing list