From 3a3e9a684efcf92c883208145ad725f12ba85db4b43f59334660607e73d7be40 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 7 Feb 2020 08:43:36 +0000 Subject: [PATCH] use %cmake_build OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/killbots?expand=0&rev=108 --- killbots.changes | 5 +++++ killbots.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/killbots.changes b/killbots.changes index 43c319c..47968b6 100644 --- a/killbots.changes +++ b/killbots.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 7 08:37:32 UTC 2020 - Christophe Giboudeaux + +- Replace %make_jobs with %cmake_build. + ------------------------------------------------------------------- Wed Feb 5 06:29:11 UTC 2020 - Luca Beltrame diff --git a/killbots.spec b/killbots.spec index 5f48a2a..14b35ef 100644 --- a/killbots.spec +++ b/killbots.spec @@ -72,7 +72,7 @@ and can optionally use teleportation to a random location. %build %cmake_kf5 -d build - %make_jobs + %cmake_build %install %kf5_makeinstall -C build