Blame golang-github-opencontainers-digest.spec

49b8890
# Generated by go2rpm
49b8890
%bcond_without check
49b8890
49b8890
# https://github.com/opencontainers/go-digest
49b8890
%global goipath         github.com/opencontainers/go-digest
49b8890
Version:                1.0.0
49b8890
49b8890
%gometa
49b8890
49b8890
%global common_description %{expand:
49b8890
Package Digest provides a generalized type to opaquely represent message digests
49b8890
and their operations within the registry. The Digest type is designed to serve
49b8890
as a flexible identifier in a content-addressable system. More importantly, it
49b8890
provides tools and wrappers to work with hash.Hash-based digests with little
49b8890
effort.}
49b8890
49b8890
%global golicenses      LICENSE.docs LICENSE.code
49b8890
%global godocs          CONTRIBUTING.md README.md
49b8890
49b8890
Name:           %{goname}
ebd3a72
Release:        2%{?dist}
49b8890
Summary:        Common digest package used across the container ecosystem
49b8890
49b8890
# Upstream license specification: Apache-2.0 and CC-BY-SA-4.0
49b8890
License:        ASL 2.0 and CC-BY-SA
49b8890
URL:            %{gourl}
49b8890
Source0:        %{gosource}
49b8890
49b8890
%description
49b8890
%{common_description}
49b8890
49b8890
%gopkg
49b8890
49b8890
%prep
49b8890
%goprep
49b8890
49b8890
%install
49b8890
%gopkginstall
49b8890
49b8890
%if %{with check}
49b8890
%check
49b8890
%gocheck
49b8890
%endif
49b8890
49b8890
%gopkgfiles
49b8890
49b8890
%changelog
ebd3a72
* Fri Aug 21 20:48:41 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 1.0.0-2
ebd3a72
- Update to 1.0.0
ebd3a72
9667ea8
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-1.rc1.3
9667ea8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
9667ea8
83fe5bd
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-1.rc1.2
83fe5bd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
83fe5bd
beffd5b
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-1.rc1.1
beffd5b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
beffd5b
49b8890
* Wed May 01 16:46:59 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.0.0-1.rc1
49b8890
- Initial package