From 031678adae969220c4c3b0c189e1f203848466e3 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 31 May 2014 10:28:43 +0200 Subject: [PATCH 1/1] - build is racy (typelib vs vapi); use -j1 --- AppStream.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppStream.spec b/AppStream.spec index 5a92b4f..94305ba 100644 --- a/AppStream.spec +++ b/AppStream.spec @@ -103,7 +103,7 @@ cd build %{?with_apidocs:-DDOCUMENTATION=ON} \ %{?with_vala:-DVAPI=ON} -%{__make} +%{__make} -j1 %install rm -rf $RPM_BUILD_ROOT -- 2.43.0