diff --git a/yakuake.spec b/yakuake.spec index 3fc8b20..50b2e8f 100644 --- a/yakuake.spec +++ b/yakuake.spec @@ -2,7 +2,7 @@ Name: yakuake Version: 23.08.4 -Release: 1 +Release: 2 Summary: A drop-down terminal emulator # KDE e.V. may determine that future GPL versions are accepted @@ -50,16 +50,12 @@ Yakuake is a drop-down terminal emulator. %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} @@ -85,6 +81,9 @@ desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.yakuake. %changelog +* Fri Nov 15 2024 ChenYanpan - 23.08.4-2 +- adapt to the new CMake macros to fix build failure + * Tue Jan 02 2024 lvgenggeng - 23.08.4-1 - bump to 23.08.4