Blob Blame History Raw
# 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:        3%{?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
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

* Sun May 05 17:44:35 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.0.0-1.20190627git7ebf4f5
- Initial package