# Generated by go2rpm 1.9.0 %bcond_without check %global debug_package %{nil} # https://github.com/lukechampine/uint128 %global goipath lukechampine.com/blake3 %global forgeurl https://github.com/lukechampine/blake3 Version: 1.4.0 %gometa -f %global common_description %{expand: Uint128 for Go.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: %autorelease Summary: An AVX-512 accelerated implementation of the BLAKE3 cryptographic hash function License: MIT URL: %{gourl} Source: https://github.com/lukechampine/blake3/archive/refs/tags/v%{version}.tar.gz#/blake3-%{version}.tar.gz %description %{common_description} %gopkg %prep %goprep %autopatch -p1 %generate_buildrequires %go_generate_buildrequires %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog %autochangelog