# Generated by go2rpm %bcond_without check # https://github.com/gobuffalo/flect %global goipath github.com/gobuffalo/flect Version: 0.1.3 %gometa %global common_description %{expand: This is a new inflection engine to replace https://github.com/markbates/inflect designed to be more modular, more readable, and easier to fix issues on than the original.} %global golicenses LICENSE.txt %global godocs README.md SHOULDERS.md Name: %{goname} Release: 1%{?dist} Summary: An inflection engine for Go 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 * Tue May 07 15:15:26 CEST 2019 Robert-André Mauchin - 0.1.3-1 - Initial package