# Generated by go2rpm 1.3 %bcond_without check # https://github.com/aead/siphash %global goipath github.com/aead/siphash Version: 1.0.1 %gometa %global common_description %{expand: SipHash is a family of pseudo-random functions (a.k.a. keyed hash functions) optimized for speed on short messages. SipHash computes a 64-bit or 128 bit message authentication code from a variable-length message and 128-bit secret key. This implementation uses the recommended parameters c=2 and d=4.} %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 * Fri Feb 05 00:57:12 CET 2021 Yury Kashcheyeu - 1.0.1-1 - Initial package