# Generated by go2rpm %bcond_without check # https://github.com/go-mail/mail %global goipath gopkg.in/mail.v2 %global forgeurl https://github.com/go-mail/mail Version: 2.3.1 %gometa %global goaltipaths github.com/go-mail/mail %global common_description %{expand: Gomail is a simple and efficient package to send emails. It is well tested and documented. Gomail can only send emails using an SMTP server. But the API is flexible and it is easy to implement other methods for sending emails using a local Postfix, an API, etc.} %global golicenses LICENSE %global godocs CHANGELOG.md CONTRIBUTING.md README.md Name: %{goname} Release: 2%{?dist} Summary: Simple and efficient package to send emails License: MIT URL: %{gourl} Source0: %{gosource} # /etc/mime.types needed by tests for the Content-Type headers BuildRequires: mailcap %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue Jun 04 01:10:28 CEST 2019 Robert-André Mauchin - 2.3.1-2 - Update to new macros * Tue Mar 26 2019 Mark Goodwin - 2.3.1-1 - First package for Fedora