# Generated by go2rpm 1.6.0 %bcond_without check # https://github.com/aead/siphash %global goipath github.com/aead/siphash Version: 1.0.1 %gometa %global common_description %{expand: Go implementation of SipHash-64/128.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Go implementation of SipHash-64/128 License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sun Jun 26 2022 Maxwell G - 1.0.1-1 - Initial package