]> git.pld-linux.org Git - packages/AppStream.git/commitdiff
- build is racy (typelib vs vapi); use -j1 auto/th/AppStream-0.6.2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 31 May 2014 08:28:43 +0000 (10:28 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 31 May 2014 08:28:43 +0000 (10:28 +0200)
AppStream.spec

index 5a92b4f4a89f89a2cd06e6edbaba168b513fb299..94305bae43fad6539aaf088d0d0420d102f13653 100644 (file)
@@ -103,7 +103,7 @@ cd build
        %{?with_apidocs:-DDOCUMENTATION=ON} \
        %{?with_vala:-DVAPI=ON}
 
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.037051 seconds and 4 git commands to generate.