- Update to latest upstream
- Drop upstreamed patches - Require pycairo, since we have a module that uses it - Drop libtool overriding; was not commented and seems fine without - Drop --enable-thread, it's default now - Drop --enable-pygi, it's default now - Drop clean section, no longer needed in F-14 - Drop python-sitearch copy&paste, no longer needed in F-14 - Add SMP flags to make
This commit is contained in:
parent
c8963201c2
commit
ead91f810f
@ -13,7 +13,7 @@
|
||||
|
||||
Name: pygobject2
|
||||
Version: 2.21.4
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: Development/Languages
|
||||
Summary: Python bindings for GObject
|
||||
@ -27,7 +27,7 @@ Source: http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.21/pygobject-%{versio
|
||||
BuildRequires: glib2-devel >= %{glib2_version}
|
||||
BuildRequires: gobject-introspection-devel >= %{gobject_introspection_version}
|
||||
BuildRequires: python2-devel >= %{python2_version}
|
||||
BuildRequires: pycairo
|
||||
BuildRequires: pycairo-devel
|
||||
# Bootstrap requirements
|
||||
BuildRequires: automake autoconf libtool
|
||||
|
||||
@ -116,7 +116,7 @@ rm examples/Makefile*
|
||||
%{_datadir}/pygobject/xsl
|
||||
|
||||
%changelog
|
||||
* Wed Jul 7 2010 Colin Walters <walters@verbum.org> - 2.21.4-3
|
||||
* Wed Jul 7 2010 Colin Walters <walters@verbum.org> - 2.21.4-4
|
||||
- Update to latest upstream
|
||||
- Drop upstreamed patches
|
||||
- Require pycairo, since we have a module that uses it
|
||||
|
||||
Loading…
Reference in New Issue
Block a user