# Generated by go2rpm 1.3 %bcond_without check # https://github.com/bits-and-blooms/bitset %global goipath github.com/bits-and-blooms/bitset Version: 1.2.0 %gometa %global common_description %{expand: Go package implementing bitsets.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Go package implementing bitsets # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue Jun 08 14:02:41 PDT 2021 Davide Cavalca - 1.2.0-1 - Initial package