From 99157aaa61523d268ef1f3dd457ebd8341b67912 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 04:34:19 +0000 Subject: [PATCH] auto-import changelog data from ethtool-1.0-5.src.rpm Wed Jul 12 2000 Prospector - automatic rebuild Sun Jun 18 2000 Matt Wilson - rebuilt for next release - use FHS man path Tue Feb 22 2000 Bill Nottingham - handle compressed manpages Wed Apr 14 1999 Bill Nottingham - run through with new s/d Tue Apr 13 1999 Jakub Jelinek - initial package. --- .cvsignore | 1 + ethtool.spec | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 54 insertions(+) create mode 100644 ethtool.spec diff --git a/.cvsignore b/.cvsignore index e69de29..935bf9e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +ethtool-1.0.tgz diff --git a/ethtool.spec b/ethtool.spec new file mode 100644 index 0000000..64b7371 --- /dev/null +++ b/ethtool.spec @@ -0,0 +1,52 @@ +Summary: Ethernet settings tool for SPARC HME cards +Name: ethtool +Version: 1.0 +Release: 5 +ExclusiveArch: sparc +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 +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 +%patch0 -p1 -b .mandir + +%build +make + +%install +rm -rf $RPM_BUILD_ROOT +make INSTALLPREFIX=$RPM_BUILD_ROOT mandir=%{_mandir} install + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +/usr/sbin/ethtool +/%{_mandir}/man8/ethtool.* + +%changelog +* Wed Jul 12 2000 Prospector +- automatic rebuild + +* Sun Jun 18 2000 Matt Wilson +- rebuilt for next release +- use FHS man path + +* Tue Feb 22 2000 Bill Nottingham +- handle compressed manpages + +* Wed Apr 14 1999 Bill Nottingham +- run through with new s/d + +* Tue Apr 13 1999 Jakub Jelinek +- initial package. diff --git a/sources b/sources index e69de29..188c656 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +9c9cd55f9fbbb4e899763bd8421fb106 ethtool-1.0.tgz