Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/oxtoacart/bpool
%global goipath         github.com/oxtoacart/bpool
%global commit          03653db5a59cd88b481403d312d7c324b56af377

%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.5%{?dist}
Summary:        Buffer/Byte pool for Go

# Upstream license specification: Apache-2.0
License:        ASL 2.0
URL:            %{gourl}
Source0:        %{gosource}

%if %{with check}
# Tests
BuildRequires:  golang(github.com/stretchr/testify/assert)
%endif

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

%if %{with check}
%check
%gocheck
%endif

%gopkgfiles

%changelog
* Thu Jul 30 20:22:14 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.5.20200730git03653db
- Bump to commit 03653db5a59cd88b481403d312d7c324b56af377

* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

* Tue May 07 17:56:55 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20190628git8c4636f
- Initial package