%{?scl:%scl_package rubygem-%{gem_name}} %{!?scl:%global pkg_name %{name}} %global gem_name fog-google Summary: Module for the 'fog' gem to support Google Name: %{?scl_prefix}rubygem-%{gem_name} Version: 0.1.0 Release: 3%{?dist} Group: Development/Ruby License: MIT URL: https://github.com/fog/fog-google Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem Requires: %{?scl_prefix_ruby}rubygems Requires: %{?scl_prefix}rubygem(fog-core) Requires: %{?scl_prefix}rubygem(fog-json) Requires: %{?scl_prefix}rubygem(fog-xml) Requires: %{?scl_prefix_ruby}ruby(release) BuildRequires: %{?scl_prefix_ruby}rubygems-devel BuildRequires: %{?scl_prefix_ruby}rubygems BuildArch: noarch Provides: %{?scl_prefix}rubygem(%{gem_name}) = %{version} %{?scl:Obsoletes: ruby193-rubygem-%{gem_name}} %define gembuilddir %{buildroot}%{gem_dir} %description This library can be used as a module for `fog` or as standalone provider to use the Google in applications. %package doc BuildArch: noarch Requires: %{?scl_prefix}%{pkg_name} = %{version}-%{release} %{?scl:Obsoletes: ruby193-rubygem-%{gem_name}-doc} Summary: Documentation for rubygem-%{gem_name} %description doc This package contains documentation for rubygem-%{gem_name}. %prep %setup -n %{pkg_name}-%{version} -T -c %{?scl:scl enable %{scl} - < 0.1.0-3 - More rebuilds for Rails 5.1 (ericdhelms@gmail.com) - Use HTTPS URLs for github and rubygems (ewoud@kohlvanwijngaarden.nl) - Switch to using gem_install macro (ericdhelms@gmail.com) * Tue Dec 22 2015 Dominic Cleal 0.1.0-2 - Replace ruby(abi) for ruby22 rebuild (dcleal@redhat.com) * Tue Oct 06 2015 Dominic Cleal 0.1.0-1 - Update fog-google to 0.1.0 (elobatocs@gmail.com) * Tue Aug 25 2015 Dominic Cleal 0.0.7-2 - Converted to tfm SCL (dcleal@redhat.com) * Tue Jul 07 2015 Dominic Cleal 0.0.7-1 - Update fog-google to 0.0.7 (dcleal@redhat.com) * Mon May 11 2015 Dominic Cleal 0.0.5-1 - new package built with tito