# Generated by go2rpm # Tess are broken: https://github.com/backtrace-labs/go-bcd/issues/8 %bcond_with check # https://github.com/backtrace-labs/go-bcd %global goipath github.com/backtrace-labs/go-bcd %global commit 5d8e01b2f0438922289238fd3ba043761daf1102 %gometa %global common_description %{expand: Package Bcd provides integration with out of process tracers. Using the provided Tracer interface, applications may invoke tracer execution on demand. Panic and signal handling integrations are provided. The Tracer interface is generic and will support any out of process tracer implementing it. A default Tracer implementation, which uses the Backtrace I/O platform, is provided.} %global golicenses LICENSE %global godocs examples README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Backtrace Crash Delivery for Go License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(golang.org/x/sys/unix) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Wed May 15 18:53:25 CEST 2019 Robert-André Mauchin - 0-0.1.20190515git5d8e01b - Initial package