From 3dde0306939841c764ecb381f4f422e7af56bd8cd38876b6254a0ae1eb9c7397 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 7 Feb 2020 08:42:47 +0000 Subject: [PATCH] use %cmake_build OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/keditbookmarks?expand=0&rev=113 --- keditbookmarks.changes | 5 +++++ keditbookmarks.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/keditbookmarks.changes b/keditbookmarks.changes index 9780578..3e7aaf2 100644 --- a/keditbookmarks.changes +++ b/keditbookmarks.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 7 08:37:25 UTC 2020 - Christophe Giboudeaux + +- Replace %make_jobs with %cmake_build. + ------------------------------------------------------------------- Wed Feb 5 06:29:06 UTC 2020 - Luca Beltrame diff --git a/keditbookmarks.spec b/keditbookmarks.spec index 697751a..2b57c47 100644 --- a/keditbookmarks.spec +++ b/keditbookmarks.spec @@ -61,7 +61,7 @@ This is an editor to edit your KDE-wide bookmark set. %build %cmake_kf5 -d build - %make_jobs + %cmake_build %install %kf5_makeinstall -C build