]> git.pld-linux.org Git - packages/ethtool.git/blob - ethtool.spec
- updated to 1.3
[packages/ethtool.git] / ethtool.spec
1 Summary:        Utility to control ethernet cards
2 Summary(pl):    Narzêdzie do kontrolowania kart ethernet
3 Name:           ethtool
4 Version:        1.3
5 Release:        1
6 License:        GPL
7 Group:          Networking/Admin
8 Group(de):      Netzwerkwesen/Administration
9 Group(pl):      Sieciowe/Administracyjne
10 Source0:        http://prdownloads.sourceforge.net/gkernel/%{name}-%{version}.tar.gz
11 BuildRequires:  automake
12 BuildRequires:  autoconf
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 ethtool is a small utility for examining and tuning your
17 ethernet-based network interface.
18
19 %description -l pl
20 ethtool to niewielkie narzêdzie do kontroli i tuningu sieciowych kart
21 ethernet.
22
23 %prep
24 %setup -q
25
26 %build
27 rm missing
28 aclocal
29 autoconf
30 automake -a -c
31 %configure
32
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT
40         
41 gzip -9nf AUTH* Chan* NEWS
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc *.gz
49 %attr(755,root,root) %{_sbindir}/*
50 %{_mandir}/man?/*
This page took 0.054706 seconds and 4 git commands to generate.