blob: 9c01b07abf2b8a421901fb39b05c99aa6906a24e [file] [log] [blame]
Jeff Garzik32c80372005-10-25 01:56:48 -04001Name : @PACKAGE@
2Version : @VERSION@
3Release : 1
4Group : Utilities
5
Ben Hutchings62cc8ee2012-07-17 16:38:05 +01006Summary : Settings tool for Ethernet and other network devices
Jeff Garzik32c80372005-10-25 01:56:48 -04007
Auke Kok658f4c02007-12-12 16:37:14 -08008License : GPL
Ben Hutchings15e38002012-07-17 16:40:47 +01009URL : https://ftp.kernel.org/pub/software/network/ethtool/
Jeff Garzik32c80372005-10-25 01:56:48 -040010
11Buildroot : %{_tmppath}/%{name}-%{version}
12Source : %{name}-%{version}.tar.gz
13
14
15%description
Ben Hutchings62cc8ee2012-07-17 16:38:05 +010016This utility allows querying and changing settings such as speed,
17port, auto-negotiation, PCI locations and checksum offload on many
18network devices, especially Ethernet devices.
Jeff Garzik32c80372005-10-25 01:56:48 -040019
20%prep
21%setup -q
22
23
24%build
Mikhael Goikhman687152b2019-05-20 11:09:40 +030025CFLAGS="${RPM_OPT_FLAGS}" ./configure --prefix=%{_prefix} --mandir=%{_mandir}
Jeff Garzik32c80372005-10-25 01:56:48 -040026make
27
28
29%install
30make install DESTDIR=${RPM_BUILD_ROOT}
31
32
33%files
34%defattr(-,root,root)
Mikhael Goikhman687152b2019-05-20 11:09:40 +030035%{_sbindir}/ethtool
Jeff Garzik32c80372005-10-25 01:56:48 -040036%{_mandir}/man8/ethtool.8*
Ben Hutchings4d970e42012-07-17 16:42:21 +010037%doc AUTHORS COPYING NEWS README
Jeff Garzik32c80372005-10-25 01:56:48 -040038
39
40%changelog