File rubygem-net-ssh.spec of Package rubygem-net-ssh

#
# spec file for package rubygem-net-ssh (Version 1.1.2)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild

Name:           rubygem-net-ssh
Version:        1.1.2
Release:        1
#
Group:          Development/Languages/Ruby
License:        BSD 3-Clause
#
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  rubygems_with_buildroot_patch
BuildRequires:  rubygem-needle >= 1.2.0
Requires:       rubygems >= 0.8.11
Requires:       rubygem-needle >= 1.2.0
%define mod_name net-ssh
#
URL:            http://net-ssh.rubyforge.org/
#               http://rubyforge.org/projects/net-ssh
Source:         http://rubyforge.org/frs/download.php/21888/net-ssh-1.1.2.gem
#
Summary:        Net::SSH is a pure-Ruby implementation of the SSH2 client protocol

%description
Net::SSH is a pure-Ruby implementation of the SSH2 client protocol. It
supports the following features:

- User authentication via explicit username/password, or using a
   public-key/private-key pair.

- Port forwarding, both from the local host to a remote computer via
   the remote host, and from the remote host to the local host.

- Execute processes on the remote machine, both interactively and
non-interactively ("batch").



Authors:
--------
    Jamis Buck <jamis@37signals.com>

%prep

%build

%install
gem install --build-root=%{buildroot} %{S:0}

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root,-)
%{_bindir}/rb-keygen
%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec
%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/

%changelog
* Sun Aug 05 2007 - mrueckert@suse.de
- update to version 1.1.2:
  * bug #6156 (ruby -w warnings)
  * bug #6667 (wrong SOCKS 5 auth version)
  * bug #10818 (Exception in split_data_for_packet)
  * bug #11250 (host key verification problems when an RSA key
  appears in the known hosts file, but the server has both DSS
  and RSA keys)
  * bug #11270 (error when server uses some aes ciphers)
  * bug #11355 (typo in session.rb)
  * bug #11532 (Hang after MSG_CHANNEL_OPEN_FAILURE)
* Tue May 22 2007 - mrueckert@suse.de
- update to version 1.1.1:
  * Fixed broken mkdir in host key verification.
  * Fixed problems with Windows users getting "address family for
  hostname not supported" errors.
  * Added the missing rb-keygen utility
  * Server key verification (enabled by default, disable with
  :paranoid => false)
  * Add support for SSH agent forwwarding
* Wed Sep 13 2006 - mrueckert@suse.de
- update to version 1.0.10:
  * Experiment with using read instead of sysread, to try and
  alleviate problems on Windows.
  * Use printf instead of echo -n in the shell service, for
  compatibility with more unices.
  * Give a sane error message when the user name is nil and
  cannot be derived from the environment.
  * Add a #connection accessor to the session.
  * Add initial support for server-originated global requests.
* Wed Jun 21 2006 - mrueckert@suse.de
- use rubygems_with_buildroot_patch instead of the versioned
  buildrequires
* Mon Jun 19 2006 - mrueckert@suse.de
- Initial package version 1.0.9
openSUSE Build Service is sponsored by