rpms/gnome-applet-music/devel gnome-applet-music.spec, 1.22, 1.23 gnome-applet-music-fix-widgets-destdir.patch, 1.1, NONE

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Thu Jun 5 02:10:51 UTC 2008


Author: pgordon

Update of /cvs/pkgs/rpms/gnome-applet-music/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2692

Modified Files:
	gnome-applet-music.spec 
Removed Files:
	gnome-applet-music-fix-widgets-destdir.patch 
Log Message:
A more concise, less-kludgy, and properly-upstreamed fix for bug 449105.


Index: gnome-applet-music.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-applet-music/devel/gnome-applet-music.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- gnome-applet-music.spec	4 Jun 2008 19:32:41 -0000	1.22
+++ gnome-applet-music.spec	5 Jun 2008 02:10:01 -0000	1.23
@@ -4,7 +4,7 @@
 
 Name:		gnome-applet-music
 Version:	2.3.1
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	A GNOME panel applet to control various music players
 Summary(es):	Miniaplicación del panel GNOME para controlar reproductores de música
 
@@ -14,11 +14,6 @@
 
 Source0:	http://www.kuliniewicz.org/music-applet/downloads/music-applet-%{version}.tar.gz        
 
-## Email sent to upstream with this patch...
-## Message-ID: <1212606274.5427.11.camel at werewolf>
-## Date: Wed, 04 Jun 2008 12:04:35 -0700
-Patch0: 	%{name}-fix-widgets-destdir.patch
-
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 ## The build script will give warnings about missing python modules, such as
@@ -100,10 +95,6 @@
 
 %prep
 %setup -qn "music-applet-%{version}"
-%patch0 -b .fix-widgets-destdir
-%{__autoconf}
-%{__aclocal} -I./m4
-%{__automake} src/musicapplet/Makefile
 
 
 %build
@@ -114,7 +105,7 @@
 %install
 rm -rf %{buildroot}
 export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
-make install DESTDIR=%{buildroot}
+make install DESTDIR=%{buildroot} pyexecdir=%{python_sitelib}
 %find_lang music-applet
 
 
@@ -158,6 +149,12 @@
 
 
 %changelog
+* Wed Jun 04 2008 Peter Gordon <peter at thecodergeek.com> - 2.3.1-3
+- Apply proper fix from upstream, adding a pyexecdir setting to the 'make
+  install' invocation (following the automake manual for it) instead of
+  reverting the BZR change. Drop the now-unnecessary patch:
+  - fix-widgets-destdir.patch
+  
 * Wed Jun 04 2008 Peter Gordon <peter at thecodergeek.com> - 2.3.1-2
 - Add patch to correct the widgets.so location, which fixes import errors on
   adding/initializing the applet. Resolves bug 449105 (Music Applet Crash):


--- gnome-applet-music-fix-widgets-destdir.patch DELETED ---




More information about the fedora-extras-commits mailing list