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