# Generated from google-cloud-debugger-v2-0.3.3.gem by gem2rpm -*- rpm-spec -*- %global gem_name google-cloud-debugger-v2 Name: rubygem-%{gem_name} Version: 0.3.3 Release: 1%{?dist} Summary: API Client library for the Cloud Debugger V2 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 The Cloud Debugger API allows applications to interact with the Google Cloud Debugger backends. It provides two interfaces: the Debugger interface and the Controller interface. The Controller interface allows you to implement an agent that sends state data -- for example, the value of program variables and the call stack -- to Cloud Debugger when the application is running. The Debugger interface allows you to implement a Cloud Debugger client that allows users to set and delete the breakpoints at which the state data is collected, as well as read the data that is captured. Note that google-cloud-debugger-v2 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-debugger 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 Aug 23 2021 mockbuilder - 0.3.3-1 - Initial package