From 5deca0f87ee56352543501710dab84cd2baa8ee3 Mon Sep 17 00:00:00 2001 From: ChenYanpan Date: Fri, 15 Nov 2024 19:39:56 +0800 Subject: [PATCH] adapt to the new CMake macros to fix build failure (cherry picked from commit 933a31b4f1e083bcb7591a531f2207a05893e71f) --- kf5-kiconthemes.spec | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index b8e056c..1c77e28 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 - -- Gitee