# Summary: Diagnostic program for Ethernet adapters under Linux. Name: isa-ether-diag Version: 1.2 Release: 1 Copyright: GPL Group: System Environment/Drivers Source0: ftp://www.scyld.com/pub/isa-diag/isa-diag.tgz # Other paths. #Source1: ftp://www.scyld.com/pub/isa-diag/ URL: http://www.scyld.com/diag/index.html Distribution: Scyld-Beowulf Vendor: Scyld Computing Corp. Packager: Donald Becker Buildroot: /tmp/scyld/netdiag Provides: isa-ether-diag %description Diagnostic and configuration programs for most ISA Ethernet adapters supported by Linux. Information and updated versions are at the Scyld Computing Corporation website, http://www.scyld.com. %prep # %setup -c -T # %setup -n srcdir/ -b 0 rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT %setup -c -b 0 %build make all %install mkdir -p $RPM_BUILD_ROOT/usr/sbin/ make install instdir=$RPM_BUILD_ROOT/usr/sbin/ %post # There is no post-install configuration. %files /usr/sbin/ # When we have documentation we mark those files as optionally installed # as follows: # %doc /usr/doc/isa-ether-diag/* # Local variables: # compile-command: "rpm -ba isa-ether-diag.spec" # End: