From 8ad4a66ae7ad8370fd1b30ce8fa0880fda65d5e0 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Fri, 21 Aug 2015 16:03:47 +0200 Subject: [PATCH] Re-enable parallel make The parallel make issue with GIR generation should be fixed now with gobject-introspection-1.45.4-1.fc23. --- clutter.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/clutter.spec b/clutter.spec index af4bcff..8269f4d 100644 --- a/clutter.spec +++ b/clutter.spec @@ -13,7 +13,7 @@ Name: clutter Version: 1.23.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Open Source software library for creating rich graphical user interfaces Group: Development/Libraries @@ -104,7 +104,7 @@ the functionality of the installed clutter package. --enable-wayland-compositor \ %endif -make V=1 +make %{?_smp_mflags} V=1 %install make install DESTDIR=%{buildroot} INSTALL='install -p' @@ -141,6 +141,9 @@ find %{buildroot} -name '*.la' -delete %endif %changelog +* Fri Aug 21 2015 Kalev Lember - 1.23.4-2 +- Re-enable parallel make + * Thu Jul 23 2015 Florian Müllner - 1.23.4-1 - Update to 1.23.4