diff --git a/.cvsignore b/.cvsignore index 935bf9e..9558c5d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -ethtool-1.0.tgz +ethtool-1.2.tar.gz diff --git a/ethtool.spec b/ethtool.spec index 64b7371..c0c58fd 100644 --- a/ethtool.spec +++ b/ethtool.spec @@ -1,40 +1,41 @@ -Summary: Ethernet settings tool for SPARC HME cards +Summary: Ethernet settings tool for PCI ethernet cards Name: ethtool -Version: 1.0 -Release: 5 -ExclusiveArch: sparc +Version: 1.2 +Release: 1 Copyright: GPL Group: Applications/System -Source: ftp://sunsite.mff.cuni.cz/OS/Linux/Sparc/local/ethtool/ethtool-1.0.tgz -Patch0: ethtool-1.0-mandir.patch +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, and autonegotiation. -ethtool currently supports SPARC Happy Meal Ethernet -cards (both SBUS and PCI). +card settings, such as speed, port, autonegotiation, +and PCI locations. %prep %setup -q -%patch0 -p1 -b .mandir %build +%configure make %install rm -rf $RPM_BUILD_ROOT -make INSTALLPREFIX=$RPM_BUILD_ROOT mandir=%{_mandir} install +%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 - automatic rebuild diff --git a/sources b/sources index 188c656..be2f2ed 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9c9cd55f9fbbb4e899763bd8421fb106 ethtool-1.0.tgz +8ef5c4d9494a1758b5f256fac8d52079 ethtool-1.2.tar.gz