# Generated by go2rpm %bcond_without check # https://github.com/opencontainers/image-spec %global goipath github.com/opencontainers/image-spec Version: 1.0.1 %global commit da296dcb1e473a9b4e2d148941d7faa9ac8fea3f %gometa %global common_description %{expand: The OCI Image Format project creates and maintains the software shipping container image format spec (OCI Image Format).} %global golicenses LICENSE %global godocs GOVERNANCE.md HACKING.md README.md RELEASES.md\\\ annotations.md config.md considerations.md\\\ conversion.md descriptor.md image-index.md image-\\\ layout.md implementations.md layer.md manifest.md\\\ media-types.md project.md spec.md Name: %{goname} Release: 1%{?dist} Summary: OCI Image Format Specification # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/opencontainers/go-digest) BuildRequires: golang(github.com/pkg/errors) BuildRequires: golang(github.com/xeipuuv/gojsonreference) BuildRequires: golang(github.com/xeipuuv/gojsonschema) BuildRequires: golang(go4.org/errorutil) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu May 02 00:08:44 CEST 2019 Robert-André Mauchin - 1.0.1-1.20190502gitda296dc - Initial package