# Generated by go2rpm 1.3 %bcond_without check # https://github.com/dchest/blake2b %global goipath github.com/dchest/blake2b Version: 1.0.0 %gometa %global common_description %{expand: Go implementation of BLAKE2b collision-resistant cryptographic hash function created by Jean-Philippe Aumasson, Samuel Neves, Zooko Wilcox-O'Hearn, and Christian Winnerlein.} %global godocs README Name: %{goname} Release: 1%{?dist} Summary: Go implementation of BLAKE2 (b) cryptographic hash function License: CC0 URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Fri Feb 05 00:58:59 CET 2021 Yury Kashcheyeu - 1.0.0-1 - Initial package