# Generated by go2rpm 1 %bcond_without check # https://github.com/cockroachdb/datadriven %global goipath github.com/cockroachdb/datadriven %global commit bf6692d28da5d6c6dade56f0c2679ca87705e1ad %gometa %global common_description %{expand: Data-Driven Testing for Go.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Data-Driven Testing for Go # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/cockroachdb/errors) BuildRequires: golang(github.com/pmezard/go-difflib/difflib) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sat Jul 25 06:44:50 CEST 2020 Robert-André Mauchin - 0-0.1.20200725gitbf6692d - Initial package