SPECS: rt2x00.spec - updated to 2006051313 cvs snapshot - build.pa...

wiget wiget at pld-linux.org
Mon May 15 14:40:02 CEST 2006


Author: wiget                        Date: Mon May 15 12:40:02 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 2006051313 cvs snapshot
- build.patch not needed now
NOTE: this uses (and provides) Devicescape IEEE80211 stack. 
      You can't set some parameters (like keys) using standard 
      wireless-tools package.

---- Files affected:
SPECS:
   rt2x00.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SPECS/rt2x00.spec
diff -u SPECS/rt2x00.spec:1.7 SPECS/rt2x00.spec:1.8
--- SPECS/rt2x00.spec:1.7	Sat Apr 22 03:53:47 2006
+++ SPECS/rt2x00.spec	Mon May 15 14:39:57 2006
@@ -9,8 +9,8 @@
 %undefine	with_smp
 %endif
 #
-%define		_subver	b3
-%define		_rel	0.%{_subver}.3
+%define		_snap	2006051313
+%define		_rel	0.%{_snap}.4
 Summary:	Linux driver for WLAN cards based on RT2x00 chipsets
 Summary(pl):	Sterownik dla Linuksa do kart WLAN opartych na układach RT2x00
 Name:		rt2x00
@@ -18,11 +18,11 @@
 Release:	%{_rel}@%{_kernel_ver_str}
 License:	GPL v2
 Group:		Base/Kernel
-Source0:	http://rt2x00.serialmonkey.com/%{name}-%{version}-%{_subver}.tar.gz
-# Source0-md5:	4881d742ee49d3ea12c435a91deacd41
+Source0:	http://rt2x00.serialmonkey.com/%{name}-cvs-daily.tar.gz
+# Source0-md5:	6e35166acaf0620a22296b9f7b381378
 Patch0:		%{name}-build.patch
 URL:		http://rt2x00.serialmonkey.com/
-%{?with_dist_kernel:BuildRequires:	kernel-module-build >= 3:2.6.7}
+%{?with_dist_kernel:BuildRequires:	kernel-module-build >= 3:2.6.13}
 BuildRequires:	rpmbuild(macros) >= 1.217
 Requires(post,postun):	/sbin/depmod
 %if %{with dist_kernel}
@@ -76,8 +76,8 @@
 Ten pakiet zawiera moduł jądra Linuksa SMP.
 
 %prep
-%setup -q -n %{name}-%{version}-%{_subver}
-%patch0 -p1
+%setup -q -n %{name}-cvs-%{_snap}
+#patch0 -p1
 
 %build
 # kernel module(s)
@@ -99,8 +99,19 @@
 	ln -sf %{_kernelsrcdir}/Module.symvers-$cfg o/Module.symvers
 	touch o/include/config/MARKER
         %{__make} -C %{_kernelsrcdir} O=$PWD/o prepare scripts
-	%{__make} clean
+	%{__make} clean \
+		KERNDIR=$PWD/o 
 	%{__make} -C %{_kernelsrcdir} modules \
+		KERNDIR=$PWD/o \
+%if "%{_target_base_arch}" != "%{_arch}"
+                ARCH=%{_target_base_arch} \
+                CROSS_COMPILE=%{_target_base_cpu}-pld-linux- \
+%endif
+                HOSTCC="%{__cc}" \
+		M=$PWD/ieee80211 O=$PWD/o \
+		%{?with_verbose:V=1}
+	%{__make} -C %{_kernelsrcdir} modules \
+		KERNDIR=$PWD/o \
 %if "%{_target_base_arch}" != "%{_arch}"
                 ARCH=%{_target_base_arch} \
                 CROSS_COMPILE=%{_target_base_cpu}-pld-linux- \
@@ -109,7 +120,7 @@
 		M=$PWD O=$PWD/o \
 		%{?with_verbose:V=1}
 	mkdir o-$cfg
-	mv *.ko o-$cfg/
+	mv *.ko ieee80211/*.ko o-$cfg/
 done
 cd -
 
@@ -158,6 +169,13 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2006/05/15 12:39:57  wiget
+- updated to 2006051313 cvs snapshot
+- build.patch not needed now
+NOTE: this uses (and provides) Devicescape IEEE80211 stack.
+      You can't set some parameters (like keys) using standard
+      wireless-tools package.
+
 Revision 1.7  2006/04/22 01:53:47  aredridel
 - build fix
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/rt2x00.spec?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list