# Generated by go2rpm %bcond_without check # https://gitlab.com/cznic/strutil %global goipath modernc.org/strutil %global forgeurl https://gitlab.com/cznic/strutil Version: 1.0.0 %global commit 0ced29f8491c6b9941c30b09d7c63b78fc5b31bf %global distprefix %{nil} %gometa %global common_description %{expand: Package strutil collects utils supplemental to the standard strings package.} %global golicenses LICENSE %global godocs AUTHORS CONTRIBUTORS README Name: %{goname} Release: 1%{?dist} Summary: Utils supplemental to the standard strings 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 15:56:39 CEST 2019 Robert-André Mauchin - 1.0.0-1 - Initial package