# Generated by go2rpm %bcond_without check # https://github.com/influxdata/roaring %global goipath github.com/influxdata/roaring Version: 0.4.12 %gometa %global common_description %{expand: This is a Go version of the Roaring bitmap data structure.} %global golicenses LICENSE LICENSE-2.0.txt %global godocs AUTHORS README.md CONTRIBUTORS Name: %{goname} Release: 1%{?dist} Summary: Roaring bitmaps in Go # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/glycerine/go-unsnap-stream) BuildRequires: golang(github.com/tinylib/msgp/msgp) %if %{with check} # Tests BuildRequires: golang(github.com/smartystreets/goconvey/convey) BuildRequires: golang(github.com/stretchr/testify/assert) BuildRequires: golang(github.com/willf/bitset) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sun Apr 28 23:05:20 CEST 2019 Robert-André Mauchin - 0.4.12-1 - Initial package