Enable verbose build
This commit is contained in:
parent
948efe7bda
commit
ddfed55535
7
gjs.spec
7
gjs.spec
@ -1,6 +1,6 @@
|
||||
Name: gjs
|
||||
Version: 1.33.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Javascript Bindings for GNOME
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -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@fedoraproject.org> - 1.33.3-2
|
||||
- Enable verbose build
|
||||
|
||||
* Tue Jun 26 2012 Richard Hughes <hughsient@gmail.com> - 1.33.3-1
|
||||
- Update to 1.33.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user