From 8ebe72833e9527c3f4023168aaf82ac7ba275cf5bc7f017234297c9e9460d223 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 7 Feb 2020 08:50:43 +0000 Subject: [PATCH] use %cmake_build OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/parley?expand=0&rev=110 --- parley.changes | 5 +++++ parley.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/parley.changes b/parley.changes index 2f4013c..12ecdaf 100644 --- a/parley.changes +++ b/parley.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 7 08:38:30 UTC 2020 - Christophe Giboudeaux + +- Replace %make_jobs with %cmake_build. + ------------------------------------------------------------------- Wed Feb 5 06:29:51 UTC 2020 - Luca Beltrame diff --git a/parley.spec b/parley.spec index cd11f3a..959a8aa 100644 --- a/parley.spec +++ b/parley.spec @@ -80,7 +80,7 @@ Parley is a vocabulary trainer for KDE. %build %cmake_kf5 -d build - %make_jobs + %cmake_build %install %kf5_makeinstall -C build