# Generated by go2rpm %bcond_without check # https://github.com/go-tomb/tomb %global goipath gopkg.in/tomb.v2 %global forgeurl https://github.com/go-tomb/tomb %global commit d5d1b5820637886def9eef33e03a27a9f166942c %gometa %global goaltipaths gopkg.in/v2/tomb github.com/go-tomb/tomb %global common_description %{expand: The Tomb package handles clean goroutine tracking and termination.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 2 Release: 1%{?dist} Summary: Clean goroutine termination in the Go language # 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 Apr 23 23:28:14 CEST 2019 Robert-André Mauchin - 2-1 - Initial package