From e81b43dd7d9f7bbfd2917529f63a6337f6a2850ab8ebdcab946195b3e550508c Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 7 Feb 2020 08:42:51 +0000 Subject: [PATCH] use %cmake_build OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kfind?expand=0&rev=119 --- kfind.changes | 5 +++++ kfind.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/kfind.changes b/kfind.changes index 7619444..84f680b 100644 --- a/kfind.changes +++ b/kfind.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 7 08:37:26 UTC 2020 - Christophe Giboudeaux + +- Replace %make_jobs with %cmake_build. + ------------------------------------------------------------------- Wed Feb 5 06:29:07 UTC 2020 - Luca Beltrame diff --git a/kfind.spec b/kfind.spec index e012488..b90f602 100644 --- a/kfind.spec +++ b/kfind.spec @@ -58,7 +58,7 @@ KFind allows you to search for directories and files. %build %cmake_kf5 -d build - %make_jobs + %cmake_build %install %kf5_makeinstall -C build