Drop gpg-offline

OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/putty?expand=0&rev=13
This commit is contained in:
Jan Engelhardt 2014-09-23 21:12:22 +00:00 committed by Git OBS Bridge
parent 2c117cc516
commit 998306af00
3 changed files with 11 additions and 6 deletions

BIN
putty-0.63.tar.gz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Sep 23 15:43:40 UTC 2014 - jengelh@inai.de
- Drop gpg-offline build-time requirement; this is now handled by
the local source validator
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 7 09:28:25 UTC 2013 - jengelh@inai.de Wed Aug 7 09:28:25 UTC 2013 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package putty # spec file for package putty
# #
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -26,13 +26,11 @@ Url: http://www.chiark.greenend.org.uk/~sgtatham/putty/
Source: http://the.earth.li/~sgtatham/putty/latest/%name-%version.tar.gz Source: http://the.earth.li/~sgtatham/putty/latest/%name-%version.tar.gz
Source2: http://the.earth.li/~sgtatham/putty/latest/%name-%version.tar.gz.RSA Source2: http://the.earth.li/~sgtatham/putty/latest/%name-%version.tar.gz.RSA
Source3: %name-%version.tar.gz.sig
Patch1: 0001-Revert-the-default-for-font-bolding-style.patch Patch1: 0001-Revert-the-default-for-font-bolding-style.patch
Patch2: putty-03-config.diff Patch2: putty-03-config.diff
Patch3: putty-04-nodate.diff Patch3: putty-04-nodate.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} >= 1230
BuildRequires: gpg-offline
%endif
BuildRequires: gtk2-devel BuildRequires: gtk2-devel
BuildRequires: krb5-devel BuildRequires: krb5-devel
Conflicts: pssh Conflicts: pssh
@ -43,8 +41,9 @@ for the SSH, Telnet, rlogin, and raw TCP computing protocols and as a
serial console client. serial console client.
%prep %prep
cp %_sourcedir/%name-%version.tar.gz.RSA %_sourcedir/%name-%version.tar.gz.sig # Copied S2 to S3 because the validator(s) want a known extension like .sig or
%{?gpg_verify: %gpg_verify %_sourcedir/%name-%version.tar.gz.sig} # .asc. Now ensure that they are still the same, or else fail the build.
cmp "%{SOURCE2}" "%{SOURCE3}"
%setup -q %setup -q
%patch -P 1 -P 2 -P 3 -p1 %patch -P 1 -P 2 -P 3 -p1