# Generated by go2rpm %bcond_without check # https://github.com/go-bufio/bufio %global goipath gopkg.in/bufio.v1 %global forgeurl https://github.com/go-bufio/bufio Version: 1 %gometa %global goaltipaths github.com/go-bufio/bufio %global common_description %{expand: Package bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O. } %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 2%{?dist} Summary: Buffered I/O implementation # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon Jun 03 15:42:44 CEST 2019 Robert-André Mauchin - 1-2 - Update to new macros * Fri Mar 22 2019 Mark Goodwin - 1.0.0-1 - First package for Fedora