]> git.pld-linux.org Git - packages/ethtool.git/blame - ethtool.spec
- release 3
[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
4ef6b52d 6Version: 6
824cd4a4 7Release: 3
a1297b33
AM
8License: GPL
9Group: Networking/Admin
8b530a69 10Source0: http://dl.sourceforge.net/gkernel/%{name}-%{version}.tar.gz
4ef6b52d 11# Source0-md5: 3b721ec27f17ebf320ba8c505cf66d9c
fcc5aa72 12URL: http://sourceforge.net/projects/gkernel/
a1297b33 13BuildRequires: autoconf
8b530a69 14BuildRequires: automake
a1297b33
AM
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
9e92a0f6
AM
17%define _sbindir /sbin
18
a1297b33
AM
19%description
20ethtool is a small utility for examining and tuning your
21ethernet-based network interface.
22
97e325dc 23%description -l es.UTF-8
1b762220 24Grupos de herramientas Ethernet.
25
97e325dc
JR
26%description -l pl.UTF-8
27ethtool to niewielkie narzędzie do kontroli i tuningu sieciowych kart
a1297b33
AM
28ethernet.
29
97e325dc
JR
30%description -l pt_BR.UTF-8
31Este utilitário permite consulta e alteração da configuração de placas
32ethernet, como velocidade, porta, negociação automática e localização
2dc76df7 33PCI.
34
a1297b33
AM
35%prep
36%setup -q
37
38%build
e0cb9b02 39%{__aclocal}
918eb0ec 40%{__autoconf}
e0cb9b02 41%{__autoheader}
918eb0ec 42%{__automake}
a1297b33
AM
43%configure
44
8643d2e5 45%{__make}
a1297b33
AM
46
47%install
48rm -rf $RPM_BUILD_ROOT
49
50%{__make} install \
51 DESTDIR=$RPM_BUILD_ROOT
f015a44a 52
a1297b33
AM
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56%files
57%defattr(644,root,root,755)
a2b06177 58%doc AUTHORS ChangeLog NEWS
a1297b33
AM
59%attr(755,root,root) %{_sbindir}/*
60%{_mandir}/man?/*
This page took 0.106922 seconds and 4 git commands to generate.