# Generated from opentelemetry-exporters-datadog-0.2.0.gem by gem2rpm -*- rpm-spec -*- %global gem_name opentelemetry-exporters-datadog Name: rubygem-%{gem_name} Version: 0.2.0 Release: 1%{?dist} Summary: Datadog trace exporter for the OpenTelemetry framework License: Apache-2.0 URL: https://github.com/Datadog/dd-opentelemetry-exporter-ruby Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem BuildRequires: ruby(release) BuildRequires: rubygems-devel BuildRequires: ruby >= 2.5.0 # BuildRequires: rubygem(faraday) >= 0.13 # BuildRequires: rubygem(faraday) < 1 # BuildRequires: rubygem(minitest) >= 5.0 # BuildRequires: rubygem(minitest) < 6 # BuildRequires: rubygem(rubocop) >= 0.73.0 # BuildRequires: rubygem(rubocop) < 0.74 # BuildRequires: rubygem(simplecov) >= 0.17 # BuildRequires: rubygem(simplecov) < 1 # BuildRequires: rubygem(yard) >= 0.9 # BuildRequires: rubygem(yard) < 1 # BuildRequires: rubygem(yard-doctest) >= 0.1.6 # BuildRequires: rubygem(yard-doctest) < 0.2 BuildArch: noarch %description opentelemetry-exporters-datadog is Datadog’s trace exporter for the OpenTelemetry Ruby tracing library, which is used to trace requests across web servers, databases and microservices. The exporter formats and sends these traces to a Datadog Agent so that they can be ingested, stored, and analyzed with Datadog. %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 %license %{gem_instdir}/LICENSE %{gem_libdir} %exclude %{gem_cache} %{gem_spec} %files doc %doc %{gem_docdir} %doc %{gem_instdir}/CHANGELOG.md %doc %{gem_instdir}/CONTRIBUTING.md %doc %{gem_instdir}/README.md %changelog * Tue Sep 14 2021 mockbuilder - 0.2.0-1 - Initial package