# Generated by go2rpm 1.8.2
%bcond_without check
%bcond_without bootstrap

# https://github.com/kubernetes/utils
%global goipath         k8s.io/utils
%global forgeurl        https://github.com/kubernetes/utils
%global commit          8e77b1f39fe21fe100753dcaa2e33ce148858286

%gometa

%global common_description %{expand:
A set of Go libraries that provide low-level, kubernetes-independent packages
supplementing the Go standard libs.}

%global golicenses      LICENSE
%global godocs          CONTRIBUTING.md HOWTOMOVE.md README.md code-of-\\\
                        conduct.md

Name:           %{goname}
Version:        0
Release:        %autorelease -p
Summary:        Non-Kubernetes-specific utility libraries consumed by multiple projects

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