From dac74c5ac3c151420517955476a079feca042b72 Mon Sep 17 00:00:00 2001 From: ChenYanpan Date: Fri, 15 Nov 2024 19:40:29 +0800 Subject: [PATCH] adapt to the new CMake macros to fix build failure (cherry picked from commit cce218db8347b6ef641165e1048de7a4a5834add) --- kf5-knewstuff.spec | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/kf5-knewstuff.spec b/kf5-knewstuff.spec index 86e9f45..67ed177 100644 --- a/kf5-knewstuff.spec +++ b/kf5-knewstuff.spec @@ -3,7 +3,7 @@ Name: kf5-%{framework} Version: 5.113.0 -Release: 1 +Release: 2 Summary: KDE Frameworks 5 Tier 3 module for downloading application assets License: BSD-2-Clause AND CC0-1.0 AND GPL-2.0-only AND GPL-3.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND LicenseRef-KDE-Accepted-GPL AND LicenseRef-KDE-Accepted-LGPL @@ -61,17 +61,12 @@ developing applications that use %{name}. %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 @@ -106,6 +101,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 @@ -132,4 +130,3 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} * Mon Aug 17 2020 yeqinglong - 5.55.0-1 - Initial release for OpenEuler - -- Gitee