# Generated by go2rpm %bcond_without check # https://github.com/microsoft/ApplicationInsights-Go %global goipath github.com/microsoft/ApplicationInsights-Go Version: 0.4.2 %global commit d813d7725313000ad1b71627b8951323635f0572 %gometa %global goaltipaths github.com/Microsoft/ApplicationInsights-Go %global common_description %{expand: Microsoft Application Insights SDK for Go.} %global golicenses LICENSE %global godocs CONTRIBUTING.md CODE_OF_CONDUCT.md README.md Name: %{goname} Release: 1%{?dist} Summary: Microsoft Application Insights SDK for Go License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(code.cloudfoundry.org/clock) BuildRequires: golang(github.com/satori/go.uuid) %if %{with check} # Tests BuildRequires: golang(code.cloudfoundry.org/clock/fakeclock) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Wed Feb 05 2020 Xavier Bachelot - 0.4.2-1.20200205gitd813d77 - Initial package