# Generated by go2rpm %bcond_without check # https://github.com/go-errgo/errgo %global goipath gopkg.in/errgo.v2 %global forgeurl https://github.com/go-errgo/errgo Version: 2.1.0 %gometa %global common_description %{expand: The Errgo package provides a way to create and diagnose errors. It is compatible with the usual Go error idioms but adds a way to wrap errors so that they record source location information while retaining a consistent way for code to inspect errors to find out particular problems.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Dependable Go errors with tracebacks # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue May 07 15:50:31 CEST 2019 Robert-André Mauchin - 2.1.0-1 - Initial package