- add --enable-pygi (fixes bug #558003)

- replace %global with %define
This commit is contained in:
tomspur 2010-01-26 23:48:29 +00:00
parent a155b12eb4
commit 8795cdc14e

View File

@ -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 <tomspur@fedoraproject.org> - 2.21.1-3
- add --enable-pygi (fixes bug #558003)
- replace global with define
* Fri Jan 08 2010 Matthew Barnes <mbarnes@redhat.com> - 2.21.1-2.fc13
- Provide a complete URI for the Source field.