rpms/rhythmbox/devel rhythmbox.png, NONE, 1.1 rhythmbox.spec, 1.179, 1.180

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Mon Mar 31 10:36:31 UTC 2008


Author: hadess

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

Modified Files:
	rhythmbox.spec 
Added Files:
	rhythmbox.png 
Log Message:
* Mon Mar 31 2008 - Bastien Nocera <bnocera at redhat.com> - 0.11.5-4
- Add a 24x24 icon so it doesn't look blurry in the panel



Index: rhythmbox.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rhythmbox/devel/rhythmbox.spec,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -r1.179 -r1.180
--- rhythmbox.spec	20 Mar 2008 17:44:05 -0000	1.179
+++ rhythmbox.spec	31 Mar 2008 10:35:46 -0000	1.180
@@ -3,12 +3,14 @@
 Name: rhythmbox
 Summary: Music Management Application 
 Version: 0.11.5
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv2+ and GFDL+
 Group: Applications/Multimedia
 URL: http://www.gnome.org/projects/rhythmbox/
 Source: http://download.gnome.org/sources/rhythmbox/0.11/%{name}-%{version}.tar.bz2
 Source1: rhythmbox-iradio-initial.pls
+# http://bugzilla.gnome.org/show_bug.cgi?id=524079
+Source2: rhythmbox.png
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: gtk2 >= 2.4.0
 Requires: libgnomeui >= 2.6.0
@@ -107,7 +109,7 @@
 %install
 rm -rf %{buildroot}
 export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
-make install DESTDIR=$RPM_BUILD_ROOT 
+make install DESTDIR=%{buildroot}
 unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
 rm -f %{buildroot}%{_libdir}/bonobo/*.{a,la}
 rm -f %{buildroot}%{_libdir}/bonobo/librb-nautilus-context-menu.so
@@ -121,13 +123,13 @@
 # Replace the default radios with Ogg Radios
 cp -a %{SOURCE1} %{buildroot}%{_libdir}/rhythmbox/plugins/iradio/iradio-initial.pls
 
+# Install a 24x24 icon
+install -m 0755 -d %{buildroot}%{_datadir}/icons/hicolor/24x24/apps/
+install -m 0644 %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/24x24/apps/rhythmbox.png
+
 # 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}
 
@@ -201,6 +203,9 @@
 %{_libdir}/rhythmbox/plugins/upnp_coherence
 
 %changelog
+* Mon Mar 31 2008 - Bastien Nocera <bnocera at redhat.com> - 0.11.5-4
+- Add a 24x24 icon so it doesn't look blurry in the panel
+
 * Thu Mar 20 2008 - Bastien Nocera <bnocera at redhat.com> - 0.11.5-3
 - Patch from upstream to fix URL encoding, as soup_encode_uri()
   doesn't encode in place anymore, should fix track submission




More information about the fedora-extras-commits mailing list