!7 fixed kde-cli-tools build failure in openEuler-24.03-LTS-SP1:epol

From: @chenyanpanX 
Reviewed-by: @misaka00251 
Signed-off-by: @misaka00251
This commit is contained in:
openeuler-ci-bot 2024-11-18 07:59:51 +00:00 committed by Gitee
commit 9e57838b12
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: kde-cli-tools
Version: 5.27.10
Release: 1
Release: 2
Summary: Tools based on KDE Frameworks 5 to better interact with the system
License: GPLv2+
@ -59,15 +59,12 @@ Conflicts: kde-runtime-docs < 14.12.3-2
%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 kdeclitools_qt --with-qt --with-kde --all-name
ln -s %{_kf5_libexecdir}/kdesu %{buildroot}%{_bindir}/kdesu
@ -112,6 +109,9 @@ ln -s %{_kf5_libexecdir}/kdesu %{buildroot}%{_bindir}/kdesu
%changelog
* Fri Nov 15 2024 ChenYanpan <chenyanpan@xfusion.com> - 5.27.10-2
- adapt to the new CMake macros to fix build failure
* Mon Jan 08 2024 peijiankang <peijiankang@kylinos.cn> - 5.27.10-1
- update verison to 5.27.10