5ffbd15
# Generated by go2rpm 1
5ffbd15
%bcond_without check
5ffbd15
5ffbd15
# https://github.com/creack/goselect
5ffbd15
%global goipath         github.com/creack/goselect
d399b84
Version:                0.1.2
5ffbd15
5ffbd15
%gometa
5ffbd15
5ffbd15
%global common_description %{expand:
5ffbd15
Select(2) implementation in Go.}
5ffbd15
5ffbd15
%global golicenses      LICENSE
5ffbd15
%global godocs          example README.md
5ffbd15
5ffbd15
Name:           %{goname}
226f67b
Release:        3%{?dist}
5ffbd15
Summary:        Select(2) implementation in Go
5ffbd15
5ffbd15
License:        MIT
5ffbd15
URL:            %{gourl}
5ffbd15
Source0:        %{gosource}
5ffbd15
5ffbd15
%description
5ffbd15
%{common_description}
5ffbd15
5ffbd15
%gopkg
5ffbd15
5ffbd15
%prep
5ffbd15
%goprep
5ffbd15
5ffbd15
%install
5ffbd15
%gopkginstall
5ffbd15
5ffbd15
%if %{with check}
5ffbd15
%check
5ffbd15
%gocheck
5ffbd15
%endif
5ffbd15
5ffbd15
%gopkgfiles
5ffbd15
5ffbd15
%changelog
d399b84
* Wed Feb 24 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.1.2-3
d399b84
- Update to latest version (#1930335)
d399b84
226f67b
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-3
226f67b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
226f67b
6a3fcc2
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-2
6a3fcc2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
6a3fcc2
5ffbd15
* Mon Nov 25 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.1.1-1
5ffbd15
- Update to latest version
5ffbd15
5ffbd15
* Fri Oct 18 06:42:59 EDT 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.1.0-1
5ffbd15
- Initial package