# Generated by go2rpm 1 %bcond_without check # https://github.com/cucumber/gherkin-go %global goipath github.com/cucumber/gherkin-go Version: 14.0.1 %gometa %global goaltipaths github.com/cucumber/gherkin-go/v14 %global common_description %{expand: Gherkin parser/compiler for Go.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Gherkin parser/compiler for Go License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/cucumber/messages-go/v12) BuildRequires: golang(github.com/cucumber/messages-go/v12/io) BuildRequires: golang(github.com/gogo/protobuf/io) %if %{with check} # Tests BuildRequires: golang(github.com/stretchr/testify/assert) BuildRequires: golang(github.com/stretchr/testify/require) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sat Jul 25 19:59:24 CEST 2020 Robert-André Mauchin - 14.0.1-1 - Initial package