# Generated from google-cloud-automl-v1beta1-0.5.3.gem by gem2rpm -*- rpm-spec -*- %global gem_name google-cloud-automl-v1beta1 Name: rubygem-%{gem_name} Version: 0.5.3 Release: 1%{?dist} Summary: API Client library for the Cloud AutoML V1beta1 API License: Apache-2.0 URL: https://github.com/googleapis/google-cloud-ruby Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem BuildRequires: ruby(release) BuildRequires: rubygems-devel BuildRequires: ruby >= 2.5 # BuildRequires: rubygem(google-style) >= 1.25.1 # BuildRequires: rubygem(google-style) < 1.26 # BuildRequires: rubygem(minitest) >= 5.14 # BuildRequires: rubygem(minitest) < 6 # BuildRequires: rubygem(minitest-focus) >= 1.1 # BuildRequires: rubygem(minitest-focus) < 2 # BuildRequires: rubygem(minitest-rg) >= 5.2 # BuildRequires: rubygem(minitest-rg) < 6 # BuildRequires: rubygem(redcarpet) >= 3.0 # BuildRequires: rubygem(redcarpet) < 4 # BuildRequires: rubygem(simplecov) >= 0.18 # BuildRequires: rubygem(simplecov) < 1 # BuildRequires: rubygem(yard) >= 0.9 # BuildRequires: rubygem(yard) < 1 BuildArch: noarch %description AutoML makes the power of machine learning available to you even if you have limited knowledge of machine learning. You can use AutoML to build on Google's machine learning capabilities to create your own custom machine learning models that are tailored to your business needs, and then integrate those models into your applications and web sites. Note that google-cloud-automl-v1beta1 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-automl instead. See the readme for more details. %package doc Summary: Documentation for %{name} Requires: %{name} = %{version}-%{release} BuildArch: noarch %description doc Documentation for %{name}. %prep %setup -q -n %{gem_name}-%{version} %build # Create the gem as gem install only works on a gem file gem build ../%{gem_name}-%{version}.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 mkdir -p %{buildroot}%{gem_dir} cp -a .%{gem_dir}/* \ %{buildroot}%{gem_dir}/ %check pushd .%{gem_instdir} # ruby -e 'Dir.glob "./test/**/*_test.rb", &method(:require)' popd %files %dir %{gem_instdir} %exclude %{gem_instdir}/.yardopts %{gem_instdir}/AUTHENTICATION.md %license %{gem_instdir}/LICENSE.md %{gem_libdir} %exclude %{gem_cache} %{gem_spec} %files doc %doc %{gem_docdir} %doc %{gem_instdir}/README.md %doc %{gem_instdir}/proto_docs %changelog * Mon Sep 13 2021 mockbuilder - 0.5.3-1 - Initial package