Fix BuildRequires and versions.
This commit is contained in:
20
fzf.spec
20
fzf.spec
@@ -8,7 +8,7 @@ Version: 0.27.0
|
|||||||
%gometa
|
%gometa
|
||||||
|
|
||||||
Name: fzf
|
Name: fzf
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: A command-line fuzzy finder written in Go
|
Summary: A command-line fuzzy finder written in Go
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -16,13 +16,14 @@ URL: %{gourl}
|
|||||||
Source0: %{gosource}
|
Source0: %{gosource}
|
||||||
Source1: README.Fedora
|
Source1: README.Fedora
|
||||||
|
|
||||||
BuildRequires: golang(github.com/gdamore/tcell) >= 1.4
|
BuildRequires: golang(github.com/gdamore/tcell) >= 1.4
|
||||||
BuildRequires: golang(github.com/gdamore/tcell/encoding)
|
BuildRequires: golang(github.com/gdamore/tcell/encoding)
|
||||||
BuildRequires: golang(github.com/mattn/go-isatty) >= 0.0.12
|
BuildRequires: golang(github.com/mattn/go-isatty) >= 0.0.12
|
||||||
BuildRequires: golang(github.com/mattn/go-runewidth) >= 0.0.8
|
BuildRequires: golang(github.com/mattn/go-runewidth) >= 0.0.12
|
||||||
BuildRequires: golang(github.com/mattn/go-shellwords) >= 1.0.9
|
BuildRequires: golang(github.com/mattn/go-shellwords) >= 1.0.11
|
||||||
BuildRequires: golang(github.com/saracen/walker)
|
BuildRequires: golang(github.com/saracen/walker) >= 0.1.2
|
||||||
BuildRequires: golang(golang.org/x/crypto/ssh/terminal)
|
BuildRequires: golang(golang.org/x/crypto/ssh/terminal)
|
||||||
|
BuildRequires: golang(golang.org/x/term)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
fzf is a general-purpose command-line fuzzy finder.
|
fzf is a general-purpose command-line fuzzy finder.
|
||||||
@@ -97,6 +98,9 @@ install -Dpm0644 shell/key-bindings.* %{buildroot}%{_datadir}/fzf/shell/
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 08 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.27.0-2
|
||||||
|
- Correct BuildRequires and minimum dependency versions
|
||||||
|
|
||||||
* Wed Apr 07 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.27.0-1
|
* Wed Apr 07 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.27.0-1
|
||||||
- Update to latest version (#1946823)
|
- Update to latest version (#1946823)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user