Blame golang-github-revel-log15.spec

bf768f6
# Generated by go2rpm
bf768f6
%bcond_without check
bf768f6
bf768f6
# https://github.com/revel/log15
bf768f6
%global goipath         github.com/revel/log15
bf768f6
Version:                2.11.20
bf768f6
bf768f6
%gometa
bf768f6
bf768f6
%global common_description %{expand:
bf768f6
Package log15 provides an opinionated, simple toolkit for best-practice logging
bf768f6
in Go (golang) that is both human and machine readable. It is modeled after the
bf768f6
Go standard library's io and net/http packages and is an alternative to the
bf768f6
standard library's log package.}
bf768f6
bf768f6
%global golicenses      LICENSE
bf768f6
%global godocs          CONTRIBUTORS README.md
bf768f6
bf768f6
Name:           %{goname}
fab0c5b
Release:        4%{?dist}
bf768f6
Summary:        Structured, composable logging for Go
bf768f6
bf768f6
# Upstream license specification: MIT and Apache-2.0
bf768f6
License:        MIT and ASL 2.0
bf768f6
URL:            %{gourl}
bf768f6
Source0:        %{gosource}
bf768f6
bf768f6
BuildRequires:  golang(github.com/inconshreveable/log15)
bf768f6
BuildRequires:  golang(github.com/inconshreveable/log15/term)
bf768f6
BuildRequires:  golang(github.com/mattn/go-colorable)
bf768f6
BuildRequires:  golang(gopkg.in/stack.v0)
bf768f6
bf768f6
%description
bf768f6
%{common_description}
bf768f6
bf768f6
%gopkg
bf768f6
bf768f6
%prep
bf768f6
%goprep
bf768f6
bf768f6
%install
bf768f6
%gopkginstall
bf768f6
bf768f6
%if %{with check}
bf768f6
%check
bf768f6
%gocheck
bf768f6
%endif
bf768f6
bf768f6
%gopkgfiles
bf768f6
bf768f6
%changelog
fab0c5b
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.20-4
fab0c5b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
fab0c5b
2cb29b4
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.20-3
2cb29b4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
2cb29b4
b4ca59e
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.20-2
b4ca59e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
b4ca59e
bf768f6
* Wed May 01 18:51:44 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 2.11.20-1
bf768f6
- Initial package