[gtk2] No autogen.sh in tarballs

Bastien Nocera hadess at fedoraproject.org
Mon Sep 20 14:19:06 UTC 2010


commit 78348d0e2c2bac9f5b58b17663c60373740f56e9
Author: Bastien Nocera <hadess at hadess.net>
Date:   Mon Sep 20 15:19:02 2010 +0100

    No autogen.sh in tarballs

 gtk2.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk2.spec b/gtk2.spec
index b19aa3e..4682e12 100644
--- a/gtk2.spec
+++ b/gtk2.spec
@@ -163,7 +163,7 @@ This package contains developer documentation for the GTK+ widget toolkit.
 
 %build
 # For the gobject-introspection patch
-rm -f configure
+autoreconf -f
 
 (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
  %configure $CONFIGFLAGS \


More information about the scm-commits mailing list