Summary: Regulatory Daemon for the Intel PRO/Wireless 3945ABG Network Connection Name: ipw3945d Version: 1.7.19 Release: 1 License: Distributable Group: System Environment/Daemons URL: http://bughost.org/ipw3945/ Source0: http://bughost.org/ipw3945/daemon/%{name}-%{version}.tgz Source1: http://bughost.org/ipw3945/daemon/README.%{name} Source2: ipw3945.init BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Prereq: /sbin/chkconfig %description The regulatory daemon is responsible for controlling and configuring aspects of the hardware required to operate the device within compliance of various regulatory agencies. This includes controlling which channels are allowed to do active/passive scanning, transmit power levels, which channels are allowed to be transmitted on, and support for IEEE 802.11h (DFS and TPC). %prep %setup -q %build %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/usr/sbin mkdir -p $RPM_BUILD_ROOT/etc/init.d install -m755 %{SOURCE2} $RPM_BUILD_ROOT/etc/init.d/ipw3945 ## FIXME: install -p x86/ipw3945d $RPM_BUILD_ROOT/usr/sbin/ #%ifarch %{ix86} #install -p x86/ipw3945d $RPM_BUILD_ROOT/usr/sbin/ #%endif #%ifarch x86_64 #install -p x86_64/ipw3945d $RPM_BUILD_ROOT/usr/sbin/ #%endif %clean rm -rf $RPM_BUILD_ROOT %post /sbin/chkconfig --add ipw3945 %preun if [ $1 = 0 ] ; then service ipw3945 stop > /dev/null 2>&1 /sbin/chkconfig --del ipw3945 fi %files %defattr(-, root, root, 0755) %doc LICENSE.ipw3945d README.ipw3945d /etc/init.d/ipw3945 /usr/sbin/ipw3945d %changelog * Tue Jul 4 2006 Satoru SATOH - 1.7.19-1 - Initial RPM package, based on ipw3945-ucode.spec.