# Generated by go2rpm %bcond_without check # https://github.com/opencontainers/go-digest %global goipath github.com/opencontainers/go-digest Version: 1.0.0 %global tag v1.0.0-rc1 %gometa %global common_description %{expand: Package Digest provides a generalized type to opaquely represent message digests and their operations within the registry. The Digest type is designed to serve as a flexible identifier in a content-addressable system. More importantly, it provides tools and wrappers to work with hash.Hash-based digests with little effort.} %global golicenses LICENSE.docs LICENSE.code %global godocs CONTRIBUTING.md README.md Name: %{goname} Release: 1.rc1%{?dist} Summary: Common digest package used across the container ecosystem # Upstream license specification: Apache-2.0 and CC-BY-SA-4.0 License: ASL 2.0 and CC-BY-SA URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Wed May 01 16:46:59 CEST 2019 Robert-André Mauchin - 1.0.0-1.rc1 - Initial package