diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index b8e056c40eeaea47a5c2868368b6b43728bcd108..1c77e285e71a5a4db2754bfabd385625b9755bc7 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.113.0 -Release: 1 +Release: 2 Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: CC0-1.0 AND GPL-2.0-only AND GPL-3.0-only AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-3.0-only AND LicenseRef-KDE-Accepted-GPL AND LicenseRef-KDE-Accepted-LGPL @@ -46,14 +46,12 @@ developing applications that use %{name}. %autosetup -n %{framework}-%{version} -p1 %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 %ldconfig_scriptlets @@ -75,6 +73,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 haomimi - 5.113.0-1 - Update to upstream version 5.113.0 @@ -98,4 +99,3 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} * Mon Aug 17 2020 yeqinglong - 5.55.0-1 - Initial release for OpenEuler -