summaryrefslogtreecommitdiff
path: root/ethtool.spec.in
blob: 1705d7f11e137989cdef6ee3a1f38b3c14c5fb9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Name		: @PACKAGE@
Version		: @VERSION@
Release		: 1
Group		: Utilities

Summary		: A tool for setting ethernet parameters

Copyright	: GPL
URL		: http://sourceforge.net/projects/gkernel/

Buildroot	: %{_tmppath}/%{name}-%{version}
Source		: %{name}-%{version}.tar.gz


%description
Ethtool is a small utility to get and set values from your your ethernet 
controllers.  Not all ethernet drivers support ethtool, but it is getting 
better.  If your ethernet driver doesn't support it, ask the maintainer to 
write support - it's not hard!


%prep
%setup -q


%build
CFLAGS="${RPM_OPT_FLAGS}" ./configure --prefix=/usr --mandir=%{_mandir}
make


%install
make install DESTDIR=${RPM_BUILD_ROOT}


%files
%defattr(-,root,root)
/usr/sbin/ethtool
%{_mandir}/man8/ethtool.8*
%doc AUTHORS COPYING INSTALL NEWS README ChangeLog


%changelog