Enable verbose build
This commit is contained in:
parent
948efe7bda
commit
ddfed55535
23
gjs.spec
23
gjs.spec
@ -1,17 +1,17 @@
|
|||||||
Name: gjs
|
Name: gjs
|
||||||
Version: 1.33.3
|
Version: 1.33.3
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Javascript Bindings for GNOME
|
Summary: Javascript Bindings for GNOME
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
# The following files contain code from Mozilla which
|
# The following files contain code from Mozilla which
|
||||||
# is triple licensed under MPL1.1/LGPLv2+/GPLv2+:
|
# is triple licensed under MPL1.1/LGPLv2+/GPLv2+:
|
||||||
# The console module (modules/console.c)
|
# The console module (modules/console.c)
|
||||||
# Stack printer (gjs/stack.c)
|
# Stack printer (gjs/stack.c)
|
||||||
License: MIT and (MPLv1.1 or GPLv2+ or LGPLv2+)
|
License: MIT and (MPLv1.1 or GPLv2+ or LGPLv2+)
|
||||||
URL: http://live.gnome.org/Gjs/
|
URL: http://live.gnome.org/Gjs/
|
||||||
#VCS: git://git.gnome.org/gjs
|
#VCS: git://git.gnome.org/gjs
|
||||||
Source0: http://download.gnome.org/sources/%{name}/1.31/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/%{name}/1.31/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: js-devel
|
BuildRequires: js-devel
|
||||||
BuildRequires: cairo-gobject-devel
|
BuildRequires: cairo-gobject-devel
|
||||||
@ -46,7 +46,7 @@ rm -f configure
|
|||||||
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
|
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
|
||||||
%configure --disable-static)
|
%configure --disable-static)
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags} V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot}
|
make install DESTDIR=%{buildroot}
|
||||||
@ -79,6 +79,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jun 26 2012 Richard Hughes <hughsient@gmail.com> - 1.33.3-1
|
||||||
- Update to 1.33.3
|
- Update to 1.33.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user