From c2979d028a8c3977a5e3e057ea7e7d558bb8bd726e931b7783d987a0781406ee Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 7 Feb 2020 08:45:17 +0000 Subject: [PATCH] use %cmake_build OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kmplot?expand=0&rev=110 --- kmplot.changes | 5 +++++ kmplot.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/kmplot.changes b/kmplot.changes index 5f3a071..22f9a6f 100644 --- a/kmplot.changes +++ b/kmplot.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 7 08:37:46 UTC 2020 - Christophe Giboudeaux + +- Replace %make_jobs with %cmake_build. + ------------------------------------------------------------------- Wed Feb 5 06:29:21 UTC 2020 - Luca Beltrame diff --git a/kmplot.spec b/kmplot.spec index 0a297dc..732d383 100644 --- a/kmplot.spec +++ b/kmplot.spec @@ -70,7 +70,7 @@ export CXX=g++-7 export RPM_OPT_FLAGS="%{optflags} -mminimal-toc" %endif %cmake_kf5 -d build - %make_jobs + %cmake_build %install %kf5_makeinstall -C build