# Generated by go2rpm 1 %bcond_without check %global debug_package %{nil} # https://github.com/gobuffalo/flect %global goipath github.com/gobuffalo/flect Version: 1.0.2 %gometa %global common_description %{expand: An inflection engine for Golang.} %global golicenses LICENSE %global godocs SHOULDERS.md README.md Name: %{goname} Release: %autorelease Summary: Inflection engine for Golang License: MIT URL: %{gourl} Source0: %{gosource} %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 %autochangelog