# Generated by go2rpm %bcond_without check # https://gitlab.com/cznic/lex %global goipath modernc.org/lex %global forgeurl https://gitlab.com/cznic/lex Version: 1.0.0 %global commit f8b366816d03faef24ecc25514f889f826eb24a8 %global distprefix %{nil} %gometa %global common_description %{expand: Support for a *nix (f)lex like tool on .l sources.} %global golicenses LICENSE %global godocs AUTHORS CONTRIBUTORS README Name: %{goname} Release: 1%{?dist} Summary: Support for a *nix (f)lex like tool on .l sources # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} BuildRequires: golang(modernc.org/lexer) BuildRequires: golang(modernc.org/fileutil) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sun May 12 17:06:47 CEST 2019 Robert-André Mauchin - 1.0.0-1 - Initial package