# Generated by go2rpm # FIXME: ./grok_test.go:172:3: Fatal call has possible formatting directive %s %bcond_with check # https://github.com/vjeantet/grok %global goipath github.com/vjeantet/grok Version: 1.0.0 %gometa %global common_description %{expand: Simple library to use/parse grok patterns with go (100%).} %global golicenses LICENSE %global godocs example README.md Name: %{goname} Release: 1%{?dist} Summary: Simple library to use/parse grok patterns with go (100%) # 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 Feb 05 2020 Xavier Bachelot - 1.0.0-1 - Initial package