c79aac4b2d
Fri Aug 03 2001 Bill Nottingham <notting@redhat.com - return of ethtool! (#50475)
54 lines
1.1 KiB
RPMSpec
54 lines
1.1 KiB
RPMSpec
Summary: Ethernet settings tool for PCI ethernet cards
|
|
Name: ethtool
|
|
Version: 1.2
|
|
Release: 1
|
|
Copyright: GPL
|
|
Group: Applications/System
|
|
Source: http://download.sourceforge.net/gkernel/%{name}-%{version}.tar.gz
|
|
BuildRoot: /var/tmp/ethtool-root
|
|
|
|
%description
|
|
This utility allows querying and changing of ethernet
|
|
card settings, such as speed, port, autonegotiation,
|
|
and PCI locations.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure
|
|
make
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
%makeinstall
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc AUTHORS ChangeLog COPYING NEWS README
|
|
/usr/sbin/ethtool
|
|
/%{_mandir}/man8/ethtool.*
|
|
|
|
%changelog
|
|
* Fri Aug 3 2001 Bill Nottingham <notting@redhat.com
|
|
- return of ethtool! (#50475)
|
|
|
|
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
|
- automatic rebuild
|
|
|
|
* Sun Jun 18 2000 Matt Wilson <msw@redhat.com>
|
|
- rebuilt for next release
|
|
- use FHS man path
|
|
|
|
* Tue Feb 22 2000 Bill Nottingham <notting@redhat.com>
|
|
- handle compressed manpages
|
|
|
|
* Wed Apr 14 1999 Bill Nottingham <notting@redhat.com>
|
|
- run through with new s/d
|
|
|
|
* Tue Apr 13 1999 Jakub Jelinek <jj@ultra.linux.cz>
|
|
- initial package.
|