From 8581fc0659d323f55bb7f00ff53f4aaaccccfdbe73906229c1229b6698887ba8 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 7 Feb 2020 08:45:24 +0000 Subject: [PATCH] use %cmake_build OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/knetwalk?expand=0&rev=110 --- knetwalk.changes | 5 +++++ knetwalk.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/knetwalk.changes b/knetwalk.changes index 369d8f3..c98c95f 100644 --- a/knetwalk.changes +++ b/knetwalk.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 7 08:37:47 UTC 2020 - Christophe Giboudeaux + +- Replace %make_jobs with %cmake_build. + ------------------------------------------------------------------- Wed Feb 5 06:29:22 UTC 2020 - Luca Beltrame diff --git a/knetwalk.spec b/knetwalk.spec index d04f22a..9c181e5 100644 --- a/knetwalk.spec +++ b/knetwalk.spec @@ -65,7 +65,7 @@ Turn the board pieces to get all computers connected. %build %cmake_kf5 -d build - %make_jobs + %cmake_build %install %kf5_makeinstall -C build