Blob Blame History Raw
# Generated by go2rpm 1.3
# https://github.com/antlr/antlr4/issues/3015
%bcond_with check

# https://github.com/antlr/antlr4
%global goipath         github.com/antlr/antlr4
Version:                4.9.2
%global tag             4.9.2

%gometa

%global common_description %{expand:
ANTLR (ANother Tool for Language Recognition) is a powerful parser generator
for reading, processing, executing, or translating structured text or binary
files.}

%global golicenses      LICENSE.txt
%global godocs          doc CHANGES.txt CONTRIBUTING.md README.md\\\
                        contributors.txt examples

Name:           %{goname}
Release:        1%{?dist}
Summary:        Powerful parser generator for reading, processing, executing, or translating structured text or binary files

License:        BSD and MIT

URL:            %{gourl}
Source0:        %{gosource}

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

%if %{with check}
%check
%gocheck
%endif

%gopkgfiles

%changelog
* Sun May 30 18:56:35 CEST 2021 Robert-André Mauchin <zebob.m@gmail.com> - 4.9.2-1
- Update to 4.9.2
- Close: rhbz#1963632

* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.9.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

* Thu Jan 14 14:04:49 CET 2021 Robert-André Mauchin <zebob.m@gmail.com> - 4.9.1-1
- Update to 4.9.1

* Wed Dec 23 09:25:19 CET 2020 Robert-André Mauchin <zebob.m@gmail.com> - 4.9-1
- Initial package