# Generated by go2rpm %bcond_without check # https://github.com/kubernetes/component-base %global goipath k8s.io/component-base %global forgeurl https://github.com/kubernetes/component-base Version: 1.14.2 %global tag kubernetes-1.14.2-beta.0 %global distprefix %{nil} %gometa %global common_description %{expand: Shared code for Kubernetes core components.} %global golicenses LICENSE %global godocs CONTRIBUTING.md code-of-conduct.md README.md Name: %{goname} Release: 1.beta.0%{?dist} Summary: Shared code for Kubernetes core components # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/spf13/pflag) BuildRequires: golang(k8s.io/apimachinery/pkg/apis/meta/v1) BuildRequires: golang(k8s.io/apimachinery/pkg/conversion) BuildRequires: golang(k8s.io/apimachinery/pkg/runtime) BuildRequires: golang(k8s.io/apimachinery/pkg/util/sets) BuildRequires: golang(k8s.io/apimachinery/pkg/util/validation/field) BuildRequires: golang(k8s.io/apimachinery/pkg/util/wait) BuildRequires: golang(k8s.io/klog) BuildRequires: golang(k8s.io/utils/pointer) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck -d cli/flag -d cli/globalflag %endif %gopkgfiles %changelog * Mon May 13 14:53:36 CEST 2019 Robert-André Mauchin - kubernetes-1.14.2-1.beta.0 - Initial package