2007-01-07 17:26:05 +01:00
|
|
|
#
|
2011-02-01 15:14:14 +01:00
|
|
|
# spec file for package openssh-askpass-gnome
|
2007-01-07 17:26:05 +01:00
|
|
|
#
|
2012-02-20 16:20:42 +01:00
|
|
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-07 17:26:05 +01:00
|
|
|
#
|
2008-08-23 01:32:08 +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.
|
|
|
|
|
2007-01-07 17:26:05 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2012-02-20 16:20:42 +01:00
|
|
|
|
2007-01-07 17:26:05 +01:00
|
|
|
Name: openssh-askpass-gnome
|
2011-12-21 18:59:28 +01:00
|
|
|
BuildRequires: gtk2-devel
|
|
|
|
BuildRequires: krb5-devel
|
|
|
|
BuildRequires: openssh
|
|
|
|
BuildRequires: openssl-devel
|
|
|
|
BuildRequires: pam-devel
|
|
|
|
BuildRequires: tcpd-devel
|
|
|
|
BuildRequires: update-desktop-files
|
2011-10-19 04:18:13 +02:00
|
|
|
Version: 5.9p1
|
2011-12-21 18:59:28 +01:00
|
|
|
Release: 0
|
2012-02-20 16:20:42 +01:00
|
|
|
Requires: openssh = %{version}
|
|
|
|
Requires: openssh-askpass = %{version}
|
2007-01-07 17:26:05 +01:00
|
|
|
Summary: A GNOME-Based Passphrase Dialog for OpenSSH
|
2011-12-21 18:59:28 +01:00
|
|
|
License: BSD-3-Clause
|
|
|
|
Group: Productivity/Networking/SSH
|
2011-10-19 04:18:13 +02:00
|
|
|
Url: http://www.openssh.com/
|
2007-01-07 17:26:05 +01:00
|
|
|
%define _name openssh
|
|
|
|
Source: %{_name}-%{version}.tar.bz2
|
2011-10-19 04:18:13 +02:00
|
|
|
Patch: %{_name}-5.9p1-sshd_config.diff
|
|
|
|
Patch1: %{_name}-5.9p1-pam-fix2.diff
|
|
|
|
Patch2: %{_name}-5.9p1-saveargv-fix.diff
|
|
|
|
Patch3: %{_name}-5.9p1-pam-fix3.diff
|
|
|
|
Patch4: %{_name}-5.9p1-gssapimitm.patch
|
|
|
|
Patch5: %{_name}-5.9p1-eal3.diff
|
|
|
|
Patch6: %{_name}-5.9p1-engines.diff
|
|
|
|
Patch7: %{_name}-5.9p1-blocksigalrm.diff
|
2007-01-07 17:26:05 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
SSH (Secure Shell) is a program for logging into a remote machine and
|
|
|
|
for executing commands on a remote machine. This package contains a
|
|
|
|
GNOME-based passphrase dialog for OpenSSH.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{_name}-%{version}
|
|
|
|
%patch
|
2010-03-26 16:29:14 +01:00
|
|
|
%patch1
|
|
|
|
%patch2
|
|
|
|
%patch3
|
|
|
|
%patch4
|
|
|
|
%patch5 -p1
|
|
|
|
%patch6 -p1
|
|
|
|
%patch7
|
2007-01-07 17:26:05 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
aclocal
|
|
|
|
autoheader
|
|
|
|
autoconf
|
2011-10-05 14:14:43 +02:00
|
|
|
%configure \
|
2011-10-19 04:18:13 +02:00
|
|
|
--sysconfdir=%{_sysconfdir}/ssh \
|
|
|
|
--libexecdir=%{_libexecdir}/ssh \
|
2007-01-07 17:26:05 +01:00
|
|
|
--with-tcp-wrappers \
|
|
|
|
--with-pam \
|
|
|
|
--with-kerberos5=/usr \
|
|
|
|
--with-privsep-path=/var/lib/empty \
|
|
|
|
--disable-strip \
|
|
|
|
--target=%{_target_cpu}-suse-linux
|
|
|
|
cd contrib
|
2011-10-05 14:14:43 +02:00
|
|
|
make %{?_smp_mflags} gnome-ssh-askpass2
|
2007-01-07 17:26:05 +01:00
|
|
|
mv gnome-ssh-askpass2 gnome-ssh-askpass
|
|
|
|
|
|
|
|
%install
|
2011-10-19 04:18:13 +02:00
|
|
|
install -d -m 755 %{buildroot}%{_libexecdir}/ssh/
|
|
|
|
install contrib/gnome-ssh-askpass %{buildroot}%{_libexecdir}/ssh/gnome-ssh-askpass
|
|
|
|
|
2007-01-07 17:26:05 +01:00
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2011-10-19 04:18:13 +02:00
|
|
|
%dir %{_libexecdir}/ssh
|
|
|
|
%attr(0755,root,root) %{_libexecdir}/ssh/gnome-ssh-askpass
|
|
|
|
|
2007-02-22 14:37:20 +01:00
|
|
|
%changelog
|