## START: Set by rpmautospec ## (rpmautospec version 0.2.5) %define autorelease(e:s:pb:) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{?dist} ## END: Set by rpmautospec # Generated by go2rpm 1.6.0 %bcond_without check # https://github.com/minio/blake2b-simd %global goipath github.com/minio/blake2b-simd %global commit 3f5f724cb5b182a5c278d6d3d55b40e7f8c2efb4 %gometa %global common_description %{expand: Fast hashing using pure Go implementation of BLAKE2b with SIMD instructions.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: %autorelease -p Summary: Fast hashing using pure Go implementation of BLAKE2b with SIMD instructions # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue Feb 08 2022 Robert-André Mauchin 0-0.1 - Initial release