Sha256: b4a2a8c8daa6160cba710e2a7be3acc9a75877bd02a12e569af73ac80f52746b

Contents?: true

Size: 1.39 KB

Versions: 1

Compression:

Stored size: 1.39 KB

Contents

#
# spec file for package blue-horizon
# this code base is under development
#
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugzilla.suse.com/
#

Name:           rubygem-cloud-instancetype
Version:        0.0.2
Release:        0
%define mod_name cloud-instancetype
%define mod_full_name %{mod_name}-%{version}
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  %{rubygem gem2rpm}
BuildRequires:  %{ruby}
BuildRequires:  ruby-macros >= 5
Url:            https://github.com/suse-enceladus/rubygem-cloud-instancetype
Source:         http://rubygems.org/gems/%{mod_full_name}.gem
Summary:        Describe public cloud instance types
License:        GPL-3.0

%description
Describe public cloud instance types.

%prep

%build

%install
%gem_install \
  --doc-files="LICENSE README.md" \
  -f

%gem_packages

%changelog

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cloud-instancetype-0.0.3 rubygem-cloud-instancetype.spec