# Generated by go2rpm %bcond_without check # https://github.com/go-playground/assert %global goipath gopkg.in/go-playground/assert.v1 %global forgeurl https://github.com/go-playground/assert Version: 1.2.1 %gometa %global common_description %{expand: Package Assert provides some basic assertion functions for testing and also provides the building blocks for creating your own more complex validations.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Basic assertion library used along side native Go testing License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue Apr 30 15:52:25 CEST 2019 Robert-André Mauchin - 1.2.1-1 - Initial package