# Generated by go2rpm %bcond_without check # https://github.com/erikstmartin/go-testdb %global goipath github.com/erikstmartin/go-testdb %global commit 8d10e4a1bae52cd8b81ffdec3445890d6dccab3d %gometa %global common_description %{expand: Framework for stubbing responses from Go's driver.Driver interface. This can be used to sit in place of your sql.Db so that you can stub responses for sql calls, and remove database dependencies for your test suite.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Framework for stubbing responses from Go's driver.Driver interface # Upstream license specification: BSD-2-Clause License: BSD URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon May 13 19:24:02 CEST 2019 Robert-André Mauchin - 0-0.1.20190513git8d10e4a - Initial package