rpms/mumbles/F-11 import.log,1.2,1.3 mumbles.spec,1.5,1.6

John Anderson janderson at fedoraproject.org
Fri Jul 3 01:52:22 UTC 2009


Author: janderson

Update of /cvs/pkgs/rpms/mumbles/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16373/F-11

Modified Files:
	import.log mumbles.spec 
Log Message:
Rebuild the plugins at build time (bug #505070)


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/mumbles/F-11/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- import.log	4 Jan 2009 21:15:47 -0000	1.2
+++ import.log	3 Jul 2009 01:51:51 -0000	1.3
@@ -1,2 +1,3 @@
 mumbles-0_4-7_fc10:HEAD:mumbles-0.4-7.fc10.src.rpm:1231102993
 mumbles-0_4-8_fc10:HEAD:mumbles-0.4-8.fc10.src.rpm:1231103707
+mumbles-0_4-11_fc11:F-11:mumbles-0.4-11.fc11.src.rpm:1246585885


Index: mumbles.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mumbles/F-11/mumbles.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- mumbles.spec	9 Jun 2009 02:31:31 -0000	1.5
+++ mumbles.spec	3 Jul 2009 01:51:51 -0000	1.6
@@ -3,7 +3,7 @@
 
 Name:		mumbles
 Version:	0.4
-Release:	10%{?dist}
+Release:	11%{?dist}
 Summary:	A plugin driven DBus based notification system for the Gnome desktop
 
 Group:		User Interface/Desktops
@@ -39,11 +39,16 @@ sed -i 's!mumbles.png!mumbles!' bin/mumb
 
 %build
 
-#rebuild the Firefox plugin to apply the uri patch
-pushd .
-cd src/plugins/eggs/firefox
-python setup.py bdist_egg
-cp dist/FirefoxMumbles-0.1-py%{python_version}.egg ../../
+# build the plugins
+find -name '*.egg' | xargs rm -f
+pushd src/plugins/eggs
+for plugin in *
+do
+  pushd "$plugin"
+  python setup.py bdist_egg
+  cp dist/*-py%{python_version}.egg ../../
+  popd
+done
 popd
 
 CFLAGS="%{optflags}" %{__python} setup.py build
@@ -100,6 +105,9 @@ fi
 
 
 %changelog
+* Wed Jun 10 2009 Tim Waugh <twaugh at redhat.com> 0.4-11
+- Rebuild the plugins at build time (bug #505070).
+
 * Mon Jun  8 2009 John Anderson <john.e.anderson at gmail.com> - 0.4-10
 - Fixed path to make mumbles run on x86_64 bug #479158
 - Security fix for Firefox plugin bug #479171




More information about the fedora-extras-commits mailing list