Accepting request 175189 from Base:System

update to 2.0.20 (forwarded request 175003 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/175189
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpg2?expand=0&rev=67
This commit is contained in:
Stephan Kulow
2013-05-16 08:59:32 +00:00
committed by Git OBS Bridge
parent 6ea1cafb40
commit 3c7b2e6c08
7 changed files with 987 additions and 13 deletions

View File

@@ -17,9 +17,9 @@
Name: gpg2
Version: 2.0.19
Version: 2.0.20
Release: 0
BuildRequires: automake
BuildRequires: automake >= 1.10
BuildRequires: expect
BuildRequires: fdupes
BuildRequires: libadns-devel
@@ -38,6 +38,9 @@ BuildRequires: libpth-devel >= 1.3.7
%else
BuildRequires: pth >= 1.3.7
%endif
%if 0%{?suse_version} >= 1230
BuildRequires: gpg-offline
%endif
Url: http://www.gnupg.org/aegypten2/
PreReq: %install_info_prereq
Requires: dirmngr
@@ -53,6 +56,7 @@ Summary: GnuPG 2
License: GPL-3.0+
Group: Productivity/Networking/Security
Source: ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-%{version}.tar.bz2
Source2: ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-%{version}.tar.bz2.sig
Patch1: gnupg-2.0.18-tmpdir.diff
Patch2: gnupg-2.0.4-install_tools.diff
Patch3: gnupg-2.0.9-RSA_ES.patch
@@ -68,6 +72,7 @@ gpg-agent, and a keybox library.
%lang_package
%prep
%{?gpg_verify: %gpg_verify %{S:2}}
%setup -q -n gnupg-%version
%patch1 -p1
%patch2