--- wpa_supplicant.spec 2005-07-02 12:50:54 +0400 +++ wpa_supplicant.spec.new 2005-09-12 00:44:57 +0400 @@ -1,6 +1,6 @@ Name: wpa_supplicant Version: 0.3.9 -Release: alt2 +Release: alt3 License: GPL/BSD Group: Security/Networking Summary: wpa_supplicant is an implementation of the WPA Supplicant component @@ -11,12 +11,13 @@ Source3: %name.config Patch1: %name-driver_ipw.c.patch +%define madwifi_module_version 0.9.14.9 PreReq: coreutils PreReq: modutils # Automatically added by buildreq on Thu Oct 07 2004 -BuildRequires: libssl-devel +BuildRequires: libssl-devel kernel-source-madwifi = %madwifi_module_version %description wpa_supplicant is an implementation of the WPA Supplicant component, @@ -37,6 +38,8 @@ %build %__cp %SOURCE3 .config +tar -jxvf %kernel_src/kernel-source-madwifi-%madwifi_module_version.tar.bz2 +export CFLAGS="$CFLAGS -Ikernel-source-madwifi-%madwifi_module_version" %make_build %install @@ -60,6 +63,9 @@ %doc COPYING README ChangeLog %changelog +* Sun Sep 11 2005 Andrey Brindeew 0.3.9-alt3 +- Build with madwifi driver + * Sat Jul 02 2005 Alexei Takaseev 0.3.9-alt2 - fix ipw2100/ipw2200 drivers