From 8795cdc14e02ff87d16b0679e029097635869d28 Mon Sep 17 00:00:00 2001 From: tomspur Date: Jan 26 2010 23:48:29 +0000 Subject: - add --enable-pygi (fixes bug #558003) - replace %global with %define --- diff --git a/pygobject2.spec b/pygobject2.spec index cddbf5e..d6d5e89 100644 --- a/pygobject2.spec +++ b/pygobject2.spec @@ -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 files for %{name}. %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 - 2.21.1-3 +- add --enable-pygi (fixes bug #558003) +- replace global with define + * Fri Jan 08 2010 Matthew Barnes - 2.21.1-2.fc13 - Provide a complete URI for the Source field.