SPECS: kernel-net-zd1211.spec - started work on new ver
arekm
arekm at pld-linux.org
Sun Oct 9 10:38:39 CEST 2005
Author: arekm Date: Sun Oct 9 08:38:39 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- started work on new ver
---- Files affected:
SPECS:
kernel-net-zd1211.spec (1.9 -> 1.10)
---- Diffs:
================================================================
Index: SPECS/kernel-net-zd1211.spec
diff -u SPECS/kernel-net-zd1211.spec:1.9 SPECS/kernel-net-zd1211.spec:1.10
--- SPECS/kernel-net-zd1211.spec:1.9 Thu Sep 15 20:25:05 2005
+++ SPECS/kernel-net-zd1211.spec Sun Oct 9 10:38:33 2005
@@ -6,9 +6,9 @@
%bcond_without smp # don't build SMP module
%bcond_with verbose # verbose build (V=1)
#
-%define _zd1211_ver 0.0.1
+%define _zd1211_ver 0.0.2
%define _zd1211_name zd1211
-%define _rel 2
+%define _rel 1
Summary: Linux driver for WLAN cards based on zd1211
Summary(pl): Sterownik dla Linuksa do kart bezprzewodowych opartych na układzie zd1211
Name: kernel-net-zd1211
@@ -17,10 +17,9 @@
Group: Base/Kernel
License: GPL v2
Source0: %{_zd1211_name}.tar.gz
-# Source0-md5: 23f9e42f7930ae1189016f5081e7c76b
-URL: http://zd1211.sourceforge.net/
+# Source0-md5: 7f5ae904b60df48cd2a15777d3c94049
+URL: http://zd1211.ath.cx/
%if %{with kernel}
-BuildRequires: gawk
%{?with_dist_kernel:BuildRequires: kernel-module-build >= 2.6.7}
%{?with_dist_kernel:%requires_releq_kernel_up}
Requires(post,postun): /sbin/depmod
@@ -65,8 +64,6 @@
%build
# kernel module(s)
-cat src/zddevlist | gawk -f src/zddevlist.awk > src/zddevlist.h
-cd src
for cfg in %{?with_dist_kernel:%{?with_smp:smp} up}%{!?with_dist_kernel:nondist}; do
if [ ! -r "%{_kernelsrcdir}/config-$cfg" ]; then
exit 1
@@ -95,8 +92,6 @@
%install
rm -rf $RPM_BUILD_ROOT
-cd src
-
install -d $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}{,smp}/kernel/drivers/usb/net
for i in zd1211_mod; do
install $i-%{?with_dist_kernel:up}%{!?with_dist_kernel:nondist}.ko \
@@ -140,6 +135,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.10 2005/10/09 08:38:33 arekm
+- started work on new ver
+
Revision 1.9 2005/09/15 18:25:05 sparky
- prepared for kernel >= 2.6.13: link Module.symvers
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/kernel-net-zd1211.spec?r1=1.9&r2=1.10&f=u
More information about the pld-cvs-commit
mailing list