Blob Blame History Raw
# Generated by go2rpm 1
%bcond_without check

# https://github.com/bettercap/readline
%global goipath         github.com/bettercap/readline
Version:                1.4
%global commit          9cec905dd29109b64e6752507fba73474c2efd46

%gometa

%global common_description %{expand:
Readline is a pure go (golang) implementation for GNU-Readline kind library.}

%global golicenses      LICENSE
%global godocs          example doc README.md CHANGELOG.md

Name:           %{goname}
Release:        6%{?dist}
Summary:        Pure go implementation for GNU-Readline kind library

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

BuildRequires:  golang(github.com/chzyer/readline)
BuildRequires:  golang(github.com/nbutton23/zxcvbn-go)

%if %{with check}
# Tests
BuildRequires:  golang(github.com/chzyer/test)
%endif

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

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

%gopkgfiles

%changelog
* Fri Jun 17 2022 Robert-André Mauchin <zebob.m@gmail.com> - 1.4-6
- Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191,
  CVE-2022-29526, CVE-2022-30629

* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

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

* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Sat Apr 04 2020 Fabian Affolter <mail@fabian-affolter.ch> - 1.4-1.20200404git9cec905
- Initial package