# Generated by go2rpm %bcond_without check # https://github.com/container-storage-interface/spec %global goipath github.com/container-storage-interface/spec Version: 1.1.0 %gometa %global common_description %{expand: This project contains the Container Storage Interface (CSI) specification and protobuf files.} %global golicenses LICENSE %global godocs CONTRIBUTING.md README.md spec.md Name: %{goname} Release: 1%{?dist} Summary: Container Storage Interface (CSI) Specification # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/golang/protobuf/proto) BuildRequires: golang(github.com/golang/protobuf/protoc-gen-go/descriptor) BuildRequires: golang(github.com/golang/protobuf/ptypes/timestamp) BuildRequires: golang(github.com/golang/protobuf/ptypes/wrappers) BuildRequires: golang(golang.org/x/net/context) BuildRequires: golang(google.golang.org/grpc) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Fri May 10 22:06:14 CEST 2019 Robert-André Mauchin - 1.1.0-1 - Initial package