!13 [sync] PR-11: adapt to the new CMake macros to fix build failure

From: @openeuler-sync-bot 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
This commit is contained in:
openeuler-ci-bot 2025-01-02 04:52:47 +00:00 committed by Gitee
commit 9753ab6536
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -3,7 +3,7 @@
Name: kf5-%{framework}
Summary: A KDE Frameworks 5 Tier 3 library for accessing the usage data collected by the activities system
Version: 5.113.0
Release: 2
Release: 3
License: LGPLv2 or LGPLv3
URL: https://invent.kde.org/frameworks/%{framework}
@ -38,12 +38,12 @@ Requires: qt5-qtbase-devel
%build
%{cmake_kf5}
%{cmake_build}
%cmake_kf5
%cmake_build
%install
%{cmake_install}
%cmake_install
# no tests
@ -68,6 +68,9 @@ Requires: qt5-qtbase-devel
%changelog
* Thu Jan 02 2025 liweigang <oxyan70@gmail.com> - 5.113.0-3
- adapt to the new CMake macros to fix build failure
* Fri Nov 15 2024 ChenYanpan <chenyanpan@xfusion.com> - 5.113.0-2
- adapt to the new CMake macros to fix build failure