# Generated by go2rpm %bcond_without check # https://gitlab.com/cznic/sortutil %global goipath modernc.org/sortutil %global forgeurl https://gitlab.com/cznic/sortutil Version: 1.0.0 %global commit d88cd80914b344e4abf5bd4c59de6ac23def1160 %global distprefix %{nil} %gometa %global common_description %{expand: Utilities supplemental to the Go standard "sort" package.} %global golicenses LICENSE %global godocs AUTHORS CONTRIBUTORS README Name: %{goname} Release: 1%{?dist} Summary: Utilities supplemental to the Go standard "sort" package # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} %if %{with check} # Tests BuildRequires: golang(modernc.org/mathutil) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sun May 12 17:35:48 CEST 2019 Robert-André Mauchin - 1.0.0-1 - Initial package