# # spec file for package ethtool # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: ethtool License: GPLv2+ Group: Productivity/Networking/Diagnostic AutoReqProv: on Summary: Examine and Tune Ethernet-Based Network Interfaces Version: 2.6.38 Release: 1 # Tarballs: http://sourceforge.net/projects/gkernel/ Url: http://git.kernel.org/?p=network/ethtool/ethtool.git Source: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Ethtool is a small utility for examining and tuning ethernet-based network interfaces. See the man page for more details. Authors: -------- David Miller Jakub Jelinek Jeff Garzik Tim Hockin %prep %setup -q %build %{suse_update_config -f} autoreconf -fi export CFLAGS="$RPM_OPT_FLAGS -W -Wall -Wstrict-prototypes -Wformat-security -Wpointer-arith" %configure --sbindir=/sbin make %{?_smp_mflags} %install %makeinstall %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) /sbin/ethtool %{_mandir}/man8/ethtool.8* %doc AUTHORS COPYING NEWS README ChangeLog %changelog