diff --git a/kf5-knewstuff.spec b/kf5-knewstuff.spec index 86e9f45b35bfef6b7e9dcf15323aa20634380aff..67ed17793c380e9b9ce28df746d670ed6c711706 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 -