# Generated by go2rpm 1 %bcond_without check # https://github.com/emersion/go-textwrapper %global goipath github.com/emersion/go-textwrapper %global commit d0e65e56babe3f687ff94c1d764ca0e6aa7723ee %gometa %global common_description %{expand: A writer that wraps long text lines to a specified length.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: A writer that wraps long text lines to a specified length License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Wed Sep 09 23:26:48 CST 2020 proletarius101 - 0-0.1.20200909gitd0e65e5 - Initial package