[rubygem-fog-brightbox] Update to fog-brightbox 0.7.1.

Vít Ondruch vondruch at fedoraproject.org
Thu Mar 12 13:52:57 UTC 2015


commit b28d86c2c7b6b56ba1384e290351bc53368e0502
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Thu Mar 12 14:52:45 2015 +0100

    Update to fog-brightbox 0.7.1.

 .gitignore                 |  1 +
 rubygem-fog-brightbox.spec | 18 ++++++++++--------
 sources                    |  2 +-
 3 files changed, 12 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 48c1da9..dc4cbf0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /fog-brightbox-0.0.2.gem
+/fog-brightbox-0.7.1.gem
diff --git a/rubygem-fog-brightbox.spec b/rubygem-fog-brightbox.spec
index 174f4b4..baf9221 100644
--- a/rubygem-fog-brightbox.spec
+++ b/rubygem-fog-brightbox.spec
@@ -2,7 +2,7 @@
 %global gem_name fog-brightbox
 
 Name: rubygem-%{gem_name}
-Version: 0.0.2
+Version: 0.7.1
 Release: 1%{?dist}
 Summary: Module for `fog` or standalone provider to use the Brightbox Cloud
 Group: Development/Languages
@@ -14,7 +14,9 @@ BuildRequires: rubygems-devel
 BuildRequires: ruby
 BuildRequires: rubygem(fog-core)
 BuildRequires: rubygem(fog-json)
+BuildRequires: rubygem(inflecto)
 BuildRequires: rubygem(minitest)
+BuildRequires: rubygem(webmock)
 BuildArch: noarch
 
 %description
@@ -38,11 +40,8 @@ gem unpack %{SOURCE0}
 gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
 
 %build
-# Create the gem as gem install only works on a gem file
 gem build %{gem_name}.gemspec
 
-# %%gem_install compiles any C extensions and installs the gem into ./%%gem_dir
-# by default, so that we can move it into the buildroot in %%install
 %gem_install
 
 %install
@@ -53,14 +52,14 @@ cp -a .%{gem_dir}/* \
 
 %check
 pushd .%{gem_instdir}
-ruby -Ilib -e 'Dir.glob "./spec/**/*_spec.rb", &method(:require)'
-
+ruby -Ilib:spec -e 'Dir.glob "./spec/**/*_spec.rb", &method(:require)'
 popd
 
 %files
 %dir %{gem_instdir}
-%doc %{gem_instdir}/LICENSE.txt
+%license %{gem_instdir}/LICENSE.txt
 %exclude %{gem_instdir}/.*
+%exclude %{gem_instdir}/fog-brightbox.gemspec
 %{gem_libdir}
 %exclude %{gem_cache}
 %{gem_spec}
@@ -71,10 +70,13 @@ popd
 %{gem_instdir}/Gemfile
 %doc %{gem_instdir}/README.md
 %{gem_instdir}/Rakefile
-%{gem_instdir}/fog-brightbox.gemspec
+%{gem_instdir}/gemfiles
 %{gem_instdir}/spec
 
 
 %changelog
+* Thu Mar 12 2015 Vít Ondruch <vondruch at redhat.com> - 0.7.1-1
+- Update to fog-brightbox 0.7.1.
+
 * Fri May 23 2014 Vít Ondruch <vondruch at redhat.com> - 0.0.2-1
 - Initial package
diff --git a/sources b/sources
index 4e53059..c6dfce4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8d081f7cffe3f847a0b2cd5919995c2c  fog-brightbox-0.0.2.gem
+97df8bbc5bda3ca6360fe3f7adf2da8b  fog-brightbox-0.7.1.gem


More information about the scm-commits mailing list