# Generated by go2rpm %bcond_without check # https://github.com/vdemeester/shakers %global goipath github.com/vdemeester/shakers Version: 0.1.0 %gometa %global common_description %{expand: A collection of go-check Checkers to ease the use of it.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Collection of go-checker checkers # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/go-check/check) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sun May 05 20:06:35 CEST 2019 Robert-André Mauchin - 0.1.0-1 - Initial package