Blame golang-github-dlclark-regexp2.spec

0487423
# Generated by go2rpm
0487423
%bcond_without check
bfde608
bfde608
# https://github.com/dlclark/regexp2
0487423
%global goipath         github.com/dlclark/regexp2
4c91e7e
Version:                1.2.0
bfde608
0487423
%gometa
bfde608
0487423
%global common_description %{expand:
0487423
Regexp2 is a feature-rich RegExp engine for Go. It doesn't have constant time
0487423
guarantees like the built-in regexp package, but it allows backtracking and is
0487423
compatible with Perl5 and .NET. You'll likely be better off with the RE2 engine
0487423
from the regexp package and should only use this if you need to write very
0487423
complex patterns or require compatibility with .NET.}
bfde608
0487423
%global golicenses      LICENSE
0487423
%global godocs          README.md
bfde608
0487423
Name:           %{goname}
164bbb1
Release:        7%{?dist}
0487423
Summary:        Regex engine for Go based on the .NET engine
bfde608
0487423
License:        MIT
0487423
URL:            %{gourl}
0487423
Source0:        %{gosource}
bfde608
0487423
%description
0487423
%{common_description}
bfde608
0487423
%gopkg
bfde608
bfde608
%prep
0487423
%goprep
bfde608
bfde608
%install
0487423
%gopkginstall
bfde608
0487423
%if %{with check}
bfde608
%check
0487423
%gocheck
bfde608
%endif
bfde608
0487423
%gopkgfiles
bfde608
bfde608
%changelog
164bbb1
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-7
164bbb1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
164bbb1
1ecb00e
* Sun Aug 18 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.2.0-1
1ecb00e
- Update to latest version
1ecb00e
7bbe738
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.6-6
7bbe738
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
7bbe738
0487423
* Fri May 24 19:07:42 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.1.6-5
0487423
- Update to new macros
0487423
68a6087
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.6-4
68a6087
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
68a6087
5df24d2
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.6-3
5df24d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
5df24d2
6f0fdc2
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.6-2
6f0fdc2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
6f0fdc2
bfde608
* Wed Oct 11 2017 Athos Ribeiro <athoscr@fedoraproject.org> - 1.1.6-1
bfde608
- First package for Fedora