diff --git a/kf5-kinit.spec b/kf5-kinit.spec index dc6a06a..38deaf6 100644 --- a/kf5-kinit.spec +++ b/kf5-kinit.spec @@ -4,7 +4,7 @@ Name: kf5-%{framework} Version: 5.113.0 -Release: 1 +Release: 2 Summary: KDE Frameworks 5 tier 3 solution for process launching License: BSD-3-Clause AND CC0-1.0 AND LGPL-2.0-only AND LGPL-2.1-only AND LGPL-3.0-only AND LicenseRef-KDE-Accepted-LGPL @@ -56,16 +56,12 @@ developing applications that use %{name}. %build -mkdir %{_target_platform} -pushd %{_target_platform} -%{cmake_kf5} .. -popd - -make %{?_smp_mflags} -C %{_target_platform} +%{cmake_kf5} +%{cmake_build} %install -make install/fast DESTDIR=%{buildroot} -C %{_target_platform} +%{cmake_install} %find_lang kinit5_qt --with-man --with-qt --all-name @@ -92,6 +88,9 @@ install -p -m644 -D %{SOURCE10} \ %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 @@ -118,4 +117,3 @@ install -p -m644 -D %{SOURCE10} \ * Mon Aug 17 2020 yeqinglong - 5.55.0-1 - Initial release for OpenEuler -