From 0fa4f607f2452517e6dad60875f3f80ceb9897ba Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 10 Dec 2015 09:08:28 -0500 Subject: [PATCH] Work around lack of autogen.sh in tarballs Sigh. --- gobject-introspection.spec | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gobject-introspection.spec b/gobject-introspection.spec index e4f5ce1..f7249cd 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -69,6 +69,16 @@ Libraries and headers for gobject-introspection %build # I'm getting autotools breakage due to # timestamps; let's just always do "real" builds. +# DELETEME: https://git.gnome.org/browse/gobject-introspection/commit/?id=f7b2e1c5e948bfabb7c51eb73d42689bced6cb79 +if ! test -f autogen.sh; then + cat >autogen.sh <