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