Re-enable parallel make
The parallel make issue with GIR generation should be fixed now with gobject-introspection-1.45.4-1.fc23.
This commit is contained in:
parent
98c66683b4
commit
8ad4a66ae7
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
Name: clutter
|
Name: clutter
|
||||||
Version: 1.23.4
|
Version: 1.23.4
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Open Source software library for creating rich graphical user interfaces
|
Summary: Open Source software library for creating rich graphical user interfaces
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -104,7 +104,7 @@ the functionality of the installed clutter package.
|
|||||||
--enable-wayland-compositor \
|
--enable-wayland-compositor \
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
make V=1
|
make %{?_smp_mflags} V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot} INSTALL='install -p'
|
make install DESTDIR=%{buildroot} INSTALL='install -p'
|
||||||
@ -141,6 +141,9 @@ find %{buildroot} -name '*.la' -delete
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 21 2015 Kalev Lember <klember@redhat.com> - 1.23.4-2
|
||||||
|
- Re-enable parallel make
|
||||||
|
|
||||||
* Thu Jul 23 2015 Florian Müllner <fmuellner@redhat.com> - 1.23.4-1
|
* Thu Jul 23 2015 Florian Müllner <fmuellner@redhat.com> - 1.23.4-1
|
||||||
- Update to 1.23.4
|
- Update to 1.23.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user