# Generated by go2rpm %bcond_without check # https://github.com/peter-edge/lion-go %global goipath go.pedge.io/lion %global forgeurl https://github.com/peter-edge/lion-go %global commit 2a810629566a2d0f0d4107df244e8828b9f7bd5c %gometa %global common_description %{expand: Package Lion provides structured logging, configurable to use serialization protocols such as Protocol Buffers.} %global golicenses LICENSE %global godocs example README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Structured logging with protocol buffers License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(git.apache.org/thrift.git/lib/go/thrift) BuildRequires: golang(github.com/fatih/color) BuildRequires: golang(github.com/gin-gonic/gin) BuildRequires: golang(github.com/go-kit/kit/log) BuildRequires: golang(github.com/golang/protobuf/jsonpb) BuildRequires: golang(github.com/golang/protobuf/proto) BuildRequires: golang(github.com/golang/protobuf/ptypes/duration) BuildRequires: golang(github.com/hpcloud/tail) BuildRequires: golang(github.com/mattn/go-isatty) BuildRequires: golang(github.com/satori/go.uuid) BuildRequires: golang(go.pedge.io/env) BuildRequires: golang(google.golang.org/grpc/grpclog) %if %{with check} # Tests BuildRequires: golang(github.com/stretchr/testify/require) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue Apr 30 14:43:08 CEST 2019 Robert-André Mauchin - 0-0.1.20190430git2a81062 - Initial package