# Generated by go2rpm 1 %bcond_without check # https://github.com/cayleygraph/quad %global goipath github.com/cayleygraph/quad Version: 1.2.4 %gometa %global common_description %{expand: Quad/Triple formats support for Go.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Quad/Triple formats support License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/gogo/protobuf/gogoproto) BuildRequires: golang(github.com/gogo/protobuf/proto) BuildRequires: golang(github.com/piprate/json-gold/ld) %if %{with check} # Tests BuildRequires: golang(github.com/stretchr/testify/require) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue Apr 07 2020 Fabian Affolter - 1.2.4-1 - Initial package