From 80cfcd845588dd16f43ef9f3cb55a687fbebe72f833f27d88e0b1525441272b5 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 7 Feb 2020 08:45:35 +0000 Subject: [PATCH] use %cmake_build OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kolf?expand=0&rev=113 --- kolf.changes | 5 +++++ kolf.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/kolf.changes b/kolf.changes index 1eec665..808c618 100644 --- a/kolf.changes +++ b/kolf.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 7 08:37:49 UTC 2020 - Christophe Giboudeaux + +- Replace %make_jobs with %cmake_build. + ------------------------------------------------------------------- Wed Feb 5 06:29:23 UTC 2020 - Luca Beltrame diff --git a/kolf.spec b/kolf.spec index 962fb7f..e4db61b 100644 --- a/kolf.spec +++ b/kolf.spec @@ -65,7 +65,7 @@ Kolf is a miniature golf game by KDE. %build %cmake_kf5 -d build - %make_jobs + %cmake_build %install %kf5_makeinstall -C build