- Reenable pygi in preparation for getting it packaged
This commit is contained in:
parent
8795cdc14e
commit
b28520a943
@ -15,12 +15,14 @@
|
||||
|
||||
Name: pygobject2
|
||||
Version: 2.21.1
|
||||
Release: 3%{?dist}
|
||||
Release: 7%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: Development/Languages
|
||||
Summary: Python bindings for GObject
|
||||
URL: http://www.pygtk.org/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
#VCS: git:git://git.gnome.org/pygobject
|
||||
Patch1: Don-t-raise-an-error-in-_pygi_import-if-pygi-support-is-disabled.patch
|
||||
Source: http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.21/pygobject-%{version}.tar.bz2
|
||||
|
||||
### Build Dependencies ###
|
||||
@ -68,6 +70,7 @@ This package contains documentation files for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n pygobject-%{version}
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
%configure --enable-thread --enable-pygi
|
||||
@ -122,6 +125,21 @@ rm -fr $RPM_BUILD_ROOT
|
||||
%{_datadir}/pygobject/xsl
|
||||
|
||||
%changelog
|
||||
* Mon May 24 2010 Colin Walters <walters@verbum.org> - 2.21.1-7
|
||||
- Reenable pygi in preparation for getting it packaged
|
||||
|
||||
* Wed May 05 2010 Colin Walters <walters@verbum.org> - 2.21.1-6
|
||||
- Switch to disabling pygi, remove my patch for now. See commentary
|
||||
https://bugzilla.redhat.com/show_bug.cgi?id=569885#c38
|
||||
|
||||
* Wed May 05 2010 Colin Walters <walters@verbum.org> - 2.21.1-5
|
||||
- Another patch to clear error when we've enabled pygi
|
||||
Should really fix bug #569885
|
||||
|
||||
* Fri Mar 26 2010 Colin Walters <walters@verbum.org> - 2.21.1-4
|
||||
- Cherrypick patch from HEAD to fix pygi imports
|
||||
Hopefully fixes bug #569885
|
||||
|
||||
* Sat Jan 23 2010 Thomas Spura <tomspur@fedoraproject.org> - 2.21.1-3
|
||||
- add --enable-pygi (fixes bug #558003)
|
||||
- replace global with define
|
||||
|
||||
Loading…
Reference in New Issue
Block a user