parent
01b9c3d676
commit
cd1a8b8a5d
@ -14,6 +14,7 @@ URL: https://github.com/scop/bash-completion
|
|||||||
Source0: https://github.com/scop/bash-completion/releases/download/%{version}/%{name}-%{version}.tar.xz
|
Source0: https://github.com/scop/bash-completion/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||||
# https://bugzilla.redhat.com/677446, see also redefine_filedir comments
|
# https://bugzilla.redhat.com/677446, see also redefine_filedir comments
|
||||||
Patch0: %{name}-1.99-noblacklist.patch
|
Patch0: %{name}-1.99-noblacklist.patch
|
||||||
|
# It should be removed while rebasing to bash-completion-2.8
|
||||||
Patch1: %{name}-rfkill.patch
|
Patch1: %{name}-rfkill.patch
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -22,6 +23,9 @@ BuildRequires: dejagnu
|
|||||||
BuildRequires: screen
|
BuildRequires: screen
|
||||||
BuildRequires: tcllib
|
BuildRequires: tcllib
|
||||||
%endif
|
%endif
|
||||||
|
# Needed for rfkill patch as it modifies Makefile.am
|
||||||
|
# It should be removed while rebasing to bash-completion-2.8
|
||||||
|
BuildRequires: automake
|
||||||
Requires: bash >= 4.1
|
Requires: bash >= 4.1
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -32,6 +36,9 @@ of the programmable completion feature of bash.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
# Needed for rfkill patch as it modifies Makefile.am
|
||||||
|
# It should be removed while rebasing to bash-completion-2.8
|
||||||
|
aclocal
|
||||||
%configure
|
%configure
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user