# Generated by go2rpm 1.3 # Tests work fine locally but seem to randomly fail in koji %bcond_with check # https://github.com/cornelk/hashmap %global goipath github.com/cornelk/hashmap Version: 1.0.1 %gometa %global common_description %{expand: A Golang lock-free thread-safe HashMap optimized for fastest read access.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: A Golang lock-free thread-safe HashMap optimized for fastest read access # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/dchest/siphash) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon May 17 2021 Davide Cavalca - 1.0.1-1 - Initial package