# Generated by go2rpm %bcond_without check # https://github.com/kubernetes/utils %global goipath k8s.io/utils %global forgeurl https://github.com/kubernetes/utils %global commit 8fab8cb257d50c8cf94ec9771e74826edbb68fb5 %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: 0.1%{?dist} Summary: Non-Kubernetes-specific utility libraries consumed by multiple projects # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/davecgh/go-spew/spew) BuildRequires: golang(k8s.io/klog) %if %{with check} # Tests BuildRequires: golang(github.com/spf13/afero) BuildRequires: golang(github.com/stretchr/testify/assert) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon May 13 01:32:20 CEST 2019 Robert-André Mauchin - 0-0.1.20190513git8fab8cb - Initial package