From e879fc4b0858215fa7ef3c1cde429a2bf71e2138ebd651f26421b72afa0a1713 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 22 Oct 2016 13:07:35 +0000 Subject: [PATCH] Accepting request 436756 from security:privacy - in addition to dropping gpgme-1.7.0-python-Include-config.h.patch remove automake depdendency and autogen.sh call - build QT lib only on Factory OBS-URL: https://build.opensuse.org/request/show/436756 OBS-URL: https://build.opensuse.org/package/show/Base:System/gpgme?expand=0&rev=74 --- gpgme.changes | 7 +++++++ gpgme.spec | 8 +------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/gpgme.changes b/gpgme.changes index cb9d13e..f3d7069 100644 --- a/gpgme.changes +++ b/gpgme.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Oct 21 23:27:54 UTC 2016 - astieger@suse.com + +- in addition to dropping gpgme-1.7.0-python-Include-config.h.patch + remove automake depdendency and autogen.sh call +- build QT lib only on Factory + ------------------------------------------------------------------- Thu Oct 20 06:40:43 UTC 2016 - jengelh@inai.de diff --git a/gpgme.spec b/gpgme.spec index cbbd814..cf71860 100644 --- a/gpgme.spec +++ b/gpgme.spec @@ -19,7 +19,7 @@ %define with_cpp 1 %define with_python2 1 %define with_python3 0 -%define with_qt 1 +%define with_qt 0%{?suse_version} >= 1330 Name: gpgme Version: 1.7.1 Release: 0 @@ -33,9 +33,6 @@ Source2: baselibs.conf Source3: gpgme.keyring # used to have a fixed timestamp Source99: %{name}.changes -# for gpgme-1.7.0-python-Include-config.h.patch -BuildRequires: automake >= 1.14 -# BuildRequires: gpg2 >= 2.0.10 BuildRequires: libassuan-devel >= 2.0.2 BuildRequires: libgpg-error-devel >= 1.11 @@ -192,9 +189,6 @@ This package contains the bindings to use the library in Qt C++ applications. %setup -q %build -# for gpgme-1.7.0-python-Include-config.h.patch -./autogen.sh -# build_timestamp=$(date -u +%{Y}-%{m}-%{dT}%{H}:%{M}+0000 -r %{SOURCE99}) languages="cl" %if 0%{with_cpp}