summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVít Ondruch <vondruch@redhat.com>2015-03-11 16:48:54 +0100
committerVít Ondruch <vondruch@redhat.com>2015-03-11 16:48:54 +0100
commit0a069f570e0cf3cefc9b13df3d713c6f95f1b886 (patch)
treeaa83dd083a68265b18852ae8eba3e25207d17144
parent442dba6ebcef56afcaa1724ee01671b58765965b (diff)
downloadrubygem-fog-terremark-0a069f570e0cf3cefc9b13df3d713c6f95f1b886.tar.gz
rubygem-fog-terremark-0a069f570e0cf3cefc9b13df3d713c6f95f1b886.tar.xz
rubygem-fog-terremark-0a069f570e0cf3cefc9b13df3d713c6f95f1b886.zip
Initial commit.HEADmaster
-rw-r--r--rubygem-fog-terremark.spec83
1 files changed, 83 insertions, 0 deletions
diff --git a/rubygem-fog-terremark.spec b/rubygem-fog-terremark.spec
new file mode 100644
index 0000000..df0aee8
--- /dev/null
+++ b/rubygem-fog-terremark.spec
@@ -0,0 +1,83 @@
+# Generated from fog-terremark-0.0.4.gem by gem2rpm -*- rpm-spec -*-
+%global gem_name fog-terremark
+
+Name: rubygem-%{gem_name}
+Version: 0.0.4
+Release: 1%{?dist}
+Summary: Module for the 'fog' gem to support Terremark vCloud
+Group: Development/Languages
+License: MIT
+URL: https://github.com/fog/fog-terremark
+Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
+BuildRequires: ruby(release)
+BuildRequires: rubygems-devel
+BuildRequires: ruby
+BuildRequires: rubygem(fog-xml)
+BuildRequires: rubygem(minitest)
+BuildRequires: rubygem(vcr)
+BuildArch: noarch
+
+%description
+This library can be used as a module for `fog` or
+as standalone provider to use the Terremark vCloud in
+applications.
+
+
+%package doc
+Summary: Documentation for %{name}
+Group: Documentation
+Requires: %{name} = %{version}-%{release}
+BuildArch: noarch
+
+%description doc
+Documentation for %{name}.
+
+%prep
+gem unpack %{SOURCE0}
+
+%setup -q -D -T -n %{gem_name}-%{version}
+
+gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
+
+%build
+gem build %{gem_name}.gemspec
+
+%gem_install
+
+%install
+mkdir -p %{buildroot}%{gem_dir}
+cp -a .%{gem_dir}/* \
+ %{buildroot}%{gem_dir}/
+
+
+%check
+pushd .%{gem_instdir}
+# We don't have Turn in Fedora (neither we really need it).
+sed -i '/require.*turn/ s/^/#/' spec/minitest_helper.rb
+sed -i '/Turn/,/end/ s/^/#/' spec/minitest_helper.rb
+
+ruby -Ilib:spec -e 'Dir.glob "./spec/**/*_spec.rb", &method(:require)'
+popd
+
+%files
+%dir %{gem_instdir}
+%exclude %{gem_instdir}/.*
+%license %{gem_instdir}/LICENSE.md
+%exclude %{gem_instdir}/fog-terremark.gemspec
+%{gem_libdir}
+%exclude %{gem_cache}
+%{gem_spec}
+
+%files doc
+%doc %{gem_docdir}
+%doc %{gem_instdir}/CONTRIBUTING.md
+%doc %{gem_instdir}/CONTRIBUTORS.md
+%{gem_instdir}/Gemfile
+%doc %{gem_instdir}/README.md
+%{gem_instdir}/Rakefile
+%{gem_instdir}/gemfiles
+%{gem_instdir}/spec
+
+%changelog
+* Wed Mar 11 2015 Vít Ondruch <vondruch@redhat.com> - 0.0.4-1
+- Initial package