rpms/magicor/devel magicor.spec,1.9,1.10

Hans de Goede jwrdegoede at fedoraproject.org
Thu Jan 7 13:26:08 UTC 2010


Author: jwrdegoede

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

Modified Files:
	magicor.spec 
Log Message:
* Thu Jan  7 2010 Hans de Goede <hdegoede at redhat.com> - 1.1-5
- 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: magicor.spec
===================================================================
RCS file: /cvs/pkgs/rpms/magicor/devel/magicor.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- magicor.spec	25 Jul 2009 11:38:58 -0000	1.9
+++ magicor.spec	7 Jan 2010 13:26:08 -0000	1.10
@@ -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:           magicor
 Version:        1.1
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Push ice blocks around to extenguish all fires
 Group:          Amusements/Games
 License:        Public Domain
@@ -85,6 +85,11 @@ fi
 
 
 %changelog
+* Thu Jan  7 2010 Hans de Goede <hdegoede at redhat.com> - 1.1-5
+- 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> - 1.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list