# Generated by go2rpm 1.3 %bcond_without check # https://github.com/xaionaro-go/atomicmap %global goipath github.com/xaionaro-go/atomicmap %global commit 96a7f1f95a7093253c3ca2a9dad34e56b63ea6a2 %gometa %global common_description %{expand: A high performance thread-safe implementation of hash map for Golang (accent on high throughput, not at latency).} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: High performance thread-safe implementation of hash map for Go # Upstream license specification: CC0-1.0 License: CC0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/cornelk/hashmap) BuildRequires: golang(github.com/OneOfOne/xxhash) BuildRequires: golang(github.com/xaionaro-go/spinlock) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sun Jun 20 2021 Davide Cavalca - 0-0.1.20210620git96a7f1f - Bump to 96a7f1f95a7093253c3ca2a9dad34e56b63ea6a2 - Drop ExcludeArch for i686 and armv7hl as all tests are now passing * Fri Jun 18 2021 Davide Cavalca - 0-0.1.20210618git024139d - Initial package