diff --git a/kde-cli-tools.spec b/kde-cli-tools.spec index 84575be..1a813c8 100644 --- a/kde-cli-tools.spec +++ b/kde-cli-tools.spec @@ -1,6 +1,6 @@ Name: kde-cli-tools Version: 5.27.10 -Release: 1 +Release: 2 Summary: Tools based on KDE Frameworks 5 to better interact with the system License: GPLv2+ @@ -59,15 +59,12 @@ Conflicts: kde-runtime-docs < 14.12.3-2 %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 kdeclitools_qt --with-qt --with-kde --all-name ln -s %{_kf5_libexecdir}/kdesu %{buildroot}%{_bindir}/kdesu @@ -112,6 +109,9 @@ ln -s %{_kf5_libexecdir}/kdesu %{buildroot}%{_bindir}/kdesu %changelog +* Fri Nov 15 2024 ChenYanpan - 5.27.10-2 +- adapt to the new CMake macros to fix build failure + * Mon Jan 08 2024 peijiankang - 5.27.10-1 - update verison to 5.27.10