From a8d203dc95a867a0f9626d0b3adc9bd6b033935ca1e887ef7da3387691073189 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 7 Feb 2020 08:43:13 +0000 Subject: [PATCH] use %cmake_build OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kgpg?expand=0&rev=124 --- kgpg.changes | 5 +++++ kgpg.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/kgpg.changes b/kgpg.changes index afdc024..fba521b 100644 --- a/kgpg.changes +++ b/kgpg.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 7 08:37:29 UTC 2020 - Christophe Giboudeaux + +- Replace %make_jobs with %cmake_build. + ------------------------------------------------------------------- Wed Feb 5 06:29:09 UTC 2020 - Luca Beltrame diff --git a/kgpg.spec b/kgpg.spec index c12ec52..7cc8365 100644 --- a/kgpg.spec +++ b/kgpg.spec @@ -78,7 +78,7 @@ Kgpg is a simple GUI for gpg %build %cmake_kf5 -d build -%make_jobs +%cmake_build %install %kf5_makeinstall -C build