# Generated by go2rpm %bcond_without check # https://github.com/RoaringBitmap/roaring %global goipath github.com/RoaringBitmap/roaring Version: 0.4.17 %gometa %global common_description %{expand: This is a go version of the Roaring bitmap data structure. Roaring bitmaps are used by several major systems such as Apache Lucene and derivative systems such as Solr and Elasticsearch, Metamarkets' Druid, LinkedIn Pinot, Netflix Atlas, Apache Spark, OpenSearchServer, Cloud Torrent, Whoosh, Pilosa, Microsoft Visual Studio Team Services (VSTS), and eBay's Apache Kylin.} %global golicenses LICENSE LICENSE-2.0.txt %global godocs AUTHORS CONTRIBUTORS README.md Name: %{goname} Release: 2%{?dist} Summary: Go version of the Roaring bitmap data structure # 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 * Tue May 14 19:38:06 CEST 2019 Robert-André Mauchin - 0.4.17-2 - Update to new macros * Sun Mar 17 2019 Robert-André Mauchin - 0.4.17-1 - Release 0.4.17 (#1689418) * Sun Mar 03 2019 Robert-André Mauchin - 0.4.16-1 - First package for Fedora