# Generated by go2rpm %bcond_without check # https://github.com/gobuffalo/attrs %global goipath github.com/gobuffalo/attrs %global commit a9411de4debdfe11f5ed58945ca2cd4f1c9b6539 %gometa %global common_description %{expand: Package Attr of the Go web development eco-system} %global golicenses LICENSE Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Package Attr of the Go web development eco-system License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/gobuffalo/flect/name) BuildRequires: golang(github.com/pkg/errors) %if %{with check} # Tests BuildRequires: golang(github.com/stretchr/testify/require) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue May 07 15:13:30 CEST 2019 Robert-André Mauchin - 0-0.1.20190507gita9411de - Initial package