# Generated by go2rpm # https://github.com/aphistic/golf/issues/7 %bcond_with check # https://github.com/aphistic/golf %global goipath gopkg.in/aphistic/golf.v0 %global forgeurl https://github.com/aphistic/golf %global commit 02c07f170c5a8a0300a199a10bb04a55c721c017 %gometa %global goaltipaths github.com/aphistic/golf %global common_description %{expand: Golf is an MIT-licensed Go client library for servers supporting the Graylog Extended Log Format (GELF, https://www.graylog.org/resources/gelf-2/).} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.9%{?dist} Summary: Client library for sending messages to graylog extended log format servers License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/google/uuid) %if %{with check} # Tests BuildRequires: golang(github.com/aphistic/sweet) BuildRequires: golang(github.com/onsi/gomega) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Jan 19 2023 Fedora Release Engineering - 0-0.9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering - 0-0.8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering - 0-0.7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering - 0-0.6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering - 0-0.5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Jul 27 2020 Fedora Release Engineering - 0-0.4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jan 29 2020 Fedora Release Engineering - 0-0.3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering - 0-0.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri Apr 26 21:40:54 CEST 2019 Robert-André Mauchin - 0-0.1.20190624git02c07f1 - Initial package