Blame golang-github-djherbis-buffer.spec

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