# Generated by go2rpm %bcond_without check # https://github.com/ryanuber/go-glob %global goipath github.com/ryanuber/go-glob Version: 1.0.0 %gometa %global common_description %{expand: Go-glob is a single-function library implementing basic string glob support. Globs are an extremely user-friendly way of supporting string matching without requiring knowledge of regular expressions or Go's particular regex engine. Most people understand that if you put a * character somewhere in a string, it is treated as a wildcard. Surprisingly, this functionality isn't found in Go's standard library, except for path.Match, which is intended to be used while comparing paths (not arbitrary strings), and contains specialized logic for this use case. A better solution might be a POSIX basic (non-ERE) regular expression engine for Go, which doesn't exist currently.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 2%{?dist} Summary: Basic string globs in Go License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Fri May 24 17:53:15 CEST 2019 Robert-André Mauchin - 1.0.0-2 - Update to new macros * Tue Feb 19 2019 Ed Marshall - 1.0.0-1 - Switch to forge-specific packaging. - Update to 1.0.0 release. * Fri Feb 01 2019 Fedora Release Engineering - 0.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering - 0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering - 0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sun Oct 08 2017 Ed Marshall - 0.1-1 - First package for Fedora