X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=ethtool.spec;h=7604c11ab4037a38f82b0c8234dfd0cd9f879c83;hb=731841a127cabee56151853d51befa553b183432;hp=3707ce82b71663ec059d7f0f1be7b13d7d5fd4f3;hpb=1ba3585e0c19c2c0f9ef1864910824f1d45ebf33;p=packages%2Fethtool.git diff --git a/ethtool.spec b/ethtool.spec index 3707ce8..7604c11 100644 --- a/ethtool.spec +++ b/ethtool.spec @@ -1,32 +1,36 @@ Summary: Utility to control ethernet cards -Summary(es): Grupos de herramientas Ethernet -Summary(pl): Narzêdzie do kontrolowania kart ethernet -Summary(pt_BR): Ferramenta de configuração para placas ethernet PCI +Summary(es.UTF-8): Grupos de herramientas Ethernet +Summary(pl.UTF-8): Narzędzie do kontrolowania kart ethernet +Summary(pt_BR.UTF-8): Ferramenta de configuração para placas ethernet PCI Name: ethtool -Version: 3 -Release: 0.1 -License: GPL +Version: 3.18 +Release: 1 +Epoch: 1 +License: GPL v2 Group: Networking/Admin -Source0: http://dl.sourceforge.net/gkernel/%{name}-%{version}.tar.gz -# Source0-md5: b4e71f7fa2629250677eefcb338442c5 -BuildRequires: autoconf +Source0: https://www.kernel.org/pub/software/network/ethtool/%{name}-%{version}.tar.xz +# Source0-md5: fbf1a167b88a5966a2c56a2483af68c6 +URL: https://www.kernel.org/pub/software/network/ethtool/ +BuildRequires: autoconf >= 2.52 BuildRequires: automake BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +%define _sbindir /sbin + %description ethtool is a small utility for examining and tuning your ethernet-based network interface. -%description -l es +%description -l es.UTF-8 Grupos de herramientas Ethernet. -%description -l pl -ethtool to niewielkie narzêdzie do kontroli i tuningu sieciowych kart +%description -l pl.UTF-8 +ethtool to niewielkie narzędzie do kontroli i tuningu sieciowych kart ethernet. -%description -l pt_BR -Este utilitário permite consulta e alteração da configuração de placas -ethernet, como velocidade, porta, negociação automática e localização +%description -l pt_BR.UTF-8 +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. %prep @@ -52,6 +56,6 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc AUTHORS ChangeLog NEWS -%attr(755,root,root) %{_sbindir}/* -%{_mandir}/man?/* +%doc AUTHORS ChangeLog LICENSE NEWS README +%attr(755,root,root) %{_sbindir}/ethtool +%{_mandir}/man8/ethtool.8*