From ead91f810f492a8360ec22cafb4abf4b433959f4 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 7 Jul 2010 14:59:30 +0000 Subject: [PATCH] - 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 --- pygobject2.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pygobject2.spec b/pygobject2.spec index cf73cd9..64f1171 100644 --- a/pygobject2.spec +++ b/pygobject2.spec @@ -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 - 2.21.4-3 +* Wed Jul 7 2010 Colin Walters - 2.21.4-4 - Update to latest upstream - Drop upstreamed patches - Require pycairo, since we have a module that uses it