# Generated by go2rpm %bcond_without check # https://github.com/golangplus/bytes %global goipath github.com/golangplus/bytes %global commit 45c989fe545070ef7c9003cf1998bb195c61731a %gometa %global common_description %{expand: Plus to the standard "bytes" package.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Plus to the standard "bytes" package # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} %if %{with check} # Tests BuildRequires: golang(github.com/golangplus/testing/assert) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Fri May 10 22:23:44 CEST 2019 Robert-André Mauchin - 0-0.1.20190510git45c989f - Initial package