diff --git a/kf5-kxmlrpcclient.spec b/kf5-kxmlrpcclient.spec index 6c4b8197900b7d5a7b329b38f317c4073c6dbdb8..b82e34fab6159ef7c5c333bab19702f7cac28bce 100644 --- a/kf5-kxmlrpcclient.spec +++ b/kf5-kxmlrpcclient.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.115.0 -Release: 1 +Release: 2 Summary: KDE Frameworks 5 Tier 3 library for interaction with XML RPC services License: BSD-2-Clause AND CC0-1.0 AND LGPL-2.0-or-later 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 +* Thu Nov 21 2024 tangjie02 - 5.115.0-2 +- adapt to the new CMake macros to fix build failure + * Mon Mar 04 2024 peijiankang - 5.115.0-1 - update verison to 5.115.0