# Generated by go2rpm %bcond_without check # https://github.com/sendgrid/sendgrid-go %global goipath github.com/sendgrid/sendgrid-go Version: 3.10.0 %gometa %global common_description %{expand: This library allows you to quickly and easily use the SendGrid Web API v3 via Go.} %global golicenses LICENSE.txt %global godocs examples CHANGELOG.md CODE_OF_CONDUCT.md\\\ CONTRIBUTING.md README.md TROUBLESHOOTING.md USAGE.md Name: %{goname} Release: 3%{?dist} Summary: Official SendGrid Led, Community Driven Golang API Library License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/sendgrid/rest) %if %{with check} # Tests BuildRequires: golang(github.com/stretchr/testify/assert) BuildRequires: golang(github.com/stretchr/testify/require) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check # .: needs network %gocheck -d . %endif %gopkgfiles %changelog * Thu Jul 21 2022 Fedora Release Engineering - 3.10.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering - 3.10.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Sat Aug 28 2021 Fabian Affolter - 3.10.0-1 - Update to latest upstream release 3.10.0 (closes #1927556) * Thu Jul 22 2021 Fedora Release Engineering - 3.7.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering - 3.7.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Dec 21 12:55:24 CET 2020 Robert-André Mauchin - 3.7.2-1 - Update to 3.7.2 - Close: rhbz#1866694 * Sun Aug 02 17:37:25 CEST 2020 Robert-André Mauchin - 3.6.0-1 - Update to 3.6.0 * Mon Jul 27 2020 Fedora Release Engineering - 3.4.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jan 29 2020 Fedora Release Engineering - 3.4.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering - 3.4.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu May 30 19:12:05 CEST 2019 Robert-André Mauchin - 3.4.1-1.20190703gitdf2105e - Initial package