# Generated by go2rpm 1 %bcond_without check # https://github.com/emersion/go-message %global goipath github.com/emersion/go-message Version: 0.12.0 %gometa %global common_description %{expand: :envelope: 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: :envelope: 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 * Sat Sep 19 17:30:19 CST 2020 proletarius101 - 0.12.0-1 - Initial package