From 0abbf51dafdefd88e41d6272f6238f0336fc58b8 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Aug 05 2015 20:33:31 +0000 Subject: Use make and not make_build macro, as it's not in EL7 --- diff --git a/libsolv.spec b/libsolv.spec index f0ee92e..e35f7ba 100644 --- a/libsolv.spec +++ b/libsolv.spec @@ -137,13 +137,13 @@ cp -a . %{py3dir} %build %cmake %_cmake_opts \ -DPythonLibs_FIND_VERSION=2 -DPythonLibs_FIND_VERSION_MAJOR=2 -%make_build +make %{?_smp_mflags} %if %{with python3} pushd %{py3dir}/ %cmake %_cmake_opts \ -DPythonLibs_FIND_VERSION=3 -DPythonLibs_FIND_VERSION_MAJOR=3 - %make_build + make %{?_smp_mflags} popd %endif