[gjs/f15] Rerun autotools

Colin Walters walters at fedoraproject.org
Thu Jun 23 14:37:55 UTC 2011


commit 6d7a93232373fae6670be346da57ec77f5eb2285
Author: Colin Walters <walters at verbum.org>
Date:   Thu Jun 23 10:38:05 2011 -0400

    Rerun autotools

 gjs.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/gjs.spec b/gjs.spec
index a9f0ab2..0686635 100644
--- a/gjs.spec
+++ b/gjs.spec
@@ -2,7 +2,7 @@
 
 Name:           gjs
 Version:        0.7.14
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Javascript Bindings for GNOME
 
 Group:          System Environment/Libraries
@@ -46,6 +46,8 @@ Files for development with %{name}.
 %patch1 -p1
 
 %build
+# We're patching configure, rerun autotools
+rm -f configure
 (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
  %configure --disable-static)
 
@@ -88,6 +90,9 @@ rm -rf %{buildroot}
 %{_libdir}/*.so
 
 %changelog
+* Thu Jun 23 2011 Colin Walters <walters at verbum.org> - 0.7.14-6
+- Rerun autotools
+
 * Wed Jun 22 2011 Colin Walters <walters at verbum.org> - 0.7.14-5
 - Backport patch to compile/run against js 1.8.5
 - Drop dependency on gecko, add one on standalone js


More information about the scm-commits mailing list