[rubygem-net-scp] Update to net-scp 1.1.0.

Vít Ondruch vondruch at fedoraproject.org
Thu May 9 08:07:53 UTC 2013


commit 5847eb3d875b19018537413deb858654b07a92bf
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Thu May 9 10:07:47 2013 +0200

    Update to net-scp 1.1.0.

 .gitignore           |    1 +
 rubygem-net-scp.spec |   22 ++++++++++++++++------
 sources              |    2 +-
 3 files changed, 18 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3ec152c..62d2611 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /net-scp-1.0.4.gem
+/net-scp-1.1.0.gem
diff --git a/rubygem-net-scp.spec b/rubygem-net-scp.spec
index 55de94f..96f0b2b 100644
--- a/rubygem-net-scp.spec
+++ b/rubygem-net-scp.spec
@@ -2,8 +2,8 @@
 
 Summary: A pure Ruby implementation of the SCP client protocol
 Name: rubygem-%{gem_name}
-Version: 1.0.4
-Release: 7%{?dist}
+Version: 1.1.0
+Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://net-ssh.rubyforge.org/scp
@@ -32,21 +32,26 @@ Requires:%{name} = %{version}-%{release}
 Documentation for %{name}
 
 %prep
+%setup -q -c -T
+%gem_install -n %{SOURCE0}
 
 %build
 
 %install
-%gem_install -n %{SOURCE0} -d %{buildroot}%{gem_dir}
+mkdir -p %{buildroot}%{gem_dir}
+cp -pa .%{gem_dir}/* \
+        %{buildroot}%{gem_dir}/
+
 
 %check
-pushd %{buildroot}%{gem_instdir}
+pushd .%{gem_instdir}
 ruby -Itest test/test_all.rb
 popd
 
 %files
 %dir %{gem_instdir}
 %{gem_libdir}
-%doc %{gem_instdir}/README.rdoc
+%doc %{gem_instdir}/LICENSE.txt
 %exclude %{gem_cache}
 %{gem_spec}
 
@@ -54,12 +59,17 @@ popd
 %{gem_instdir}/Manifest
 %{gem_instdir}/Rakefile
 %{gem_instdir}/net-scp.gemspec
+%{gem_instdir}/gem-public_cert.pem
 %{gem_instdir}/setup.rb
-%doc %{gem_instdir}/CHANGELOG.rdoc
+%doc %{gem_instdir}/README.rdoc
+%doc %{gem_instdir}/CHANGES.txt
 %{gem_instdir}/test
 %doc %{gem_docdir}
 
 %changelog
+* Thu May 09 2013 Vít Ondruch <vondruch at redhat.com> - 1.1.0-1
+- Update to net-scp 1.1.0.
+
 * Fri Mar 08 2013 Vít Ondruch <vondruch at redhat.com> - 1.0.4-7
 - Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0
 
diff --git a/sources b/sources
index d2d2824..c853725 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7fda0eda72b66d99816d516c5fcd4de2  net-scp-1.0.4.gem
+a7d4ae6a696222a2f4af9fe89bd44886  net-scp-1.1.0.gem


More information about the scm-commits mailing list