diff --git a/kf5-kemoticons.spec b/kf5-kemoticons.spec index f2ff0dcecd836a74b4319c3840c25ea4a1c83da5..0d64196e48e5fa6b320a11dc2f661d7caec4077a 100644 --- a/kf5-kemoticons.spec +++ b/kf5-kemoticons.spec @@ -3,7 +3,7 @@ Name: kf5-%{framework} Version: 5.115.0 -Release: 1 +Release: 2 Summary: KDE Frameworks 5 Tier 3 module with support for emoticons and emoticons themes License: GPLv2+ and LGPLv2+ @@ -43,16 +43,13 @@ 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 %ldconfig_scriptlets @@ -76,6 +73,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 houhongxun - 5.115.0-1 - update version to 5.115.0