# Generated by go2rpm %bcond_without check # https://gitlab.com/cznic/b %global goipath modernc.org/b %global forgeurl https://gitlab.com/cznic/b Version: 1.0.0 %global commit cf5e48407071da84402d025deaa242eb875b66f9 %global distprefix %{nil} %gometa %global common_description %{expand: Package b implements a B+tree.} %global golicenses LICENSE %global godocs example README.md AUTHORS CONTRIBUTORS Name: %{goname} Release: 1%{?dist} Summary: B+tree in Go # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} %if %{with check} # Tests BuildRequires: golang(modernc.org/fileutil) BuildRequires: golang(modernc.org/mathutil) BuildRequires: golang(modernc.org/strutil) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sun May 12 15:17:54 CEST 2019 Robert-André Mauchin - 1.0.0-1 - Initial package