SPECS: ipw3945.spec - up to 1.1.0 and add TODO
wolvverine
wolvverine at pld-linux.org
Sun Aug 6 20:25:11 CEST 2006
Author: wolvverine Date: Sun Aug 6 18:25:11 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 1.1.0 and add TODO
---- Files affected:
SPECS:
ipw3945.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SPECS/ipw3945.spec
diff -u SPECS/ipw3945.spec:1.4 SPECS/ipw3945.spec:1.5
--- SPECS/ipw3945.spec:1.4 Thu Aug 3 18:33:45 2006
+++ SPECS/ipw3945.spec Sun Aug 6 20:25:05 2006
@@ -1,12 +1,14 @@
# $Revision$, $Date$
+#TODO:
+#- warnings *** Warning: "ieee80211_get_channel_flags" and *** Warning: "ieee80211_get_channel"
# Conditional build:
%bcond_without dist_kernel # allow non-distribution kernel
%bcond_without smp # don't build SMP module
%bcond_with verbose # verbose build (V=1)
#
-%define _rel 1
+%define _rel 2
%define _ieeever 1.1.14
-%define _fwver 1.13
+%define _fwver 1.13
Summary: Intel(R) PRO/Wireless 3945 Driver for Linux
Summary(de): Intel(R) PRO/Wireless 3945 Treiber für Linux
@@ -16,8 +18,8 @@
Release: %{_rel}
License: GPL v2
Group: Base/Kernel
-Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}-pre2.tgz
-# Source0-md5: c4c42572e88d5606ba1dc9383e56061d
+Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}.tgz
+# Source0-md5: 1f393d7a080879dba1a824dec251d71e
Patch0: %{name}-bashizm.patch
URL: http://ipw3945.sourceforge.net/
BuildRequires: ieee80211-devel >= %{_ieeever}
@@ -88,7 +90,7 @@
PRO/Wireless 3945.
%prep
-%setup -q -n %{name}-%{version}-pre2
+%setup -q -n %{name}-%{version}
%patch0 -p1
%build
@@ -134,13 +136,22 @@
cd built
install %{?with_dist_kernel:up}%{!?with_dist_kernel:nondist}/ipw3945.ko \
$RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}/misc/ipw3945_current.ko
-echo "alias ipw3945 ipw3945_current" \
+echo "alias ipw3945 ipw3945_current
+ install ipw3945 /sbin/modprobe --ignore-install ipw3945 ; sleep 0.5 ; \
+ /sbin/ipw3945d-$(uname -r) --quiet
+ remove ipw3945 /sbin/ipw3945d-$(uname -r) --kill ; \
+ /sbin/modprobe -r --ignore-remove ipw3945" \
>> $RPM_BUILD_ROOT%{_sysconfdir}/modprobe.d/%{_kernel_ver}/ipw3945.conf
%if %{with smp} && %{with dist_kernel}
install smp/ipw3945.ko \
$RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}smp/misc/ipw3945_current.ko
-echo "alias ipw3945 ipw3945_current" \
+echo "alias ipw3945 ipw3945_current
+ install ipw3945 /sbin/modprobe --ignore-install ipw3945 ; sleep 0.5 ; \
+ /sbin/ipw3945d-$(uname -r) --quiet
+ remove ipw3945 /sbin/ipw3945d-$(uname -r) --kill ; \
+ /sbin/modprobe -r --ignore-remove ipw3945
+" \
>> $RPM_BUILD_ROOT%{_sysconfdir}/modprobe.d/%{_kernel_ver}smp/ipw3945.conf
%endif
@@ -177,6 +188,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2006/08/06 18:25:05 wolvverine
+- up to 1.1.0 and add TODO
+
Revision 1.4 2006/08/03 16:33:45 wolvverine
- remove BR: hotplug
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/ipw3945.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list