From 63bad7b565dcac4af757e00d3c410945d9db0755 Mon Sep 17 00:00:00 2001 From: peijiankang Date: Thu, 13 Feb 2025 09:52:33 +0800 Subject: [PATCH] fix build error about cmake --- kf5-mailimporter.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/kf5-mailimporter.spec b/kf5-mailimporter.spec index 73aa220..3d2d54c 100644 --- a/kf5-mailimporter.spec +++ b/kf5-mailimporter.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 23.08.5 -Release: 1 +Release: 2 Summary: Mail importer library License: GPLv2 @@ -67,11 +67,11 @@ Requires: %{name}-akonadi%{?_isa} = %{version}-%{release} %build %cmake_kf5 -%make_build +%cmake_build %install -%make_install +%cmake_install %find_lang %{name} --all-name @@ -101,6 +101,9 @@ Requires: %{name}-akonadi%{?_isa} = %{version}-%{release} %changelog +* Thu Feb 13 2025 peijiankang - 23.08.5-2 +- fix build error about cmake + * Mon Mar 18 2024 peijiankang - 23.08.5-1 - update verison to 23.08.5 -- Gitee