# Generated by go2rpm %bcond_without check # https://github.com/djherbis/nio %global goipath github.com/djherbis/nio Version: 2.0.3 %gometa %global common_description %{expand: Package Nio provides a few buffered io primitives.} %global golicenses LICENSE.txt %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Concurrent Buffered IO in Go License: MIT URL: %{gourl} Source0: %{gosource} %if %{with check} # Tests BuildRequires: golang(github.com/djherbis/buffer) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Wed May 15 00:30:57 CEST 2019 Robert-André Mauchin - 2.0.3-1 - Initial package