ethtool/ethtool.spec

94 lines
3.0 KiB
RPMSpec
Raw Normal View History

### AUTOUPDATE-OFF: 9
Name: ethtool
Epoch: 1
Version: 4.0
Release: 1mamba
Summary: The standard Linux utility for controlling network drivers and hardware
Group: System/Kernel and Hardware
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.kernel.org/pub/software/network/ethtool/
Source: http://www.kernel.org/pub/software/network/ethtool/ethtool-%{version}.tar.xz
#Source: http://downloads.sourceforge.net/gkernel/ethtool-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
ethtool is the standard Linux utility for controlling network drivers and hardware, particularly for wired Ethernet devices. It can be used to:
Get identification and diagnostic information
Get extended device statistics
Control speed, duplex, autonegotiation and flow control for Ethernet devices
Control checksum offload and other hardware offload features
Control DMA ring sizes and interrupt moderation
Control receive queue selection for multiqueue devices
Upgrade firmware in flash memory
Most features are dependent on support in the specific driver. See the manual page for full information.
%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
* Sat Jun 06 2015 Automatic Build System <autodist@mambasoft.it> 4.0-1mamba
- automatic update by autodist
* Wed Jan 14 2015 Automatic Build System <autodist@mambasoft.it> 3.18-1mamba
- automatic version update by autodist
* Thu Oct 09 2014 Automatic Build System <autodist@mambasoft.it> 3.16-1mamba
- automatic version update by autodist
* Wed Feb 19 2014 Automatic Build System <autodist@mambasoft.it> 3.13-1mamba
- automatic version update by autodist
* Fri Dec 27 2013 Automatic Build System <autodist@mambasoft.it> 3.12.1-1mamba
- automatic update by autodist
* Wed Sep 18 2013 Automatic Build System <autodist@mambasoft.it> 3.11-1mamba
- automatic update by autodist
* Sun Jul 21 2013 Automatic Build System <autodist@mambasoft.it> 3.10-1mamba
- automatic update by autodist
* Tue Jun 11 2013 Automatic Build System <autodist@mambasoft.it> 3.9-1mamba
- update to 3.9
* Wed Mar 06 2013 Automatic Build System <autodist@mambasoft.it> 3.8-1mamba
- automatic version update by autodist
* Fri Jan 11 2013 Automatic Build System <autodist@mambasoft.it> 3.7-1mamba
- update to 3.7
* Sat Nov 03 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 3.6-1mamba
- update to 3.6
* Thu Aug 30 2007 Aleph0 <aleph0@openmamba.org> 6-1mamba
- update to version 6
* Tue Feb 08 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 3-1qilnx
- update to version 3 by autospec
* Fri Nov 19 2004 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6-1qilnx
- package created by autospec