]> git.pld-linux.org Git - packages/wpa_supplicant.git/commitdiff
- up to 0.4.5; optflags done; rc-scripts todo dropped from here; no need to separate cli auto/ac/wpa_supplicant-0_4_5-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 2 Oct 2005 15:42:36 +0000 (15:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wpa_supplicant.spec -> 1.8

wpa_supplicant.spec

index bb5ad601cd68381c368af07ebb0b380a32600b9a..3f1f4424d63d0ebf7f394f5ef8c9beefc10bbe2a 100644 (file)
@@ -1,21 +1,17 @@
-# TODO:
-# - optflags
-# - init script or support in rc-scripts
-# - separate cli, check BRs/Rs
-#
 Summary:       Linux WPA/WPA2/RSN/IEEE 802.1X supplicant
 Summary(pl):   Suplikant WPA/WPA2/RSN/IEEE 802.1X dla Linuksa
 Name:          wpa_supplicant
-Version:       0.4.4
-Release:       0.1
+Version:       0.4.5
+Release:       1
 License:       GPL v2
 Group:         Networking 
 Source0:       http://hostap.epitest.fi/releases/%{name}-%{version}.tar.gz
-# Source0-md5: 29c70c9ee0891072db413459cdac2e18
+# Source0-md5: 28347563119f09fc963bcdf9d16265a3
 Source1:       %{name}.config
 Patch0:                %{name}-makefile.patch
 URL:           http://hostap.epitest.fi/wpa_supplicant/
 BuildRequires: madwifi-devel
+BuildRequires: ncurses-devel
 BuildRequires: openssl-devel
 BuildRequires: readline-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -66,11 +62,14 @@ Obs
 %prep
 %setup -q
 %patch0 -p1
+sed -i -e 's#-O2#$(OPT)#g' Makefile
 
 install %{SOURCE1} .config
 
 %build
-%{__make}
+%{__make} \
+       CC="%{__cc}" \
+       OPT="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.103109 seconds and 4 git commands to generate.