# Generated by go2rpm 1 %bcond_without check # https://github.com/go-git/go-git-fixtures %global goipath github.com/go-git/go-git-fixtures Version: 4.0.1 %gometa %global common_description %{expand: Several git fixtures to run go-git tests.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Several git fixtures to run go-git tests # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/alcortesm/tgz) BuildRequires: golang(github.com/go-git/go-billy) BuildRequires: golang(github.com/go-git/go-billy/osfs) BuildRequires: golang(gopkg.in/check.v1) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon Oct 12 18:45:57 BRT 2020 Bruno Meneguele - 4.0.1-1 - Initial package