[gnome-js-common] - Last time I forgot to replace the ./configure call with the macro (#1071043)

Jaromír Cápík jcapik at fedoraproject.org
Tue May 13 16:44:01 UTC 2014


commit aa10778ed2830c408eeb55d8b85dc8715142cd0c
Author: Jaromir Capik <jcapik at redhat.com>
Date:   Tue May 13 18:43:40 2014 +0200

    - Last time I forgot to replace the ./configure call with the macro (#1071043)

 gnome-js-common.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gnome-js-common.spec b/gnome-js-common.spec
index 4c0a0e6..1142f29 100644
--- a/gnome-js-common.spec
+++ b/gnome-js-common.spec
@@ -2,7 +2,7 @@
 
 Name:           gnome-js-common
 Version:        %{major_ver}.2
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        Common modules for GNOME JavaScript interpreters
 
 Group:          Development/Libraries
@@ -39,7 +39,7 @@ developing applications that use %{name}.
 %build
 # not using standard configure macro. Nothing is compiled,
 # make libdir point to %%{_datadir}
-./configure --prefix=%{_prefix} --libdir=%{_datadir}
+%configure --prefix=%{_prefix} --libdir=%{_datadir}
 make %{?_smp_mflags}
 
 
@@ -57,6 +57,9 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
 
 
 %changelog
+* Tue May 13 2014 Jaromir Capik <jcapik at redhat.com> - 0.1.2-10
+- Last time I forgot to replace the ./configure call with the macro (#1071043)
+
 * Tue May 13 2014 Jaromir Capik <jcapik at redhat.com> - 0.1.2-9
 - Fixing FTBFS on ppc64le (#1071043)
 - Cleaning the spec


More information about the scm-commits mailing list