Blame golang-github-fluent-logger.spec

0511c65
# Generated by go2rpm
0511c65
%bcond_without check
0511c65
0511c65
# https://github.com/fluent/fluent-logger-golang
0511c65
%global goipath         github.com/fluent/fluent-logger-golang
6ccb516
Version:                1.5.0
0511c65
0511c65
%gometa
0511c65
0511c65
%global common_description %{expand:
0511c65
A structured logger for Fluentd.}
0511c65
0511c65
%global golicenses      LICENSE
0511c65
%global godocs          _examples CHANGELOG.md README.md
0511c65
0511c65
Name:           %{goname}
1285f3a
Release:        2%{?dist}
0511c65
Summary:        Structured logger for Fluentd
0511c65
0511c65
# Upstream license specification: Apache-2.0
0511c65
License:        ASL 2.0
0511c65
URL:            %{gourl}
0511c65
Source0:        %{gosource}
0511c65
0511c65
BuildRequires:  golang(github.com/tinylib/msgp/msgp)
0511c65
0511c65
%if %{with check}
0511c65
# Tests
0511c65
BuildRequires:  golang(github.com/bmizerany/assert)
0511c65
%endif
0511c65
0511c65
%description
0511c65
%{common_description}
0511c65
0511c65
%gopkg
0511c65
0511c65
%prep
0511c65
%goprep
0511c65
0511c65
%install
0511c65
%gopkginstall
0511c65
0511c65
%if %{with check}
0511c65
%check
0511c65
%gocheck
0511c65
%endif
0511c65
0511c65
%gopkgfiles
0511c65
0511c65
%changelog
1285f3a
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-2
1285f3a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
1285f3a
6ccb516
* Sun Jul 26 17:23:48 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 1.5.0-1
6ccb516
- Update to 1.5.0
6ccb516
031f25a
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-3
031f25a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
031f25a
be2b322
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2
be2b322
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
be2b322
0511c65
* Sun May 05 17:33:07 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.4.0-1
0511c65
- Initial package