2007-01-07 16:26:05 +00:00
|
|
|
#
|
2011-02-01 14:14:14 +00:00
|
|
|
# spec file for package openssh-askpass-gnome
|
2007-01-07 16:26:05 +00:00
|
|
|
#
|
2014-01-31 12:18:41 +00:00
|
|
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-07 16:26:05 +00:00
|
|
|
#
|
2008-08-22 23:32:08 +00: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 16:26:05 +00:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2012-02-20 15:20:42 +00:00
|
|
|
|
2007-01-07 16:26:05 +00:00
|
|
|
Name: openssh-askpass-gnome
|
2012-03-30 14:20:49 +00:00
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: automake
|
2011-12-21 17:59:28 +00:00
|
|
|
BuildRequires: gtk2-devel
|
|
|
|
BuildRequires: krb5-devel
|
|
|
|
BuildRequires: openssh
|
|
|
|
BuildRequires: openssl-devel
|
|
|
|
BuildRequires: pam-devel
|
|
|
|
BuildRequires: tcpd-devel
|
|
|
|
BuildRequires: update-desktop-files
|
2014-02-14 14:54:10 +00:00
|
|
|
Version: 6.5p1
|
2011-12-21 17:59:28 +00:00
|
|
|
Release: 0
|
2012-02-20 15:20:42 +00:00
|
|
|
Requires: openssh = %{version}
|
2007-01-07 16:26:05 +00:00
|
|
|
Summary: A GNOME-Based Passphrase Dialog for OpenSSH
|
2011-12-21 17:59:28 +00:00
|
|
|
License: BSD-3-Clause
|
|
|
|
Group: Productivity/Networking/SSH
|
2011-10-19 02:18:13 +00:00
|
|
|
Url: http://www.openssh.com/
|
2007-01-07 16:26:05 +00:00
|
|
|
%define _name openssh
|
2012-05-29 07:15:29 +00:00
|
|
|
Source: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
|
2007-01-07 16:26:05 +00: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}
|
|
|
|
|
|
|
|
%build
|
|
|
|
cd contrib
|
2011-10-05 12:14:43 +00:00
|
|
|
make %{?_smp_mflags} gnome-ssh-askpass2
|
2007-01-07 16:26:05 +00:00
|
|
|
|
|
|
|
%install
|
2011-10-19 02:18:13 +00:00
|
|
|
install -d -m 755 %{buildroot}%{_libexecdir}/ssh/
|
2013-09-19 04:09:33 +00:00
|
|
|
install contrib/gnome-ssh-askpass2 %{buildroot}%{_libexecdir}/ssh/gnome-ssh-askpass
|
2011-10-19 02:18:13 +00:00
|
|
|
|
2007-01-07 16:26:05 +00:00
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2011-10-19 02:18:13 +00:00
|
|
|
%dir %{_libexecdir}/ssh
|
|
|
|
%attr(0755,root,root) %{_libexecdir}/ssh/gnome-ssh-askpass
|
|
|
|
|
2007-02-22 13:37:20 +00:00
|
|
|
%changelog
|