Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 9ec9b5934833397612dfa45cb44cd0c9 > files > 2

ruby-net-ssh-2.7.0-6.mga4.src.rpm

%define oname   net-ssh

Name:       ruby-%{oname}
Version:    2.7.0
Release:    %mkrel 6
Summary:    A pure-Ruby implementation of the SSH2 client protocol
License:    MIT
Group:      Development/Ruby
URL:        http://github.com/net-ssh/net-ssh
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
BuildRequires: rubygems
BuildArch:  noarch

%description
Net::SSH: a pure-Ruby implementation of the SSH2 client protocol.

#-------------------------------------------------------------------------------
%package        doc
Summary:    Documentation for %{name}
Group:      Development/Ruby
Requires:   %{name} = %{version}-%{release}

%description    doc
Documents, Rdoc & RI documentation for %{name}.
#-------------------------------------------------------------------------------

%prep
%gem_setup

%build
%gem_build

%install
%gem_install

%files
%{gem_instdir}/
%{gem_spec}

%files          doc
%doc %{gem_docdir}
%doc CHANGES.txt README.rdoc THANKS.txt


%changelog
* Sat Dec 28 2013 pterjan <pterjan> 2.7.0-6.mga4
+ Revision: 562038
- Rebuild to fix provides

* Sat Dec 28 2013 pterjan <pterjan> 2.7.0-5.mga4
+ Revision: 561476
- Fix gem macros

* Sat Oct 19 2013 umeabot <umeabot> 2.7.0-4.mga4
+ Revision: 535949
- Mageia 4 Mass Rebuild

* Sat Sep 21 2013 fwang <fwang> 2.7.0-3.mga4
+ Revision: 482849
- rebuild for ruby 2.0

  + pterjan <pterjan>
    - Rebuild for Ruby 2

* Thu Sep 19 2013 pterjan <pterjan> 2.7.0-1.mga4
+ Revision: 481327
- 2.7.0
- Use gem_setup
- Fix file list

* Fri Feb 08 2013 umeabot <umeabot> 2.6.1-3.mga3
+ Revision: 396222
- Rebuild for CVE-2013-0256

* Mon Jan 14 2013 umeabot <umeabot> 2.6.1-2.mga3
+ Revision: 381135
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Sat Nov 03 2012 fwang <fwang> 2.6.1-1.mga3
+ Revision: 313427
- new version 2.6.1

* Thu Jun 07 2012 solbu <solbu> 2.4.0-1.mga3
+ Revision: 257153
- New version
- Spec cleanup

* Sat Apr 09 2011 shikamaru <shikamaru> 2.1.4-1.mga1
+ Revision: 82589
- new version 2.1.4

* Sat Feb 19 2011 shikamaru <shikamaru> 2.1.0-1.mga1
+ Revision: 54115
- imported package ruby-net-ssh


* Sat Feb 19 2011 Rémy Clouard <shikamaru@mandriva.org> - 2.1.0-1
- Initial package