[gjs] Enable verbose build

Peter Robinson pbrobinson at fedoraproject.org
Thu Jul 5 18:36:07 UTC 2012


commit ddfed5553570bae5eab729f2817b37329262e1bb
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Thu Jul 5 19:35:58 2012 +0100

    Enable verbose build

 gjs.spec |   23 +++++++++++++----------
 1 files changed, 13 insertions(+), 10 deletions(-)
---
diff --git a/gjs.spec b/gjs.spec
index e0b22b8..37c27f5 100644
--- a/gjs.spec
+++ b/gjs.spec
@@ -1,17 +1,17 @@
-Name:           gjs
-Version:        1.33.3
-Release:        1%{?dist}
-Summary:        Javascript Bindings for GNOME
+Name:          gjs
+Version:       1.33.3
+Release:       2%{?dist}
+Summary:       Javascript Bindings for GNOME
 
-Group:          System Environment/Libraries
+Group:         System Environment/Libraries
 # The following files contain code from Mozilla which
 # is triple licensed under MPL1.1/LGPLv2+/GPLv2+:
 # The console module (modules/console.c)
 # Stack printer (gjs/stack.c)
-License:        MIT and (MPLv1.1 or GPLv2+ or LGPLv2+)
-URL:            http://live.gnome.org/Gjs/
-#VCS:           git://git.gnome.org/gjs
-Source0:        http://download.gnome.org/sources/%{name}/1.31/%{name}-%{version}.tar.xz
+License:       MIT and (MPLv1.1 or GPLv2+ or LGPLv2+)
+URL:           http://live.gnome.org/Gjs/
+#VCS:          git://git.gnome.org/gjs
+Source0:       http://download.gnome.org/sources/%{name}/1.31/%{name}-%{version}.tar.xz
 
 BuildRequires: js-devel
 BuildRequires: cairo-gobject-devel
@@ -46,7 +46,7 @@ rm -f configure
 (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
  %configure --disable-static)
 
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 make install DESTDIR=%{buildroot}
@@ -79,6 +79,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
 %{_libdir}/*.so
 
 %changelog
+* Thu Jul  5 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 1.33.3-2
+- Enable verbose build
+
 * Tue Jun 26 2012 Richard Hughes <hughsient at gmail.com> - 1.33.3-1
 - Update to 1.33.3
 


More information about the scm-commits mailing list