[gtk3] Run autogen for the g-i patch

Bastien Nocera hadess at fedoraproject.org
Mon Sep 20 13:59:18 UTC 2010


commit f86607710af4414f2f56b1b282cac245abab7479
Author: Bastien Nocera <hadess at hadess.net>
Date:   Mon Sep 20 14:59:15 2010 +0100

    Run autogen for the g-i patch

 gtk3.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/gtk3.spec b/gtk3.spec
index 7f69979..d80e63c 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -23,6 +23,7 @@ Patch0: system-python.patch
 
 # http://git.gnome.org/browse/gtk+/patch/?id=bf2a7ee1b6c17129861df2e9816d453d4870d5c8
 Patch1: lower-gi-deps.patch
+BuildRequires: gnome-common autoconf automake intltool gettext
 
 BuildRequires: atk-devel >= %{atk_version}
 BuildRequires: glib2-devel >= %{glib2_version}
@@ -111,6 +112,10 @@ widget toolkit.
 %patch1 -p1 -b .lower-gi-deps
 
 %build
+
+# For the gobject-introspection patch
+rm -f configure
+
 (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
  %configure $CONFIGFLAGS \
 	--with-xinput \


More information about the scm-commits mailing list