]> git.pld-linux.org Git - packages/ethtool.git/blame_incremental - ethtool.spec
- updated to 4.11
[packages/ethtool.git] / ethtool.spec
... / ...
CommitLineData
1Summary: Utility to control ethernet cards
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
5Name: ethtool
6Version: 4.11
7Release: 1
8Epoch: 1
9License: GPL v2
10Group: Networking/Admin
11Source0: https://www.kernel.org/pub/software/network/ethtool/%{name}-%{version}.tar.xz
12# Source0-md5: 16d38f4ebe23e44f96f7d8b38ed3652c
13URL: https://www.kernel.org/pub/software/network/ethtool/
14BuildRequires: autoconf >= 2.52
15BuildRequires: automake
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%define _sbindir /sbin
19
20%description
21ethtool is a small utility for examining and tuning your
22ethernet-based network interface.
23
24%description -l es.UTF-8
25Grupos de herramientas Ethernet.
26
27%description -l pl.UTF-8
28ethtool to niewielkie narzędzie do kontroli i tuningu sieciowych kart
29ethernet.
30
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
34PCI.
35
36%prep
37%setup -q
38
39%build
40%{__aclocal}
41%{__autoconf}
42%{__autoheader}
43%{__automake}
44%configure
45
46%{__make}
47
48%install
49rm -rf $RPM_BUILD_ROOT
50
51%{__make} install \
52 DESTDIR=$RPM_BUILD_ROOT
53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%files
58%defattr(644,root,root,755)
59%doc AUTHORS ChangeLog LICENSE NEWS README
60%attr(755,root,root) %{_sbindir}/ethtool
61%{_mandir}/man8/ethtool.8*
This page took 0.3157 seconds and 4 git commands to generate.