openmamba logo
GNU/Linux distribution
distribution community wiki forum bugs events products
software   community wiki forum bugs events products
packages ethtool.spec
      Pages: < 1 >  DOWNLOAD      
Name:          ethtool
Version:       6
Release:       1mamba
Summary:       A small utility for examining and tuning your ethernet-based network interface
Group:         System/Kernel and Hardware
Vendor:        openmamba
Distribution:  openmamba
Packager:      Silvan Calarco <silvan.calarco@...>
URL:           http://sourceforge.net/projects/gkernel/
Source:        http://downloads.sourceforge.net/gkernel/ethtool-%{version}.tar.gz
License:       GPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root

%description
Ethtool is a small utility for examining and tuning your ethernet-based network interface.

%prep
%setup -q

%build
%configure
%make

%install
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
%makeinstall

%clean
[ "%{buildroot}" != / ] && rm -rf %{buildroot}

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

%changelog
* Thu Aug 30 2007 Aleph0 <aleph0@...> 6-1mamba
- update to version 6

* Tue Feb 08 2005 Silvan Calarco <silvan.calarco@...> 3-1qilnx
- update to version 3 by autospec

* Fri Nov 19 2004 Silvan Calarco <silvan.calarco@...> 1.6-1qilnx
- package created by autospec