Blob Blame History Raw
# Generated by go2rpm 1
%bcond_without check

# https://github.com/gobuffalo/flect
%global goipath         github.com/gobuffalo/flect
Version:                0.2.1

%gometa

%global common_description %{expand:
An inflection engine for Golang.}

%global golicenses      LICENSE
%global godocs          SHOULDERS.md README.md

Name:           %{goname}
Release:        2%{?dist}
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
* Sun Jul 26 19:51:17 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.2.1-1
- Update to 0.2.1

* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

* Wed Oct 16 06:30:33 EDT 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.1.6-1
- Initial package