[packages/owncloudclient] - parallel build is broken, diosable it - rel 3
baggins
baggins at pld-linux.org
Fri Apr 13 07:57:31 CEST 2018
commit d80f16425b260c8228ade73f2a11986f239aec65
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Fri Apr 13 07:57:13 2018 +0200
- parallel build is broken, diosable it
- rel 3
owncloudclient.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/owncloudclient.spec b/owncloudclient.spec
index 38348d2..2423698 100644
--- a/owncloudclient.spec
+++ b/owncloudclient.spec
@@ -17,7 +17,7 @@
Summary: The ownCloud client
Name: owncloudclient
Version: 2.3.3
-Release: 2
+Release: 3
License: GPL v2+
Group: X11/Applications
Source0: https://download.owncloud.com/desktop/stable/%{name}-%{version}.tar.xz
@@ -179,16 +179,16 @@ cd build
%endif
%{!?with_gui:-DBUILD_LIBRARIES_ONLY=ON} \
..
-%{__make}
+%{__make} -j1
%if %{with doc}
-%{__make} doc
+%{__make} -j1 doc
rm doc/html/unthemed/.buildinfo
%endif
%install
rm -rf $RPM_BUILD_ROOT
-%{__make} -C build install \
+%{__make} -j1 -C build install \
DESTDIR=$RPM_BUILD_ROOT
# owncloud client links without rpath
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/owncloudclient.git/commitdiff/d80f16425b260c8228ade73f2a11986f239aec65
More information about the pld-cvs-commit
mailing list