# Generated by go2rpm %bcond_without check # https://github.com/markbates/inflect %global goipath github.com/markbates/inflect Version: 1.0.4 %gometa %global common_description %{expand: Go library to perform word transformations.} %global golicenses LICENCE %global godocs shoulders.md README.md Name: %{goname} Release: 1%{?dist} Summary: Go library to perform word transformations License: MIT URL: %{gourl} Source0: %{gosource} Patch0: 0001-Fix-test-when-GOPATH-contains-multiple-directories.patch BuildRequires: golang(github.com/gobuffalo/envy) %if %{with check} # Tests BuildRequires: golang(github.com/stretchr/testify/require) %endif %description %{common_description} %gopkg %prep %goprep %patch0 -p1 %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu May 30 15:23:32 CEST 2019 Robert-André Mauchin - 1.0.4-2 - Update to new macros * Tue Feb 19 2019 Elliott Sales de Andrade - 1.0.4-1 - Update to latest version - Rewrite spec using latest Go macros * Fri Feb 01 2019 Fedora Release Engineering - 0-0.11.git80fa1ea - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering - 0-0.10.git80fa1ea - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 21 2018 Athos Ribeiro - 0-0.9.git80fa1ea - Remove unused imports on tests * Wed Feb 21 2018 Athos Ribeiro - 0-0.8.git80fa1ea - Fix typo on %%prep section * Wed Feb 21 2018 Athos Ribeiro - 0-0.7.git80fa1ea - Fix typo on %%prep section * Wed Feb 21 2018 Athos Ribeiro - 0-0.6.git80fa1ea - Remove namespace tests * Wed Feb 21 2018 Athos Ribeiro - 0-0.5.git80fa1ea - Remove failing tests * Wed Feb 21 2018 Athos Ribeiro - 0-0.4.git80fa1ea - Include files needed for testing in unit-test-devel package - Skip namespace test * Tue Feb 20 2018 Athos Ribeiro - 0-0.3.git80fa1ea - Update revision * Wed Feb 07 2018 Fedora Release Engineering - 0-0.2.git6cacb66 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Fri Aug 11 2017 Athos Ribeiro - 0-0.1.git6cacb66 - First package for Fedora