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
This commit is contained in:
Dirk Mueller 2016-10-22 13:07:35 +00:00 committed by Git OBS Bridge
parent a9b5a8dbb4
commit e879fc4b08
2 changed files with 8 additions and 7 deletions

View File

@ -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

View File

@ -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}