rpms/londonlaw/devel londonlaw.spec,1.7,1.8

Hans de Goede jwrdegoede at fedoraproject.org
Thu Jan 7 13:23:12 UTC 2010


Author: jwrdegoede

Update of /cvs/pkgs/rpms/londonlaw/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27092

Modified Files:
	londonlaw.spec 
Log Message:
* Thu Jan  7 2010 Hans de Goede <hdegoede at redhat.com> 0.2.1-8
- 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: londonlaw.spec
===================================================================
RCS file: /cvs/pkgs/rpms/londonlaw/devel/londonlaw.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- londonlaw.spec	25 Jul 2009 11:16:47 -0000	1.7
+++ londonlaw.spec	7 Jan 2010 13:23:12 -0000	1.8
@@ -1,8 +1,8 @@
-%{!?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()")}
 
 Name:           londonlaw
 Version:        0.2.1
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Online multiplayer version of a well known detective boardgame
 License:        GPLv2
 Group:          Amusements/Games
@@ -86,6 +86,11 @@ fi
 
 
 %changelog
+* Thu Jan  7 2010 Hans de Goede <hdegoede at redhat.com> 0.2.1-8
+- 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 Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.1-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list