%global goipath github.com/elliotchance/orderedmap Version: 1.4.0 %gometa %global common_description %{expand: A high performance ordered map that maintains amortized O(1) for Set, Get, Delete and Len.} %global golicenses LICENSE Name: %{goname} Release: 1%{?dist} Summary: An ordered map in Go with O(1) for Set, Get, Delete and Len License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/stretchr/testify/assert) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %check %gocheck %gopkgfiles %changelog * Tue Feb 22 2022 Julien Rische - 1.4.0-1 - Initial package release