From b7ca0094b1e61cbbb8f933355056e64858d4c6f5 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Mon, 14 Jul 2025 10:24:26 +0800 Subject: [PATCH] fix build with newer gpgme --- kf5-kwallet.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 0f8bc24..e8c995a 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -10,7 +10,7 @@ Name: kf5-%{framework} Version: 5.116.0 -Release: 1 +Release: 2 Summary: KDE Frameworks 5 Tier 3 solution for password management License: BSD-3-Clause AND CC0-1.0 AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-or-later @@ -45,7 +45,7 @@ BuildRequires: qt5-qtbase-devel BuildRequires: qca-qt5-devel BuildRequires: libgcrypt-devel -BuildRequires: gpgme-devel qt-gpgme +BuildRequires: cmake(qgpgme) Requires: %{name}-libs%{?_isa} = %{version}-%{release} @@ -107,8 +107,6 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %{_kf5_bindir}/kwallet-query %{_mandir}/man1/kwallet-query.1* -%ldconfig_scriptlets libs - %files libs %{_kf5_libdir}/libKF5Wallet.so.* %{_kf5_libdir}/libkwalletbackend5.so.* @@ -123,6 +121,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Mon Jul 14 2025 Funda Wang - 5.116.0-2 +- fix build with newer gpgme + * Mon Nov 25 2024 peijiankang - 5.116.0-1 - Upgrade package to 5.116.0 -- Gitee