# 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.1%{?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 * Fri Apr 26 21:40:54 CEST 2019 Robert-André Mauchin - 0-0.1.20190426git02c07f1 - Initial package