# Generated by go2rpm 1.1 %bcond_without check # https://github.com/muesli/reflow %global goipath github.com/muesli/reflow Version: 0.1.0 %gometa %global common_description %{expand: Reflow lets you word-wrap strings or entire blocks of text. It follows the io.Writer interface and supports ANSI escape sequences.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Word-wrap strings or entire blocks of text License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/mattn/go-runewidth) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue Sep 29 20:38:42 CDT 2020 Joe Doss - 0.1.0-1 - Initial package