adapt to the new CMake macros to fix build failure
This commit is contained in:
parent
33568fc54f
commit
6171c1ce88
@ -1,6 +1,6 @@
|
|||||||
Name: kde-cli-tools
|
Name: kde-cli-tools
|
||||||
Version: 5.27.10
|
Version: 5.27.10
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Tools based on KDE Frameworks 5 to better interact with the system
|
Summary: Tools based on KDE Frameworks 5 to better interact with the system
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -59,15 +59,12 @@ Conflicts: kde-runtime-docs < 14.12.3-2
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir %{_target_platform}
|
%{cmake_kf5}
|
||||||
pushd %{_target_platform}
|
%{cmake_build}
|
||||||
%{cmake_kf5} ..
|
|
||||||
popd
|
|
||||||
%make_build -C %{_target_platform}
|
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
%{cmake_install}
|
||||||
%find_lang kdeclitools_qt --with-qt --with-kde --all-name
|
%find_lang kdeclitools_qt --with-qt --with-kde --all-name
|
||||||
|
|
||||||
ln -s %{_kf5_libexecdir}/kdesu %{buildroot}%{_bindir}/kdesu
|
ln -s %{_kf5_libexecdir}/kdesu %{buildroot}%{_bindir}/kdesu
|
||||||
@ -112,6 +109,9 @@ ln -s %{_kf5_libexecdir}/kdesu %{buildroot}%{_bindir}/kdesu
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jan 08 2024 peijiankang <peijiankang@kylinos.cn> - 5.27.10-1
|
||||||
- update verison to 5.27.10
|
- update verison to 5.27.10
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user