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