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

Hans de Goede jwrdegoede at fedoraproject.org
Thu Jan 7 13:30:09 UTC 2010


Author: jwrdegoede

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

Modified Files:
	pygtkglext.spec 
Log Message:
* Thu Jan  7 2010 Hans de Goede <hdegoede at redhat.com> 1.1.0-8
- Change python_foo macros 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: pygtkglext.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pygtkglext/devel/pygtkglext.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- pygtkglext.spec	12 Oct 2009 08:28:02 -0000	1.7
+++ pygtkglext.spec	7 Jan 2010 13:30:09 -0000	1.8
@@ -1,9 +1,9 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           pygtkglext
 Version:        1.1.0
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Python bindings for GtkGLExt
 License:        LGPLv2+
 Group:          System Environment/Libraries
@@ -77,6 +77,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jan  7 2010 Hans de Goede <hdegoede at redhat.com> 1.1.0-8
+- Change python_foo macros 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
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.0-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list