From 54b5fc08ae7de3503ae8007686205a050e6ad73a3e65462fc09761d1b50a9b80 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 7 Feb 2020 08:45:03 +0000 Subject: [PATCH] use %cmake_build OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kmines?expand=0&rev=111 --- kmines.changes | 5 +++++ kmines.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/kmines.changes b/kmines.changes index 0d929c5..96227fc 100644 --- a/kmines.changes +++ b/kmines.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 7 08:37:44 UTC 2020 - Christophe Giboudeaux + +- Replace %make_jobs with %cmake_build. + ------------------------------------------------------------------- Wed Feb 5 06:29:20 UTC 2020 - Luca Beltrame diff --git a/kmines.spec b/kmines.spec index fe9a752..26e40bf 100644 --- a/kmines.spec +++ b/kmines.spec @@ -61,7 +61,7 @@ by logical deduction. %build %cmake_kf5 -d build - %make_jobs + %cmake_build %install %kf5_makeinstall -C build