Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/fluent/fluent-logger-golang
%global goipath         github.com/fluent/fluent-logger-golang
Version:                1.5.0

%gometa

%global common_description %{expand:
A structured logger for Fluentd.}

%global golicenses      LICENSE
%global godocs          _examples CHANGELOG.md README.md

Name:           %{goname}
Release:        2%{?dist}
Summary:        Structured logger for Fluentd

# Upstream license specification: Apache-2.0
License:        ASL 2.0
URL:            %{gourl}
Source0:        %{gosource}

BuildRequires:  golang(github.com/tinylib/msgp/msgp)

%if %{with check}
# Tests
BuildRequires:  golang(github.com/bmizerany/assert)
%endif

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

%if %{with check}
%check
%gocheck
%endif

%gopkgfiles

%changelog
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Sun Jul 26 17:23:48 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 1.5.0-1
- Update to 1.5.0

* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

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

* Sun May 05 17:33:07 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.4.0-1
- Initial package