summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVít Ondruch <vondruch@redhat.com>2015-03-12 13:54:23 +0100
committerVít Ondruch <vondruch@redhat.com>2015-03-12 13:54:23 +0100
commit76b89962d09c3b1405e147d57d394c5410ce06e5 (patch)
tree0ce6acdac1440a8ea00c6e344a1efa45b83d3931
parent7d02c6588e63ed3957c5ca676a8dffa8e1af0b0a (diff)
downloadrubygem-fog-vmfusion-master.tar.gz
rubygem-fog-vmfusion-master.tar.xz
rubygem-fog-vmfusion-master.zip
Initial commit.HEADmaster
-rw-r--r--rubygem-fog-vmfusion.spec75
1 files changed, 75 insertions, 0 deletions
diff --git a/rubygem-fog-vmfusion.spec b/rubygem-fog-vmfusion.spec
new file mode 100644
index 0000000..8ada2c2
--- /dev/null
+++ b/rubygem-fog-vmfusion.spec
@@ -0,0 +1,75 @@
+# Generated from fog-vmfusion-0.0.1.gem by gem2rpm -*- rpm-spec -*-
+%global gem_name fog-vmfusion
+
+Name: rubygem-%{gem_name}
+Version: 0.0.1
+Release: 1%{?dist}
+Summary: Module for the 'fog' gem to support VMWARE FUSION
+Group: Development/Languages
+License: MIT
+URL: https://github.com/fog/fog-vmfusion
+Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
+BuildRequires: ruby(release)
+BuildRequires: rubygems-devel
+BuildRequires: ruby
+BuildArch: noarch
+
+%description
+This library can be used as a module for `fog` or as standalone provider
+to use the VMWARE FUSION 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}
+# No test suite available :/
+popd
+
+%files
+%dir %{gem_instdir}
+%exclude %{gem_instdir}/.*
+%license %{gem_instdir}/LICENSE.md
+%exclude %{gem_instdir}/fog-vmfusion.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
+* Thu Mar 12 2015 Vít Ondruch <vondruch@redhat.com> - 0.0.1-1
+- Initial package