]> git.pld-linux.org Git - packages/ethtool.git/blob - ethtool.spec
- massive attack: adding Source-md5
[packages/ethtool.git] / ethtool.spec
1 Summary:        Utility to control ethernet cards
2 Summary(es):    Grupos de herramientas Ethernet para tarjetas SPARC HME
3 Summary(pl):    Narzêdzie do kontrolowania kart ethernet
4 Summary(pt_BR): Ferramenta de configuração para placas ethernet PCI
5 Name:           ethtool
6 Version:        1.7
7 Release:        1
8 License:        GPL
9 Group:          Networking/Admin
10 Source0:        http://dl.sourceforge.net/gkernel/%{name}-%{version}.tar.gz
11 # Source0-md5:  88df4f73643c2e1b450674f7a5f3f970
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 ethtool is a small utility for examining and tuning your
18 ethernet-based network interface.
19
20 %description -l es
21 Grupos de herramientas Ethernet para tarjetas SPARC HME
22
23 %description -l pl
24 ethtool to niewielkie narzêdzie do kontroli i tuningu sieciowych kart
25 ethernet.
26
27 %description -l pt_BR
28 Este utilitário permite consulta e alteração da configuração de placas
29 ethernet, como velocidade, porta, negociação automática e localização
30 PCI.
31
32 %prep
33 %setup -q
34
35 %build
36 rm -f missing
37 %{__aclocal}
38 %{__autoconf}
39 %{__autoheader}
40 %{__automake}
41 %configure
42
43 install -d $RPM_BUILD_ROOT
44 %{__make} RPMSRCS=$RPM_BUILD_ROOT
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 %{__make} install \
50         DESTDIR=$RPM_BUILD_ROOT
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %defattr(644,root,root,755)
57 %doc AUTH* Chan* NEWS
58 %attr(755,root,root) %{_sbindir}/*
59 %{_mandir}/man?/*
This page took 0.035085 seconds and 4 git commands to generate.