# Generated by go2rpm # use of internal package not allowed because not common root %bcond_with check # https://gitlab.com/cznic/db %global goipath modernc.org/db %global forgeurl https://gitlab.com/cznic/db Version: 1.0.0 %global commit 332b7b29553fd23733f8fa6e9aaf4db6d9d2c5f8 %global distprefix %{nil} %gometa %global common_description %{expand: Package DB implements some data structures found in database implementations.} %global golicenses LICENSE LICENSE-B %global godocs AUTHORS CONTRIBUTORS README.md Name: %{goname} Release: 1%{?dist} Summary: Data structures found in database implementations # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} BuildRequires: golang(modernc.org/internal/buffer) BuildRequires: golang(modernc.org/mathutil) %if %{with check} # Tests BuildRequires: golang(modernc.org/file) 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 16:05:50 CEST 2019 Robert-André Mauchin - 1.0.0-1 - Initial package