# Generated by go2rpm 1.3 %bcond_without check # https://github.com/prometheus/exporter-toolkit %global goipath github.com/prometheus/exporter-toolkit Version: 0.5.1 %gometa %global common_description %{expand: Utility package to build exporters.} %global golicenses LICENSE %global godocs docs CODE_OF_CONDUCT.md CONTRIBUTING.md README.md\\\ CHANGELOG.md SECURITY.md Name: %{goname} Release: 1%{?dist} Summary: Utility package to build exporters # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/go-kit/kit/log) BuildRequires: golang(github.com/go-kit/kit/log/level) BuildRequires: golang(github.com/pkg/errors) BuildRequires: golang(github.com/prometheus/common/config) BuildRequires: golang(golang.org/x/crypto/bcrypt) BuildRequires: golang(gopkg.in/alecthomas/kingpin.v2) BuildRequires: golang(gopkg.in/yaml.v2) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Jan 21 20:03:22 CET 2021 Robert-André Mauchin - 0.5.1-1 - Initial package