%define debug_package %{nil} Summary: Daemon which configures 802.11b networking by scanning for available networks. Name: waproamd Version: @PACKAGE_VERSION@ Release: 1 URL: http://0pointer.de/lennart/projects/waproamd/ Source: %{name}-%{version}.tar.gz License: GPL Group: Networking/Daemons BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildPrereq: libdaemon-devel %description waproamd is a roaming daemon for wireless IEEE 802.11 NICs supporting the Linux wireless extensions. It is intended to configure the WEP keys according to the networks found. An alternative implementation of a tool like this is wlandetect. %prep %setup -q %build %configure make %install [ ! -z "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT %makeinstall sysvinitdir="$RPM_BUILD_ROOT"/etc/rc.d/init.d %clean [ ! -z "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc LICENSE README %config /etc/waproamd/waproamd.conf %config /etc/waproamd/scripts/default /usr/sbin/waproamd /etc/rc.d/init.d/waproamd %{_mandir}/man5/waproamd.conf.5.gz %{_mandir}/man8/waproamd.8.gz %changelog * Fri Jan 30 2004 Sean Reifschneider [0.5b-1] - Initial .spec creation.