# Generated by go2rpm %bcond_without check # https://github.com/oxtoacart/bpool %global goipath github.com/oxtoacart/bpool %global commit 8c4636f812cc8920c26e2002b988c878b1fd6f5e %gometa %global common_description %{expand: Package bpool implements leaky pools of byte arrays and Buffers as bounded channels.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Buffer/Byte pool for Go # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue May 07 17:56:55 CEST 2019 Robert-André Mauchin - 0-0.1.20190507git8c4636f - Initial package