Sophie

Sophie

distrib > Mandriva > 7.2 > i586 > by-pkgid > d4d2eef81a6d41fe4a460a18c50d8b7f > files > 2

ethtool-1.0-1mdk.src.rpm

Summary: Ethernet settings tool for SPARC HME cards
Name: ethtool
Version: 1.0
Release: 1mdk
ExclusiveArch: sparc
Copyright: GPL
Group: Applications/System
Source: ftp://sunsite.mff.cuni.cz/OS/Linux/Sparc/local/ethtool/ethtool-1.0.tgz
BuildRoot: /var/tmp/ethtool-root

%description
This utility allows querying and changing of ethernet
card settings, such as speed, port, and autonegotiation.
ethtool currently supports SPARC Happy Meal Ethernet
cards (both SBUS and PCI).

%prep
%setup -q

%build
make

%install
rm -rf $RPM_BUILD_ROOT
make INSTALLPREFIX=$RPM_BUILD_ROOT install
bzip2 -9f $RPM_BUILD_ROOT/usr/man/man8/ethtool.8
%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
/usr/sbin/ethtool
%doc /usr/man/man8/ethtool.8.bz2

%changelog
* Wed Jan 19 2000 Frederic Lepied <flepied@mandrakesoft.com> 1.0-1mdk

- first mandrake version.

* 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.