SPECS: kernel-net-zd1211.spec - use gnu awk

arekm arekm at pld-linux.org
Sat Jun 18 14:44:49 CEST 2005


Author: arekm                        Date: Sat Jun 18 12:44:49 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use gnu awk

---- Files affected:
SPECS:
   kernel-net-zd1211.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SPECS/kernel-net-zd1211.spec
diff -u SPECS/kernel-net-zd1211.spec:1.6 SPECS/kernel-net-zd1211.spec:1.7
--- SPECS/kernel-net-zd1211.spec:1.6	Sat Jun 18 14:23:19 2005
+++ SPECS/kernel-net-zd1211.spec	Sat Jun 18 14:44:44 2005
@@ -20,6 +20,7 @@
 # Source0-md5:	23f9e42f7930ae1189016f5081e7c76b
 URL:		http://zd1211.sourceforge.net/
 %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
@@ -64,7 +65,7 @@
 
 %build
 # kernel module(s)
-cat src/zddevlist | awk -f src/zddevlist.awk > src/zddevlist.h
+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
@@ -138,6 +139,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2005/06/18 12:44:44  arekm
+- use gnu awk
+
 Revision 1.6  2005/06/18 12:23:19  arekm
 - fix build
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/kernel-net-zd1211.spec?r1=1.6&r2=1.7&f=u




More information about the pld-cvs-commit mailing list