# Generated by go2rpm 1.8.2 %bcond_without check %global debug_package %{nil} # https://github.com/prometheus/client_golang %global goipath github.com/prometheus/client_golang Version: 1.14.0 %gometa %global common_description %{expand: This is the Go client library for Prometheus. It has two separate parts, one for instrumenting application code, and one for creating clients that talk to the Prometheus HTTP API.} %global golicenses LICENSE NOTICE %global godocs examples CHANGELOG.md CODE_OF_CONDUCT.md\\\ CONTRIBUTING.md MAINTAINERS.md README.md SECURITY.md\\\ README-prometheus.md Name: %{goname} Release: %autorelease Summary: Prometheus instrumentation library for Go applications License: Apache-2.0 URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %generate_buildrequires %go_generate_buildrequires %install %gopkginstall mv prometheus/README.md README-prometheus.md %if %{with check} %check %gocheck %endif %gopkgfiles %changelog %autochangelog