# Generated by go2rpm 1.8.2 %bcond_without check %bcond_with bootstrap %global debug_package %{nil} # https://github.com/kubernetes/metrics %global goipath k8s.io/metrics %global forgeurl https://github.com/kubernetes/metrics Version: 1.26.0~rc.0 %global tag kubernetes-1.26.0-rc.0 %global distprefix %{nil} %gometa %global common_description %{expand: This package contains type definitions and client code for the metrics APIs that Kubernetes makes use of. Depending on the API, the actual implementations live elsewhere. Consumers of the metrics APIs can make use of this repository to access implementations of the APIs, while implementors should make use of this library when implementing their API servers.} %global golicenses LICENSE %global godocs README.md code-of-conduct.md CONTRIBUTING.md\\\ IMPLEMENTATIONS.md Name: %{goname} Release: %autorelease Summary: Kubernetes metrics-related API types and clients License: Apache-2.0 URL: %{gourl} Source: %{gosource} %description %{common_description} %gopkg %prep %goprep %if %{without bootstrap} %generate_buildrequires %go_generate_buildrequires %endif %install %gopkginstall %if %{without bootstrap} %if %{with check} %check %gocheck %endif %endif %gopkgfiles %changelog %autochangelog