adapt to the new CMake macros to fix build failure

Signed-off-by: liweigang <liweiganga@uniontech.com>
(cherry picked from commit 446bcb44a27e9beeab06416089bc3e8b559bab0d)
This commit is contained in:
liweigang 2025-01-02 11:32:47 +08:00 committed by openeuler-sync-bot
parent e72040aec5
commit be52d3195d

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