# Generated by go2rpm 1 %bcond_without check # https://github.com/graph-gophers/graphql-go %global goipath github.com/graph-gophers/graphql-go %global commit c1d9693c95a652356f724716e4a1bc97f1100c15 %gometa %global common_description %{expand: GraphQL server with a focus on ease of use.} %global golicenses LICENSE %global godocs docs CONTRIBUTING.md README.md %global gosupfiles "${example[@]}" Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: GraphQL server with a focus on ease of use # Upstream license specification: BSD-2-Clause and BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/opentracing/opentracing-go) BuildRequires: golang(github.com/opentracing/opentracing-go/ext) BuildRequires: golang(github.com/opentracing/opentracing-go/log) %description %{common_description} %gopkg %prep %goprep %install mapfile -t example <<< $(find example -type f) %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sun Aug 09 16:19:50 CEST 2020 Robert-André Mauchin - 0-0.1.20200809gitc1d9693 - Initial package