# Generated by go2rpm 1 %bcond_without check # https://github.com/seiflotfy/cuckoofilter %global goipath github.com/seiflotfy/cuckoofilter %global commit 56093a4d3841a3388ffe1bb5d6c50376392c96fa %gometa %global common_description %{expand: Cuckoo Filter: Practically Better Than Bloom.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Cuckoo Filter: Practically Better Than Bloom License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/dgryski/go-metro) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue Jul 07 20:47:11 CST 2020 Qiyu Yan - 0-0.1.20200707git56093a4 - Initial package