rpms/mumbles/F-10 import.log,1.3,1.4 mumbles.spec,1.4,1.5

John Anderson janderson at fedoraproject.org
Fri Jul 3 02:06:30 UTC 2009


Author: janderson

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

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-10/import.log,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- import.log	9 Jan 2009 16:30:45 -0000	1.3
+++ import.log	3 Jul 2009 02:06:30 -0000	1.4
@@ -1,3 +1,4 @@
 mumbles-0_4-7_fc10:F-10:mumbles-0.4-7.fc10.src.rpm:1231103124
 mumbles-0_4-8_fc10:F-10:mumbles-0.4-8.fc10.src.rpm:1231103616
 mumbles-0_4-9_fc10:F-10:mumbles-0.4-9.fc10.src.rpm:1231518573
+mumbles-0_4-11_fc11:F-10:mumbles-0.4-11.fc11.src.rpm:1246586777


Index: mumbles.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mumbles/F-10/mumbles.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- mumbles.spec	9 Jan 2009 16:30:45 -0000	1.4
+++ mumbles.spec	3 Jul 2009 02:06:30 -0000	1.5
@@ -3,7 +3,7 @@
 
 Name:		mumbles
 Version:	0.4
-Release:	9%{?dist}
+Release:	11%{?dist}
 Summary:	A plugin driven DBus based notification system for the Gnome desktop
 
 Group:		User Interface/Desktops
@@ -22,7 +22,7 @@ BuildRequires:	desktop-file-utils
 
 BuildArch:	noarch
 
-Requires:	pygtk2 dbus dbus-python pycairo pygtk2-libglade
+Requires:	pygtk2 dbus dbus-python pycairo pygtk2-libglade python-setuptools
 
 %description
 Mumbles is a plugin driven, DBus based notification system written for the
@@ -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,9 +105,16 @@ fi
 
 
 %changelog
-* Fri Jan  9 2009 John Anderson <john.e.anderson at gmail.com> - 0.4-9
+* 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
+- Added buildrequires to fix bug #481188
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4-9
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
 * Sun Jan  4 2009 John Anderson <john.e.anderson at gmail.com> - 0.4-8
 - Added GNOME and GTK categories to desktop file




More information about the fedora-extras-commits mailing list