## START: Set by rpmautospec ## (rpmautospec version 0.3.0) %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # Generated by go2rpm 1.9.0 %bcond_without check %global debug_package %{nil} # https://github.com/bmatcuk/doublestar %global goipath github.com/bmatcuk/doublestar/v4 Version: 4.6.0 %gometa -f %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: %autorelease Summary: Implements support for double star (**) matches in golang's path.Match and filepath.Glob License: MIT URL: %{gourl} Source: %{gosource} %description %{common_description} %gopkg %prep %goprep %autopatch -p1 %generate_buildrequires %go_generate_buildrequires %install %gopkginstall %if %{with check} %check %gocheck chmod 755 test/nopermission %endif %gopkgfiles %changelog * Sun Apr 23 2023 Pavel Solovev 4.6.0-1 - update to 4.6.0 * Fri Apr 21 2023 Tomas Hrcka 4.2.0-3 - Unretirement request: https://pagure.io/releng/issue/11390 * Thu Jan 19 2023 Fedora Release Engineering 4.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Oct 07 2022 Anthony Rabbito 4.2.0-1 - Initial import (fedora#2120419).