From 37ceb307617372c690e704d7d7babf487d555463 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 7 Jan 2017 11:33:17 +0100 Subject: [PATCH] package tcsh completion Signed-off-by: Igor Gnatenko --- python-argcomplete.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-argcomplete.spec b/python-argcomplete.spec index 952116b..8ae094b 100644 --- a/python-argcomplete.spec +++ b/python-argcomplete.spec @@ -12,7 +12,7 @@ URL: https://github.com/kislyuk/argcomplete Source0: %{url}/archive/v%{version}/%{modname}-%{version}.tar.gz %if %{with check} -BuildRequires: %{_bindir}/tcsh +BuildRequires: tcsh %endif BuildArch: noarch @@ -94,6 +94,7 @@ export LC_ALL=C.UTF-8 %{python3_sitelib}/%{modname}/ %{_bindir}/activate-global-python-argcomplete %{_bindir}/python-argcomplete-check-easy-install-script +%{_bindir}/python-argcomplete-tcsh %{_bindir}/register-python-argcomplete %{_sysconfdir}/bash_completion.d/python-argcomplete.sh