2012-06-24 03:02:36 +02:00
|
|
|
#
|
|
|
|
# spec file for package putty
|
|
|
|
#
|
2013-08-06 21:28:59 +02:00
|
|
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2012-06-24 03:02:36 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: putty
|
2013-08-06 21:28:59 +02:00
|
|
|
Version: 0.63
|
2012-06-24 03:02:36 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: GTK-based terminal emulator program
|
|
|
|
License: MIT
|
|
|
|
Group: System/X11/Utilities
|
|
|
|
Url: http://www.chiark.greenend.org.uk/~sgtatham/putty/
|
2013-08-06 21:48:39 +02:00
|
|
|
|
|
|
|
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
|
2012-06-24 03:02:36 +02:00
|
|
|
Patch3: putty-03-config.diff
|
2013-08-06 21:28:59 +02:00
|
|
|
Patch4: putty-04-nodate.diff
|
2012-06-24 03:02:36 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2013-08-06 21:48:39 +02:00
|
|
|
%if 0%{?suse_version} >= 1230
|
|
|
|
BuildRequires: gpg-offline
|
|
|
|
%endif
|
2012-06-24 03:02:36 +02:00
|
|
|
BuildRequires: gtk2-devel
|
|
|
|
BuildRequires: krb5-devel
|
2011-08-22 22:53:34 +02:00
|
|
|
|
|
|
|
%description
|
|
|
|
PuTTY is a terminal emulator application which can act as a client
|
|
|
|
for the SSH, Telnet, rlogin, and raw TCP computing protocols and as a
|
|
|
|
serial console client.
|
|
|
|
|
|
|
|
%prep
|
2013-08-06 21:48:39 +02:00
|
|
|
mv %_sourcedir/%name-%version.tar.gz.RSA %_sourcedir/%name-%version.tar.gz.sig
|
|
|
|
%{?gpg_verify: %gpg_verify %_sourcedir/%name-%version.tar.gz.sig}
|
2012-06-23 22:02:28 +02:00
|
|
|
%setup -q
|
2013-08-06 21:48:39 +02:00
|
|
|
%patch -P 3 -P 4 -p1
|
2011-08-22 22:53:34 +02:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
make %{?_smp_mflags};
|
|
|
|
|
|
|
|
%install
|
|
|
|
make install DESTDIR="%buildroot";
|
2013-08-06 21:28:59 +02:00
|
|
|
|
|
|
|
%check
|
|
|
|
make check
|
2011-08-22 22:53:34 +02:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2013-08-06 21:28:59 +02:00
|
|
|
%doc LICENCE
|
2011-08-22 22:53:34 +02:00
|
|
|
%_bindir/*
|
|
|
|
%doc %_mandir/man*/*
|
2013-08-06 21:28:59 +02:00
|
|
|
%doc doc/*.html
|
2011-08-22 22:53:34 +02:00
|
|
|
|
|
|
|
%changelog
|