diff --git a/kf5-kjobwidgets.spec b/kf5-kjobwidgets.spec index 94c6bc85320a360b73059ac1ad108f9e668ea305..f1fcfef1bc37af2d437745a7d33b2daa6a63f30a 100644 --- a/kf5-kjobwidgets.spec +++ b/kf5-kjobwidgets.spec @@ -3,7 +3,7 @@ Name: kf5-%{framework} Version: 5.115.0 -Release: 1 +Release: 2 Summary: KDE Frameworks 5 Tier 2 addon for KJobs License: LGPLv2+ @@ -45,15 +45,12 @@ developing applications that use %{name}. %build -mkdir %{_target_platform} -pushd %{_target_platform} -%{cmake_kf5} .. -popd +%{cmake_kf5} -%make_build -C %{_target_platform} +%cmake_build %install -make install/fast DESTDIR=%{buildroot} -C %{_target_platform} +%cmake_install %find_lang_kf5 kjobwidgets5_qt @@ -75,6 +72,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Nov 21 2024 tangjie02 - 5.115.0-2 +- adapt to the new CMake macros to fix build failure + * Mon Mar 04 2024 peijiankang - 5.115.0-1 - update verison to 5.115.0