Blob Blame History Raw
# 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:        4%{?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
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

* Mon Apr 29 17:09:13 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.8.0-2
- Update to new macros

* Mon Mar 18 2019 Nathan Scott <nathans@redhat.com> - 1.8.0-1
- First package for Fedora