From 38ea14e67a7941310a413600449362865dde0ae3 Mon Sep 17 00:00:00 2001 From: tangjie02 Date: Thu, 21 Nov 2024 15:35:03 +0800 Subject: [PATCH] feature(spec): adapt to the new CMake macros to fix build failure Signed-off-by: tangjie02 --- kbackup.spec | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/kbackup.spec b/kbackup.spec index a9cfc64..6da9f3f 100644 --- a/kbackup.spec +++ b/kbackup.spec @@ -1,7 +1,7 @@ Name: kbackup Version: 23.08.5 -Release: 1 +Release: 2 Summary: Back up your data in a simple, user friendly way Summary(fr): Sauvegarder vos données de manière simple et conviviale Summary(ru): Простое, дружественное к пользователю резервное копирование @@ -66,16 +66,11 @@ KBackup позволяет делать резервное копировани %setup -q %build -mkdir build -pushd build - %cmake_kf5 .. - %make_build -popd +%cmake_kf5 +%cmake_build %install -pushd build - %make_install -popd +%cmake_install %find_lang %{name} --with-html --all-name @@ -99,6 +94,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.kde.%{name}.deskt %changelog +* Thu Nov 21 2024 tangjie02 - 23.08.5-2 +- adapt to the new CMake macros to fix build failure + * Fri Mar 15 2024 peijiankang - 23.08.5-1 - update verison to 23.08.5 -- Gitee