# Generated by go2rpm 1.3 %bcond_without check # https://github.com/emersion/go-message %global goipath github.com/emersion/go-message Version: 0.15.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: 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(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 * Tue Jun 15 20:11:59 CEST 2021 Robert-André Mauchin - 0.15.0-1 - Update to 0.15.0 * Wed Dec 09 10:19:43 CET 2020 Robert-André Mauchin - 0.14.0-1 - Initial package