diff --git a/plasma-workspace.spec b/plasma-workspace.spec index 4498a9a5647c0151af0368cb2b0a0f3f30fb9a75..64203c5f83b0eff28fee5399348a526145c84dc3 100644 --- a/plasma-workspace.spec +++ b/plasma-workspace.spec @@ -11,7 +11,7 @@ Name: plasma-workspace Summary: Plasma workspace, applications and applets Version: 5.27.11 -Release: 2 +Release: 3 License: GPLv2+ URL: https://invent.kde.org/plasma/%{name} @@ -341,17 +341,11 @@ Requires: xsetroot %patch110 -p1 %build -mkdir %{_target_platform} -pushd %{_target_platform} -%{cmake_kf5} .. \ - %{?with_wayland_default:-DPLASMA_WAYLAND_DEFAULT_SESSION:BOOL=ON} -popd -%make_build -C %{_target_platform} - +%{cmake_kf5} +%{cmake_build} %install -make install/fast DESTDIR=%{buildroot} -C %{_target_platform} - +%{cmake_install} chrpath --delete %{buildroot}%{_kf5_qtplugindir}/phonon_platform/kde.so install -m644 -p -D %{SOURCE10} %{buildroot}%{_sysconfdir}/pam.d/kde @@ -598,6 +592,9 @@ setsebool -P selinuxuser_execmod 1 %endif %changelog +* Mon Nov 18 2024 zhangxianjun - 5.2.11-3 +- adapt to the new CMake macros to fix build failure + * Mon Jul 08 2024 zhangxianting - 5.27.11-2 - CVE-2024-36041