From c49c2a402558765f727f60e56f50f3899ec83cf8 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 8 Jun 2018 16:48:52 -0500 Subject: [PATCH] gpg support fedora only rhel7 gpgme is too old --- kf5-kwallet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index af27e69..fc257a5 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -45,8 +45,11 @@ BuildRequires: kf5-rpm-macros BuildRequires: qt5-qtbase-devel BuildRequires: libgcrypt-devel -# gpgme suppot + +%if ! 0%{?bootstrap} && 0%{?fedora} +# optional gpgme suppot BuildRequires: cmake(Gpgmepp) +%endif Requires: %{name}-libs%{?_isa} = %{version}-%{release}