# Generated by go2rpm %bcond_without check # https://github.com/sony/gobreaker %global goipath github.com/sony/gobreaker Version: 0.4.0 %global tag 0.4.0 %gometa %global common_description %{expand: Package Gobreaker implements the Circuit Breaker pattern.} %global golicenses LICENSE %global godocs example README.md Name: %{goname} Release: 1%{?dist} Summary: Circuit Breaker implemented in Go License: MIT URL: %{gourl} Source0: %{gosource} %if %{with check} # Tests BuildRequires: golang(github.com/stretchr/testify/assert) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Wed May 15 00:50:07 CEST 2019 Robert-André Mauchin - 0.4.0-1 - Initial package