View | Details | Raw Unified | Return to bug 7924
Collapse All | Expand All

(-)wpa_supplicant.spec (-2 / +8 lines)
Lines 1-6 Link Here
1
Name: wpa_supplicant
1
Name: wpa_supplicant
2
Version: 0.3.9
2
Version: 0.3.9
3
Release: alt2
3
Release: alt3
4
License: GPL/BSD
4
License: GPL/BSD
5
Group: Security/Networking
5
Group: Security/Networking
6
Summary: wpa_supplicant is an implementation of the WPA Supplicant component
6
Summary: wpa_supplicant is an implementation of the WPA Supplicant component
Lines 11-22 Link Here
11
Source3: %name.config
11
Source3: %name.config
12
12
13
Patch1: %name-driver_ipw.c.patch
13
Patch1: %name-driver_ipw.c.patch
14
%define madwifi_module_version	0.9.14.9
14
15
15
PreReq: coreutils
16
PreReq: coreutils
16
PreReq: modutils
17
PreReq: modutils
17
18
18
# Automatically added by buildreq on Thu Oct 07 2004
19
# Automatically added by buildreq on Thu Oct 07 2004
19
BuildRequires: libssl-devel
20
BuildRequires: libssl-devel kernel-source-madwifi = %madwifi_module_version
20
21
21
%description
22
%description
22
wpa_supplicant is an implementation of the WPA Supplicant component,
23
wpa_supplicant is an implementation of the WPA Supplicant component,
Lines 37-42 Link Here
37
38
38
%build
39
%build
39
%__cp %SOURCE3 .config
40
%__cp %SOURCE3 .config
41
tar -jxvf %kernel_src/kernel-source-madwifi-%madwifi_module_version.tar.bz2
42
export CFLAGS="$CFLAGS -Ikernel-source-madwifi-%madwifi_module_version"
40
%make_build
43
%make_build
41
44
42
%install
45
%install
Lines 60-65 Link Here
60
%doc COPYING README ChangeLog
63
%doc COPYING README ChangeLog
61
64
62
%changelog
65
%changelog
66
* Sun Sep 11 2005 Andrey Brindeew <abr@altlinux.org> 0.3.9-alt3
67
- Build with madwifi driver
68
63
* Sat Jul 02 2005 Alexei Takaseev <taf@altlinux.ru> 0.3.9-alt2
69
* Sat Jul 02 2005 Alexei Takaseev <taf@altlinux.ru> 0.3.9-alt2
64
- fix ipw2100/ipw2200 drivers
70
- fix ipw2100/ipw2200 drivers
65
71

Return to bug 7924