# Generated by go2rpm %bcond_without check # https://github.com/andy-kimball/arenaskl %global goipath github.com/andy-kimball/arenaskl %global commit 6bf06cf57626e536063e9398a57dfe1417ed0799 %gometa %global common_description %{expand: Fast, lock-free, arena-based Skiplist implementation in Go that supports iteration in both directions.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Fast, lock-free, arena-based Skiplist implementation in Go # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} %if %{with check} # Tests BuildRequires: golang(github.com/stretchr/testify/require) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Wed May 15 18:20:12 CEST 2019 Robert-André Mauchin - 0-0.1.20190515git6bf06cf - Initial package