## START: Set by rpmautospec ## (rpmautospec version 0.3.5) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 2; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # Generated by go2rpm 1.9.0 %bcond_with check %bcond_with bootstrap %global debug_package %{nil} # https://github.com/open-telemetry/opentelemetry-go-contrib %global goipath go.opentelemetry.io/contrib %global forgeurl https://github.com/open-telemetry/opentelemetry-go-contrib Version: 1.15.0 %gometa %global common_description %{expand: Collection of extensions for OpenTelemetry-Go.} %global golicenses LICENSE %global godocs CONTRIBUTING.md README.md CHANGELOG.md RELEASING.md\\\ example samplers/jaegerremote/README.md\\\ propagators/aws/xray/README.MD examples\\\ propagators/opencensus/README.md instrgen/README.md\\\ instrumentation/README.md example example example\\\ example example example example\\\ instrumentation/github.com/aws/aws-lambda-\\\ go/otellambda/README.md\\\ instrumentation/github.com/aws/aws-lambda-\\\ go/otellambda/xrayconfig/README.md example example\\\ example example example example example example\\\ example example detectors/gcp/README.md\\\ detectors/aws/README.md\\\ detectors/aws/lambda/README.md Name: %{goname} Release: %autorelease Summary: Collection of extensions for OpenTelemetry-Go License: Apache-2.0 URL: %{gourl} Source: %{gosource} %description %{common_description} %gopkg %prep %goprep rm -rfv instrumentation/github.com/astaxie/beego/ # examples are not packaged rm -rvf propagators/opencensus/examples # drop until github.com/GoogleCloudPlatform/opentelemetry-operations-go is packaged rm -rvf detectors/gcp %if %{without bootstrap} %generate_buildrequires %go_generate_buildrequires %endif %install %gopkginstall %if %{without bootstrap} %if %{with check} %check %gocheck -t instrumentation %endif %endif %gopkgfiles %changelog * Sun Jun 04 2023 Sérgio M. Basto - 1.15.0-2 - Uncommitted changes * Fri Apr 28 2023 Sérgio M. Basto - 1.15.0-1 - Update to 1.15.0 and bootstrap * Thu Jan 19 2023 Fedora Release Engineering - 1.10.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sun Oct 09 2022 Robert-André Mauchin - 1.10.0-3 - Remove astaxie/beego * Sun Oct 09 2022 Robert-André Mauchin - 1.10.0-2 - Unbootstrap * Sun Sep 25 2022 Robert-André Mauchin - 1.10.0-1 - Update to 1.10.0 * Sun Jan 30 2022 Robert-André Mauchin 1.3.0-2 - Uncommitted changes * Sun Jan 30 2022 Robert-André Mauchin 1.3.0-1 - Initial release