]> git.pld-linux.org Git - packages/ethtool.git/blame - ethtool.spec
- updated to 3.18
[packages/ethtool.git] / ethtool.spec
CommitLineData
a1297b33 1Summary: Utility to control ethernet cards
54459ae1
ER
2Summary(es.UTF-8): Grupos de herramientas Ethernet
3Summary(pl.UTF-8): Narzędzie do kontrolowania kart ethernet
4Summary(pt_BR.UTF-8): Ferramenta de configuração para placas ethernet PCI
a1297b33 5Name: ethtool
731841a1 6Version: 3.18
6bf3a582
TP
7Release: 1
8Epoch: 1
9License: GPL v2
a1297b33 10Group: Networking/Admin
5282a3ed 11Source0: https://www.kernel.org/pub/software/network/ethtool/%{name}-%{version}.tar.xz
731841a1 12# Source0-md5: fbf1a167b88a5966a2c56a2483af68c6
5282a3ed 13URL: https://www.kernel.org/pub/software/network/ethtool/
4c450358 14BuildRequires: autoconf >= 2.52
8b530a69 15BuildRequires: automake
a1297b33
AM
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
9e92a0f6
AM
18%define _sbindir /sbin
19
a1297b33
AM
20%description
21ethtool is a small utility for examining and tuning your
22ethernet-based network interface.
23
97e325dc 24%description -l es.UTF-8
1b762220 25Grupos de herramientas Ethernet.
26
97e325dc
JR
27%description -l pl.UTF-8
28ethtool to niewielkie narzędzie do kontroli i tuningu sieciowych kart
a1297b33
AM
29ethernet.
30
97e325dc
JR
31%description -l pt_BR.UTF-8
32Este utilitário permite consulta e alteração da configuração de placas
33ethernet, como velocidade, porta, negociação automática e localização
2dc76df7 34PCI.
35
a1297b33
AM
36%prep
37%setup -q
38
39%build
e0cb9b02 40%{__aclocal}
918eb0ec 41%{__autoconf}
e0cb9b02 42%{__autoheader}
918eb0ec 43%{__automake}
a1297b33
AM
44%configure
45
8643d2e5 46%{__make}
a1297b33
AM
47
48%install
49rm -rf $RPM_BUILD_ROOT
50
51%{__make} install \
52 DESTDIR=$RPM_BUILD_ROOT
f015a44a 53
a1297b33
AM
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%files
58%defattr(644,root,root,755)
4c450358
JB
59%doc AUTHORS ChangeLog LICENSE NEWS README
60%attr(755,root,root) %{_sbindir}/ethtool
61%{_mandir}/man8/ethtool.8*
This page took 0.082405 seconds and 4 git commands to generate.