# Generated by go2rpm 1.8.2 %bcond_without check %bcond_without bootstrap %global debug_package %{nil} # https://github.com/kubernetes/klog %global goipath k8s.io/klog %global forgeurl https://github.com/kubernetes/klog Version: 2.80.1 %gometa %global goaltipaths k8s.io/klog/v2 %global common_description %{expand: This is an efficient pure Go implementation of leveled logs in the manner of the open source C++ package} %global golicenses LICENSE %global godocs examples CONTRIBUTING.md README.md RELEASE.md\\\ SECURITY.md code-of-conduct.md Name: %{goname} Release: %autorelease Summary: Leveled execution logs for Go 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