rpms/pygobject2/devel pygobject2.spec,1.61,1.62

tomspur tomspur at fedoraproject.org
Tue Jan 26 23:48:29 UTC 2010


Author: tomspur

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

Modified Files:
	pygobject2.spec 
Log Message:
- add --enable-pygi (fixes bug #558003)
- replace %global with %define



Index: pygobject2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pygobject2/devel/pygobject2.spec,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -p -r1.61 -r1.62
--- pygobject2.spec	8 Jan 2010 16:53:51 -0000	1.61
+++ pygobject2.spec	26 Jan 2010 23:48:29 -0000	1.62
@@ -1,4 +1,4 @@
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 # Last updated for version 2.21.0
 %define glib2_version                  2.22.4
@@ -15,7 +15,7 @@
 
 Name: pygobject2
 Version: 2.21.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: LGPLv2+
 Group: Development/Languages
 Summary: Python bindings for GObject
@@ -70,7 +70,7 @@ This package contains documentation file
 %setup -q -n pygobject-%{version}
 
 %build
-%configure --enable-thread
+%configure --enable-thread --enable-pygi
 export tagname=CC
 make LIBTOOL=/usr/bin/libtool
 
@@ -122,6 +122,10 @@ rm -fr $RPM_BUILD_ROOT
 %{_datadir}/pygobject/xsl
 
 %changelog
+* Sat Jan 23 2010 Thomas Spura <tomspur at fedoraproject.org> - 2.21.1-3
+- add --enable-pygi (fixes bug #558003)
+- replace global with define
+
 * Fri Jan 08 2010 Matthew Barnes <mbarnes at redhat.com> - 2.21.1-2.fc13
 - Provide a complete URI for the Source field.
 



More information about the scm-commits mailing list