# Generated by go2rpm %bcond_without check # https://github.com/Graylog2/go-gelf %global goipath github.com/Graylog2/go-gelf Version: 1.0.0 %global commit 7ebf4f536d8f52a04bd794e815629ff499325a91 %gometa %global common_description %{expand: GELF (Graylog Extended Log Format) is an application-level logging protocol that avoids many of the shortcomings of syslog. While it can be run over any stream or datagram transport protocol, it has special support (chunking) to allow long messages to be split over multiple datagrams.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: GELF library for Go License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sun May 05 17:44:35 CEST 2019 Robert-André Mauchin - 1.0.0-1.20190505git7ebf4f5 - Initial package