auto-import changelog data from ethtool-1.2-1.src.rpm
Fri Aug 03 2001 Bill Nottingham <notting@redhat.com - return of ethtool! (#50475)
This commit is contained in:
parent
99157aaa61
commit
c79aac4b2d
@ -1 +1 @@
|
||||
ethtool-1.0.tgz
|
||||
ethtool-1.2.tar.gz
|
||||
|
23
ethtool.spec
23
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 <notting@redhat.com
|
||||
- return of ethtool! (#50475)
|
||||
|
||||
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
||||
- automatic rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user