Blame golang-gopkg-mail-2.spec

08b8581
# Generated by go2rpm
08b8581
%bcond_without check
08b8581
08b8581
# https://github.com/go-mail/mail
08b8581
%global goipath         gopkg.in/mail.v2
08b8581
%global forgeurl        https://github.com/go-mail/mail
08b8581
Version:                2.3.1
08b8581
08b8581
%gometa
08b8581
08b8581
%global goaltipaths     github.com/go-mail/mail
08b8581
5c41b7c
# Remove in F33:
5c41b7c
%global goaltheader %{expand:
5c41b7c
Obsoletes:      golang-github-mail-v2-devel < 2.3.1-2
5c41b7c
}
5c41b7c
08b8581
%global common_description %{expand:
08b8581
Gomail is a simple and efficient package to send emails. It is well tested and
08b8581
documented.
08b8581
08b8581
Gomail can only send emails using an SMTP server. But the API is flexible and it
08b8581
is easy to implement other methods for sending emails using a local Postfix, an
08b8581
API, etc.}
08b8581
08b8581
%global golicenses      LICENSE
08b8581
%global godocs          CHANGELOG.md CONTRIBUTING.md README.md
08b8581
08b8581
Name:           %{goname}
fda16e1
Release:        6%{?dist}
08b8581
Summary:        Simple and efficient package to send emails
08b8581
08b8581
License:        MIT
08b8581
URL:            %{gourl}
08b8581
Source0:        %{gosource}
08b8581
08b8581
# /etc/mime.types needed by tests for the Content-Type headers
08b8581
BuildRequires:  mailcap
08b8581
08b8581
%description
08b8581
%{common_description}
08b8581
08b8581
%gopkg
08b8581
08b8581
%prep
08b8581
%goprep
08b8581
08b8581
%install
08b8581
%gopkginstall
08b8581
08b8581
%if %{with check}
08b8581
%check
08b8581
%gocheck
08b8581
%endif
08b8581
08b8581
%gopkgfiles
08b8581
08b8581
%changelog
fda16e1
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-6
fda16e1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
fda16e1
d8e13a4
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-5
d8e13a4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
d8e13a4
74d543b
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-4
74d543b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
74d543b
5c41b7c
* Tue Jul 09 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.3.1-3
5c41b7c
- Add Obsoletes for old name
5c41b7c
08b8581
* Tue Jun 04 01:10:28 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 2.3.1-2
08b8581
- Update to new macros
08b8581
08b8581
* Tue Mar 26 2019 Mark Goodwin <mgoodwin@redhat.com> - 2.3.1-1
08b8581
- First package for Fedora