diff --git a/kf5-kxmlrpcclient.spec b/kf5-kxmlrpcclient.spec index 5c738ac611c5751b5f5a6b0df730566ff8adf22b..3d58eb61d86d818fa0bff4afe3efbc0e9c82e65c 100644 --- a/kf5-kxmlrpcclient.spec +++ b/kf5-kxmlrpcclient.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.113.0 -Release: 1 +Release: 2 Summary: KDE Frameworks 5 Tier 3 library for interaction with XML RPC services License: LGPLv2+ and BSD URL: https://invent.kde.org/frameworks/%{framework} @@ -41,15 +41,12 @@ developing applications that use %{name}. %build -mkdir %{_target_platform} -pushd %{_target_platform} -%{cmake_kf5} .. -popd -%make_build -C %{_target_platform} +%{cmake_kf5} +%{cmake_build} %install -make install/fast DESTDIR=%{buildroot} -C %{_target_platform} +%{cmake_install} %find_lang %{name} --all-name @@ -70,6 +67,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Nov 15 2024 ChenYanpan - 5.113.0-2 +- adapt to the new CMake macros to fix build failure + * Mon Jan 08 2024 peijiankang - 5.113.0-1 - update verison to 5.113.0