# Generated by go2rpm %bcond_without check # https://github.com/djherbis/buffer %global goipath github.com/djherbis/buffer Version: 1.1.0 %gometa %global common_description %{expand: Package Buffer implements a series of Buffers which can be composed to implement complicated buffering strategies} %global golicenses LICENSE.txt %global godocs README.md Name: %{goname} Release: 2%{?dist} Summary: Composable Buffers for Go License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon Jul 27 2020 Fedora Release Engineering - 1.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Sat Jul 25 21:57:24 CEST 2020 Robert-André Mauchin - 1.1.0-1 - Update to 1.1.0 * Wed Jan 29 2020 Fedora Release Engineering - 1.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering - 1.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Wed May 15 00:27:23 CEST 2019 Robert-André Mauchin - 1.0.0-1 - Initial package