From 1f4b658eed9dec51b4e1ef1966686d05833f4f0d60994e99b613b0f54790bac6 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 7 Feb 2020 08:47:33 +0000 Subject: [PATCH] use %cmake_build OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/ktouch?expand=0&rev=110 --- ktouch.changes | 5 +++++ ktouch.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ktouch.changes b/ktouch.changes index 0849721..20556dd 100644 --- a/ktouch.changes +++ b/ktouch.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 7 08:38:06 UTC 2020 - Christophe Giboudeaux + +- Replace %make_jobs with %cmake_build. + ------------------------------------------------------------------- Wed Feb 5 06:29:35 UTC 2020 - Luca Beltrame diff --git a/ktouch.spec b/ktouch.spec index 7c2fd70..cfba939 100644 --- a/ktouch.spec +++ b/ktouch.spec @@ -87,7 +87,7 @@ A KDE program that helps you to learn and practice touch typing. export RPM_OPT_FLAGS="%{optflags} -mminimal-toc" %endif %cmake_kf5 -d build - %make_jobs + %cmake_build %install %kf5_makeinstall -C build