]> git.pld-linux.org Git - packages/ethtool.git/commitdiff
- bash-completion subpackage auto/th/ethtool-5.1-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 18 May 2019 10:28:43 +0000 (12:28 +0200)
committerAdam Gołębiowski <adamg@pld-linux.org>
Sat, 18 May 2019 10:28:43 +0000 (12:28 +0200)
ethtool.spec

index 6102abe6d9edf886f2937c93f6b77abe48326198..95f5d5da4bee87f664e06aa8394ede6ab09dac67 100644 (file)
@@ -35,6 +35,19 @@ Este utilitário permite consulta e alteração da configuração de placas
 ethernet, como velocidade, porta, negociação automática e localização
 PCI.
 
+%package -n bash-completion-%{name}
+Summary:       Bash completion for ethtool command
+Summary(pl.UTF-8):     Bashowe dopełnianie parametrów polecenia ethtool
+Group:         Applications/Shells
+Requires:      %{name} = %{epoch}:%{version}-%{release}
+Requires:      bash-completion >= 2.0
+
+%description -n bash-completion-%{name}
+Bash completion for ethtool command.
+
+%description -n bash-completion-%{name} -l pl.UTF-8
+Bashowe dopełnianie parametrów polecenia ethtool.
+
 %prep
 %setup -q
 
@@ -61,3 +74,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS ChangeLog LICENSE NEWS README
 %attr(755,root,root) %{_sbindir}/ethtool
 %{_mandir}/man8/ethtool.8*
+
+%files -n bash-completion-%{name}
+%defattr(644,root,root,755)
+%{bash_compdir}/%{name}
This page took 0.151829 seconds and 4 git commands to generate.