Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/jinzhu/inflection
%global goipath         github.com/jinzhu/inflection
%global commit          04140366298a54a039076d798123ffa108fff46c

%gometa

%global common_description %{expand:
Inflection pluralizes and singularizes English nouns.}

%global golicenses      LICENSE
%global godocs          README.md

Name:           %{goname}
Version:        0
Release:        0.2%{?dist}
Summary:        Pluralizes and singularizes English nouns

License:        MIT
URL:            %{gourl}
Source0:        %{gosource}

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

%if %{with check}
%check
%gocheck
%endif

%gopkgfiles

%changelog
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

* Mon May 13 18:52:30 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20190630git0414036
- Initial package