From c3dbf004ce18bbefafe272298537ba62b76ea3d8422c928da566b6183c75c4f9 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 7 Feb 2020 08:42:55 +0000 Subject: [PATCH] use %cmake_build OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kfloppy?expand=0&rev=116 --- kfloppy.changes | 5 +++++ kfloppy.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/kfloppy.changes b/kfloppy.changes index a73f609..b326685 100644 --- a/kfloppy.changes +++ b/kfloppy.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/kfloppy.spec b/kfloppy.spec index 76f6056..7826c1f 100644 --- a/kfloppy.spec +++ b/kfloppy.spec @@ -58,7 +58,7 @@ KDE Floppy Disk Utility %build %cmake_kf5 -d build -%make_jobs +%cmake_build %install %kf5_makeinstall -C build