# Generated by go2rpm %bcond_without check # https://github.com/bshuster-repo/logrus-logstash-hook %global goipath github.com/bshuster-repo/logrus-logstash-hook Version: 0.4.1 %gometa %global common_description %{expand: Use this hook to send the logs to Logstash.} %global golicenses LICENSE %global godocs CHANGELOG.md README.md Name: %{goname} Release: 1%{?dist} Summary: Logstash hook for logrus License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/sirupsen/logrus) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Wed May 01 17:42:07 CEST 2019 Robert-André Mauchin - 0.4.1-1 - Initial package