# Generated by go2rpm 1.3 %bcond_with check # https://github.com/bmatcuk/doublestar %global goipath github.com/bmatcuk/doublestar/v2 Version: 2.0.4 %gometa %global common_description %{expand: Implements support for double star (**) matches in golang's path.Match and filepath.Glob.} %global golicenses LICENSE %global godocs examples README.md UPGRADING.md Name: %{goname} Release: 1%{?dist} Summary: Implements support for double star (**) matches in golang's path.Match and filepath.Glob License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Fri Mar 19 06:39:28 UTC 2021 Aleksei Bavshin - 2.0.4-1 - Initial package