# Generated by go2rpm 1.3 %bcond_without check # https://github.com/twmb/murmur3 %global goipath github.com/twmb/murmur3 Version: 1.1.5 %gometa %global common_description %{expand: Fast, fully fledged murmur3 in Go.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Fast, fully fledged murmur3 in Go License: BSD URL: %{gourl} Source0: %{gosource} %if %{with check} BuildRequires: gcc-c++ %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue Jul 06 2021 Davide Cavalca - 1.1.5-1 - Initial package