diff --git a/python-argcomplete.spec b/python-argcomplete.spec index f82e37b..04ab59e 100644 --- a/python-argcomplete.spec +++ b/python-argcomplete.spec @@ -2,19 +2,20 @@ %bcond_without check -Name: python-%{modname} -Summary: Bash tab completion for argparse -Version: 1.9.3 -Release: 5%{?dist} -License: ASL 2.0 -URL: https://github.com/kislyuk/argcomplete -Source0: %{url}/archive/v%{version}/%{modname}-%{version}.tar.gz +Name: python-%{modname} +Summary: Bash tab completion for argparse +Version: 1.9.3 +Release: 5%{?dist} +License: ASL 2.0 +URL: https://github.com/kislyuk/argcomplete +Source0: %{url}/archive/v%{version}/%{modname}-%{version}.tar.gz +BuildRequires: python-unversioned-command %if %{with check} -BuildRequires: tcsh +BuildRequires: tcsh %endif -BuildArch: noarch +BuildArch: noarch %global _description \ Argcomplete provides easy, extensible command line tab completion of\