diff --git a/kf5-kguiaddons.spec b/kf5-kguiaddons.spec index 39fb856bc3542515532681b85bbb0bbc0bcc8ce6..d1ac57d4786d6087c5dbe0d6c80d5e6988d6c525 100644 --- a/kf5-kguiaddons.spec +++ b/kf5-kguiaddons.spec @@ -3,7 +3,7 @@ Name: kf5-%{framework} Version: 5.115.0 -Release: 1 +Release: 2 Summary: KDE Frameworks 5 Tier 1 addon with various classes on top of QtGui License: GPLv2+ and LGPLv2+ @@ -41,15 +41,12 @@ developing applications that use %{name}. %autosetup -n %{framework}-%{version} %build -mkdir %{_target_platform} -pushd %{_target_platform} -%{cmake_kf5} .. -popd +%{cmake_kf5} -%make_build -C %{_target_platform} +%cmake_build %install -make install/fast DESTDIR=%{buildroot} -C %{_target_platform} +%cmake_install %ldconfig_scriptlets @@ -68,6 +65,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %{_kf5_archdatadir}/mkspecs/modules/qt_KGuiAddons.pri %changelog +* Thu Nov 21 2024 tangjie02 - 5.115.0-2 +- adapt to the new CMake macros to fix build failure + * Fri Mar 01 2024 maqi - 5.115.0-1 - Update package to version 5.115.0