# Generated by go2rpm %bcond_without check # https://github.com/benesch/cgosymbolizer %global goipath github.com/benesch/cgosymbolizer %global commit 70e1ee2b39d3b616a6ab9996820dde224c27f351 %gometa %global common_description %{expand: Package cgosymbolizer teaches the Go runtime to include cgo frames in backtraces.} %global godocs example README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Include cgo frames in backtraces # https://github.com/benesch/cgosymbolizer/issues/1 License: BSD URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/ianlancetaylor/cgosymbolizer) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Wed May 15 18:58:01 CEST 2019 Robert-André Mauchin - 0-0.1.20190515git70e1ee2 - Initial package