# Generated by go2rpm # use of internal package not allowed because not common root %bcond_with check # https://gitlab.com/cznic/ql %global goipath modernc.org/ql %global forgeurl https://gitlab.com/cznic/ql Version: 1.0.0 %global commit dcc29145ec49b99634bacbcdd6637bc0b30483c2 %global distprefix %{nil} %gometa %global goaltipaths github.com/cznic/ql %global common_description %{expand: Package Ql is a pure Go embedded SQL database.} %global golicenses LICENSE %global godocs AUTHORS README.md CONTRIBUTORS Name: %{goname} Release: 1%{?dist} Summary: Pure Go embedded SQL database # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} BuildRequires: golang(modernc.org/b) BuildRequires: golang(modernc.org/db) BuildRequires: golang(modernc.org/file) BuildRequires: golang(modernc.org/golex/lex) BuildRequires: golang(modernc.org/internal/buffer) BuildRequires: golang(modernc.org/lldb) BuildRequires: golang(modernc.org/mathutil) BuildRequires: golang(modernc.org/strutil) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sun May 12 15:14:49 CEST 2019 Robert-André Mauchin - 1.0.0-1 - Initial package