# Generated by go2rpm 1.3 %bcond_without check # https://github.com/emersion/go-message %global goipath github.com/emersion/go-message Version: 0.14.0 %gometa %global common_description %{expand: A streaming Go library for the Internet Message Format and mail messages.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: A streaming Go library for the Internet Message Format and mail messages License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/emersion/go-textwrapper) BuildRequires: golang(github.com/martinlindhe/base36) BuildRequires: golang(golang.org/x/text/encoding) BuildRequires: golang(golang.org/x/text/encoding/charmap) BuildRequires: golang(golang.org/x/text/encoding/htmlindex) BuildRequires: golang(golang.org/x/text/encoding/ianaindex) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon Dec 28 15:23:53 CST 2020 proletarius101 - 0.14.0-1 - Initial package