Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/kubernetes/api
%global goipath         k8s.io/api
%global forgeurl        https://github.com/kubernetes/api
Version:                1.15.0
%global tag             kubernetes-1.15.0
%global distprefix      %{nil}

%gometa

%global common_description %{expand:
Schema of the external API types that are served by the Kubernetes API server.}

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

Name:           %{goname}
Release:        1%{?dist}
Summary:        Canonical location of the Kubernetes API definition

# Upstream license specification: Apache-2.0
License:        ASL 2.0
URL:            %{gourl}
Source0:        %{gosource}

BuildRequires:  golang(github.com/gogo/protobuf/proto)
BuildRequires:  golang(github.com/gogo/protobuf/sortkeys)

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

%if %{with check}
%check
%gocheck
%endif

%gopkgfiles

%changelog
* Sat Jul 06 16:05:13 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.15.0-1
- Release 1.15.0

* Fri May 10 15:26:40 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.13.7-1.beta.0
- Initial package