# Generated by go2rpm %bcond_without check # https://github.com/sabhiram/go-gitignore %global goipath github.com/sabhiram/go-gitignore Version: 1.1.0 #global tag 1.0.2 %global commit 525f6e181f062064d83887ed2530e3b1ba0bc95a %gometa %global common_description %{expand: A gitignore parser for go.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 0.1%{?dist} Summary: A gitignore parser for go License: MIT URL: %{gourl} Source0: %{gosource} %if %{with check} # Tests BuildRequires: golang(github.com/stretchr/testify/assert) %endif %description %{common_description} %godevelpkg %prep %goprep %install %godevelinstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Jul 22 2021 Fedora Release Engineering - 1.0.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering - 1.0.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Jul 27 2020 Fedora Release Engineering - 1.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Mon May 18 23:43:32 CEST 2020 Brian (bex) Exelbierd - 1.0.2-1 - Initial package