Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > media > main-src > by-pkgid > c1962101d318a4325b84fbe24c8b3ba2 > files > 4

waproamd-0.6-4mdk.src.rpm

%define name	waproamd
%define version	0.6
%define release 4mdk

Name: 	 	%{name}
Summary: 	Roaming daemon for wireless NICs supporting the Linux wireless extensions
Version: 	%{version}
Release: 	%{release}

Source:		%{name}-%{version}.tar.bz2
Source1:	waproamd.default.bz2
Patch:		%{name}-0.6-chkconfig.patch.bz2
URL:		http://0pointer.de/lennart/projects/waproamd/
License:	GPL
Group:		System/Configuration/Networking
BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildRequires:	libdaemon-devel lynx xml2man

%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.  WapRoamD is intended to be used together with ifplugd.
Whenever an association succeeds, ifplugd detects it and runs further
configuration commands for it.

%prep
%setup -q
%patch -p1
# use interface name autodetection by default
perl -p -i -e 's/wlan0/auto/g' conf/waproamd.conf
bzcat %SOURCE1 > conf/default
chmod 755 conf/default

%build
%configure2_5x
%make
										
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall sysvinitdir=$RPM_BUILD_ROOT/%_sysconfdir/init.d

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc LICENSE doc/README.* doc/*.css
%{_sbindir}/%name
%config(noreplace) %{_sysconfdir}/init.d/%name
%config(noreplace) %{_sysconfdir}/%name
%{_mandir}/man5/*
%{_mandir}/man8/*

%changelog
* Wed Aug 4 2004 Austin Acton <austin@mandrake.org> 0.6-4mdk
- make alert_applet aware
  (and netprofile aware too, if you're interested)

* Wed Aug 4 2004 Austin Acton <austin@mandrake.org> 0.6-3mdk
- autodetect interface name by default
- set config files as config

* Sun Jun 27 2004 Austin Acton <austin@mandrake.org> 0.6-2mdk
- enable chkconfig (James Gregory)
- configure 2.5

* Mon Feb 16 2004 Austin Acton <austin@mandrake.org> 0.6-1mdk
- 0.6

* Mon Jan 26 2004 Austin Acton <austin@mandrake.org> 0.5b-1mdk
- 0.5b

* Tue Nov 18 2003 Austin Acton <austin@linux.ca> 0.4-1mdk
- 0.4

* Sun Nov 9 2003 Austin Acton <aacton@yorku.ca> 0.3b-1mdk
- initial package