From f86607710af4414f2f56b1b282cac245abab7479 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Sep 20 2010 13:59:15 +0000 Subject: Run autogen for the g-i patch --- 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 \