From be52d3195d8a0b3da803caffeac221d1e9438220 Mon Sep 17 00:00:00 2001 From: liweigang Date: Thu, 2 Jan 2025 11:32:47 +0800 Subject: [PATCH] adapt to the new CMake macros to fix build failure Signed-off-by: liweigang (cherry picked from commit 446bcb44a27e9beeab06416089bc3e8b559bab0d) --- kf5-kactivities-stats.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/kf5-kactivities-stats.spec b/kf5-kactivities-stats.spec index 40f72a0..0c45cab 100644 --- a/kf5-kactivities-stats.spec +++ b/kf5-kactivities-stats.spec @@ -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 - 5.113.0-3 +- adapt to the new CMake macros to fix build failure + * Fri Nov 15 2024 ChenYanpan - 5.113.0-2 - adapt to the new CMake macros to fix build failure