[packages/colord-gtk] - try with -j1 (docs build failed on builders)
qboosh
qboosh at pld-linux.org
Sat Mar 23 09:59:17 CET 2013
commit 40831c77696076afff9aee6897761cac6c64c526
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Mar 23 09:59:14 2013 +0100
- try with -j1 (docs build failed on builders)
colord-gtk.spec | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/colord-gtk.spec b/colord-gtk.spec
index 70ac601..194fb9f 100644
--- a/colord-gtk.spec
+++ b/colord-gtk.spec
@@ -109,7 +109,8 @@ API colord-gtk dla języka Vala.
%{?with_vala:--enable-vala} \
--with-html-dir=%{_gtkdocdir}
-%{__make}
+# docs build seems racy
+%{__make} -j1
%install
rm -rf $RPM_BUILD_ROOT
@@ -119,7 +120,7 @@ rm -rf $RPM_BUILD_ROOT
%{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
-# only empty translation exists atm. (as of 0.1.22)
+# only empty translation exists atm. (as of 0.1.25)
#find_lang %{name}
%clean
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/colord-gtk.git/commitdiff/40831c77696076afff9aee6897761cac6c64c526
More information about the pld-cvs-commit
mailing list