rpm: do parallel compilation during rpm builds

This commit is contained in:
Steffen Vogel 2018-05-26 00:44:14 +02:00
parent e8c187ffd2
commit 848085226b

View file

@ -111,7 +111,7 @@ rm -rf build_tree
mkdir build_tree
cd build_tree
cmake -DCMAKE_INSTALL_PREFIX=%{rpmprefix} ../%{srcdirname}
make
make %{?_smp_mflags}
%install
cd ../build_tree