# Generated by go2rpm 1.3 %bcond_without check # https://github.com/willf/bloom %global goipath github.com/willf/bloom Version: 2.0.3 %gometa %global common_description %{expand: Go package implementing Bloom filters.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Go package implementing Bloom filters # Upstream license specification: BSD-2-Clause License: BSD URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/spaolacci/murmur3) BuildRequires: golang(github.com/willf/bitset) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sun Jan 24 21:54:28 PST 2021 Davide Cavalca - 2.0.3-1 - Initial package