Blob Blame History Raw
# 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:        3%{?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
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.12-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.12-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

* Sun Apr 28 23:05:20 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.4.12-1
- Initial package