# Generated by go2rpm %bcond_without check # https://github.com/go-stack/stack %global goipath github.com/go-stack/stack Version: 1.8.0 %gometa %global common_description %{expand: Package Stack implements utilities to capture, manipulate, and format call stacks. It provides a simpler API than package runtime. The implementation takes care of the minutia and special cases of interpreting the program counter (pc) values returned by runtime.Callers.} %global golicenses LICENSE.md %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Capture, manipulate, and format call stacks License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon Apr 29 17:09:13 CEST 2019 Robert-André Mauchin - 1.8.0-2 - Update to new macros * Mon Mar 18 2019 Nathan Scott - 1.8.0-1 - First package for Fedora