# Generated by go2rpm # use of internal package not allowed because not common root %bcond_with check # https://gitlab.com/cznic/lldb %global goipath modernc.org/lldb %global forgeurl https://gitlab.com/cznic/lldb Version: 1.0.0 %global commit d4ab1856f09f4e274b5fc9517fa3681b6e0c1af2 %global distprefix %{nil} %gometa %global common_description %{expand: Package Lldb implements a low level database engine.} %global golicenses LICENSE LICENSE-testdata %global godocs AUTHORS CONTRIBUTORS README.md Name: %{goname} Release: 1%{?dist} Summary: Low level database engine # Upstream license specification: LPL-1.02 and BSD-3-Clause # main library: BSD # testdata: LPL License: LPL and BSD URL: %{gourl} Source0: %{gosource} BuildRequires: golang(modernc.org/fileutil) BuildRequires: golang(modernc.org/internal/buffer) BuildRequires: golang(modernc.org/internal/file) BuildRequires: golang(modernc.org/mathutil) BuildRequires: golang(modernc.org/sortutil) BuildRequires: golang(modernc.org/zappy) %description %{common_description} %gopkg %prep %goprep mv testdata/LICENSE LICENSE-testdata %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sun May 12 17:32:20 CEST 2019 Robert-André Mauchin - 1.0.0-1 - Initial package