Accepting request 234969 from home:AndreasStieger:branches:Base:System

gpgme 1.5.0

OBS-URL: https://build.opensuse.org/request/show/234969
OBS-URL: https://build.opensuse.org/package/show/Base:System/gpgme?expand=0&rev=47
This commit is contained in:
Vítězslav Čížek
2014-05-21 13:51:31 +00:00
committed by Git OBS Bridge
parent db885faaed
commit 3279da7f61
6 changed files with 41 additions and 15 deletions

View File

@@ -17,7 +17,7 @@
Name: gpgme
Version: 1.4.3
Version: 1.5.0
Release: 0
Summary: A Library Designed to Give Applications Easy Access to GnuPG
License: LGPL-2.1+ and GPL-3.0+
@@ -29,7 +29,7 @@ Source2: baselibs.conf
Source3: gpgme.keyring
BuildRequires: gpg2 >= 2.0.10
BuildRequires: libassuan-devel >= 2.0.2
BuildRequires: libgpg-error-devel >= 1.8
BuildRequires: libgpg-error-devel >= 1.11
%if 0%{?suse_version} >= 1230
BuildRequires: gpg-offline
%endif
@@ -102,16 +102,8 @@ of standard widgets for common key selection tasks is even planned.
%setup -q
%build
# Ensure that a (re)build uses fixed binaries with minimum version because
# in case configure picks GnuPG-1.x, e.g. from /usr/local, this would cause
# testsuite failures:
%configure --without-pth --disable-static \
--with-gpg-version=2.0.10 \
--with-gpgsm-version=2.0.10 \
--with-gpgconf-version=2.0.10 \
--with-gpg=%{_bindir}/gpg2 \
--with-gpgsm=%{_bindir}/gpgsm \
--with-gpgconf=%{_bindir}/gpgconf \
%configure \
--disable-static \
--disable-fd-passing
make %{?_smp_mflags}