Summary: Wireless ethernet configuration tools Group: System Environment/Base License: GPL Name: wireless-tools Version: 22 Release: 3 URL: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html Source: http://pcmcia-cs.sourceforge.net/ftp/contrib/wireless_tools.%{version}.tar.gz Patch1: wireless-tools-glibc.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root ExcludeArch: s390 s390x %description This package contain the Wireless tools, used to manipulate the Wireless Extensions. The Wireless Extension is an interface allowing you to set Wireless LAN specific parameters and get the specific stats for wireless networking equipment. %prep %setup -n wireless_tools.%{version} %patch1 -p1 %build make clean make %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/sbin mkdir -p $RPM_BUILD_ROOT%{_mandir}/man8 make install INSTALL_DIR=$RPM_BUILD_ROOT/sbin for foo in *.8 ; do install -m 644 $foo $RPM_BUILD_ROOT%{_mandir}/man8 done %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc INSTALL README /sbin/* %{_mandir}/man*/* %changelog * Wed Dec 26 2001 Dale Bewley - Bump to version 22 and compile on 2.4.16 * Sun Jul 8 2001 Bill Nottingham - rebuild against new kernel * Tue Jun 19 2001 Florian La Roche - add ExcludeArch: s390 s390x * Sun Apr 22 2001 Bill Nottingham - update to version 21 * Wed Feb 14 2001 Bill Nottingham - fix build with glibc-2.2 - also, rebuild so it no longer dumps core. :) * Tue Dec 05 2000 Florian La Roche - added a clean section in the spec file * Thu Jul 13 2000 Prospector - automatic rebuild * Fri Mar 10 2000 Bill Nottingham - initial build