# Generated by go2rpm %bcond_without check # https://github.com/google/shlex %global goipath github.com/google/shlex %global commit c34317bd91bf98fab745d77b03933cf8769299fe %gometa %global common_description %{expand: Go-shlex is a simple lexer for Go that supports shell-style quoting, commenting, and escaping.} %global golicenses COPYING %global godocs README Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Simple lexer for Go # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Wed May 08 20:13:08 CEST 2019 Robert-André Mauchin - 0-0.1.20190508gitc34317b - Initial package