!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:
commit
9e57838b12
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user