# Generated by go2rpm %bcond_without check # https://github.com/philhofer/fwd %global goipath github.com/philhofer/fwd Version: 1.0.0 %gometa %global common_description %{expand: The fwd package provides a buffered reader and writer. Each has methods that help improve the encoding/decoding performance of some binary protocols. The fwd.Writer and fwd.Reader type provide similar functionality to their counterparts in bufio, plus a few extra utility methods that simplify read-ahead and write-ahead.} %global golicenses LICENSE.md %global godocs README.md Name: %{goname} Release: 2%{?dist} Summary: Buffered Reader/Writer License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sun Apr 28 23:20:36 CEST 2019 Robert-André Mauchin - 1.0.0-2 - Update to new macros * Sun Mar 03 2019 Robert-André Mauchin - 1.0.0-1 - First package for Fedora