From 3fb6a32b057211835fdb11ed0e3ef1dc7d9cb86e Mon Sep 17 00:00:00 2001 From: chenyanpanX Date: Thu, 14 Nov 2024 06:22:19 +0000 Subject: [PATCH] fixed #IB4B0Y Signed-off-by: chenyanpanX --- kf5-syndication.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/kf5-syndication.spec b/kf5-syndication.spec index 17fb5f2..7d65232 100644 --- a/kf5-syndication.spec +++ b/kf5-syndication.spec @@ -7,7 +7,7 @@ Name: kf5-%{framework} Version: 5.113.0 -Release: 1 +Release: 2 Summary: The Syndication Library License: LGPLv2+ and BSD @@ -49,10 +49,10 @@ developing applications that use %{name}. %build %cmake_kf5 -%make_build +%cmake_build %install -%make_install +%cmake_install %check %if 0%{?tests} @@ -78,6 +78,9 @@ export CTEST_OUTPUT_ON_FAILURE=1 %changelog +* Thu Nov 14 2024 ChenYanpan - 5.113.0-2 +- use %cmake_build and %cmake_build + * Mon Jan 08 2024 peijiankang - 5.113.0-1 - update verison to 5.113.0