]> git.pld-linux.org Git - packages/owncloudclient.git/commitdiff
- parallel build is broken, diosable it auto/th/owncloudclient-2.3.3-3
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 13 Apr 2018 05:57:13 +0000 (07:57 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Fri, 13 Apr 2018 05:57:13 +0000 (07:57 +0200)
- rel 3

owncloudclient.spec

index 38348d224392e6df310b4634c775c1e3a909c876..242369814fc6ef74d4dabe0008056e1e4ad5b39f 100644 (file)
@@ -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
This page took 0.083686 seconds and 4 git commands to generate.