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
|
|
|
#
|
2017-10-26 12:23:16 +02:00
|
|
|
# Copyright (c) 2017 SUSE LINUX 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
|
2012-03-30 16:20:49 +02:00
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: automake
|
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
|
2016-05-30 03:36:18 +02:00
|
|
|
Version: 7.2p2
|
2016-04-06 13:34:51 +02:00
|
|
|
Release: 0
|
2012-02-20 16:20:42 +01:00
|
|
|
Requires: openssh = %{version}
|
2016-04-06 13:34:51 +02:00
|
|
|
Summary: A GNOME-Based Passphrase Dialog for OpenSSH
|
2016-05-30 03:36:18 +02:00
|
|
|
License: BSD-2-Clause
|
2016-04-06 13:34:51 +02:00
|
|
|
Group: Productivity/Networking/SSH
|
|
|
|
Url: http://www.openssh.com/
|
|
|
|
%define _name openssh
|
2016-07-25 15:47:29 +02:00
|
|
|
Source: http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
|
|
|
|
Source42: http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz.asc
|
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}
|
|
|
|
|
|
|
|
%build
|
|
|
|
cd contrib
|
2011-10-05 14:14:43 +02:00
|
|
|
make %{?_smp_mflags} gnome-ssh-askpass2
|
2007-01-07 17:26:05 +01:00
|
|
|
|
|
|
|
%install
|
2011-10-19 04:18:13 +02:00
|
|
|
install -d -m 755 %{buildroot}%{_libexecdir}/ssh/
|
2013-09-19 06:09:33 +02:00
|
|
|
install contrib/gnome-ssh-askpass2 %{buildroot}%{_libexecdir}/ssh/gnome-ssh-askpass
|
2011-10-19 04:18:13 +02:00
|
|
|
|
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
|