%define ver 1.4.2 %define rel 1 Summary: Cobalt ethernet EEPROM access tool Name: enet_eeprom Version: %ver Release: %rel Copyright: proprietary Vendor: Sun Microsystems Group: Base/Utils ExclusiveOS: Linux Source: enet_eeprom.tar.gz # This package comes from the cobalt_os CVS tree - do not change it outside that # context! :) %changelog * Fri Aug 03 2001 - sopass is always 6 bytes * Wed Aug 01 2001 - fixed writing for natsemi - cleaned up cmd line options * Wed May 23 2001 - added wake on lan support for the natsemi driver * Wed Dec 06 2000 - initial creation of package %description This package contains the Cobalt ethernet EEPROM access tool. %prep if [ "X" != "${RPM_BUILD_ROOT}X" ]; then rm -rf $RPM_BUILD_ROOT fi %setup -q -n enet_eeprom mkdir -p $RPM_BUILD_ROOT/usr/sbin/ %build make %install make install PREFIX=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files /usr/sbin/enet_eeprom