From c7478fc9bab5231f3e18d6410a777a97b5506182 Mon Sep 17 00:00:00 2001 From: ChenYanpan Date: Fri, 15 Nov 2024 12:05:23 +0800 Subject: [PATCH] use %cmake_build and %cmake_install to fix build failure --- kf5-sonnet.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index a9e0546..4e570af 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.113.0 -Release: 1 +Release: 2 Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -68,10 +68,10 @@ GUI part of the Sonnet framework provides widgets with spell checking support. %build %cmake_kf5 -%make_build +%cmake_build %install -%make_install +%cmake_install %find_lang_kf5 sonnet5_qt @@ -118,6 +118,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Fri Nov 15 2024 ChenYanpan - 5.113.0-2 +- use %cmake_build and %cmake_install to fix build failure + * Mon Jan 08 2024 zhangxianting - 5.113.0-1 - Update version to 5.113.0