Skip to content

Commit 13e188e

Browse files
author
Sean P. Kane
committed
Merge
1 parent b7fde8f commit 13e188e

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

net-ssh-2.2.2.gem

130 KB
Binary file not shown.

rubygem-net-ssh.spec

+15-10
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,33 @@
11
# Generated from net-ssh-2.2.2.gem by gem2rpm -*- rpm-spec -*-
22
%define rbname net-ssh
3+
%define version 2.2.2
4+
%define release 3
35

46
Summary: Net::SSH: a pure-Ruby implementation of the SSH2 client protocol.
57
Name: rubygem-%{rbname}
68

7-
Version: 2.2.2
8-
Release: 2
9+
Version: %{version}
10+
Release: %{release}
911
Group: Development/Ruby
1012
License: Distributable
1113
URL: http://github.com/net-ssh/net-ssh
12-
Source0: http://rubygems.org/gems/%{rbname}-%{version}.gem
14+
Source0: %{rbname}-%{version}.gem
1315
# Make sure the spec template is included in the SRPM
16+
#Source1: rubygem-%{rbname}.spec.in
1417
BuildRoot: %{_tmppath}/%{name}-%{version}-root
1518
Requires: ruby
16-
Requires: rubygems
19+
Requires: rubygems >= 1.8.10
1720
BuildRequires: ruby
18-
BuildRequires: rubygems
21+
BuildRequires: rubygems >= 1.8.10
1922
BuildArch: noarch
20-
Provides: ruby(Net-ssh) = %{version}
23+
Provides: rubygem(net-ssh) = %{version}
2124

2225
%define gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
2326
%define gembuilddir %{buildroot}%{gemdir}
2427

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

28-
2931
%prep
3032
%setup -T -c
3133

@@ -159,13 +161,16 @@ gem install --local --install-dir %{gembuilddir} --force %{SOURCE0}
159161

160162

161163
%doc %{gemdir}/doc/net-ssh-2.2.2
164+
%{gemdir}/cache/net-ssh-2.2.2.gem
162165
%{gemdir}/specifications/net-ssh-2.2.2.gemspec
163166

164167
%changelog
168+
* Thu Dec 27 2012 Sean P. Kane <[email protected]> - 2.2.2-3
169+
- Merge
170+
165171
* Tue Sep 18 2012 Sergio Rubio <[email protected]> - 2.2.2-2
166172
- regenerated spec file using gem2rpm
167-
- bumped release
168173

169-
* Tue Sep 11 2012 Sean P. Kane <[email protected]> - 2.2.2-1
170-
- Initial package
174+
* Fri Dec 21 2012 Sean P. Kane <[email protected]> - 2.2.2-1
175+
- Initial version
171176

0 commit comments

Comments
 (0)