rpms/gnome-games/devel gnome-games.spec,1.249,1.250

Hans de Goede jwrdegoede at fedoraproject.org
Thu Jan 7 13:19:33 UTC 2010


Author: jwrdegoede

Update of /cvs/pkgs/rpms/gnome-games/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26163

Modified Files:
	gnome-games.spec 
Log Message:
* Thu Jan  7 2010 Hans de Goede <hdegoede at redhat.com> - 2.29.4-3
- Change python_sitelib macro to use %global as the new rpm will break
  using %define here, see:
  https://www.redhat.com/archives/fedora-devel-list/2010-January/msg00093.html



Index: gnome-games.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-games/devel/gnome-games.spec,v
retrieving revision 1.249
retrieving revision 1.250
diff -u -p -r1.249 -r1.250
--- gnome-games.spec	2 Jan 2010 05:15:14 -0000	1.249
+++ gnome-games.spec	7 Jan 2010 13:19:33 -0000	1.250
@@ -1,4 +1,4 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 %define gettext_package gnome-games
 
@@ -44,7 +44,7 @@
 Summary: Games for the GNOME desktop
 Name: gnome-games
 Version: 2.29.4
-Release: 2%{?dist}
+Release: 3%{?dist}
 Epoch: 1
 License: GPLv2+ and GFDL
 Group: Amusements/Games
@@ -465,6 +465,11 @@ gtk-update-icon-cache %{_datadir}/icons/
 
 
 %changelog
+* Thu Jan  7 2010 Hans de Goede <hdegoede at redhat.com> - 2.29.4-3
+- Change python_sitelib macro to use %%global as the new rpm will break
+  using %%define here, see:
+  https://www.redhat.com/archives/fedora-devel-list/2010-January/msg00093.html
+
 * Sat Jan  2 2010 Matthias Clasen <mclasen at redhat.com> - 2.29.4-2
 - Omit swell-foop
 




More information about the fedora-extras-commits mailing list