Accepting request 436770 from Base:System

1

OBS-URL: https://build.opensuse.org/request/show/436770
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpgme?expand=0&rev=64
This commit is contained in:
Dominique Leuenberger 2016-10-28 10:14:42 +00:00 committed by Git OBS Bridge
commit 776c674604
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 Thu Oct 20 06:40:43 UTC 2016 - jengelh@inai.de

View File

@ -19,7 +19,7 @@
%define with_cpp 1 %define with_cpp 1
%define with_python2 1 %define with_python2 1
%define with_python3 0 %define with_python3 0
%define with_qt 1 %define with_qt 0%{?suse_version} >= 1330
Name: gpgme Name: gpgme
Version: 1.7.1 Version: 1.7.1
Release: 0 Release: 0
@ -33,9 +33,6 @@ Source2: baselibs.conf
Source3: gpgme.keyring Source3: gpgme.keyring
# used to have a fixed timestamp # used to have a fixed timestamp
Source99: %{name}.changes Source99: %{name}.changes
# for gpgme-1.7.0-python-Include-config.h.patch
BuildRequires: automake >= 1.14
#
BuildRequires: gpg2 >= 2.0.10 BuildRequires: gpg2 >= 2.0.10
BuildRequires: libassuan-devel >= 2.0.2 BuildRequires: libassuan-devel >= 2.0.2
BuildRequires: libgpg-error-devel >= 1.11 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 %setup -q
%build %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}) build_timestamp=$(date -u +%{Y}-%{m}-%{dT}%{H}:%{M}+0000 -r %{SOURCE99})
languages="cl" languages="cl"
%if 0%{with_cpp} %if 0%{with_cpp}