SPECS: kernel-net-rtl8187.spec - shorter modules list, add source0...
glen
glen at pld-linux.org
Sun Mar 18 13:12:09 CET 2007
Author: glen Date: Sun Mar 18 12:12:09 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- shorter modules list, add source0-md5
---- Files affected:
SPECS:
kernel-net-rtl8187.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/kernel-net-rtl8187.spec
diff -u SPECS/kernel-net-rtl8187.spec:1.1 SPECS/kernel-net-rtl8187.spec:1.2
--- SPECS/kernel-net-rtl8187.spec:1.1 Sun Mar 18 02:26:14 2007
+++ SPECS/kernel-net-rtl8187.spec Sun Mar 18 13:12:04 2007
@@ -1,6 +1,4 @@
# $Revision$, $Date$
-# TODO:
-# - how to break lines while many modules passing?
# Conditional build:
%bcond_without dist_kernel # allow non-distribution kernel
%bcond_without kernel # don't build kernel modules
@@ -26,6 +24,7 @@
License: GPL v2
Group: Base/Kernel
Source0: ftp://61.56.86.122/cn/wlan/%{_rtlname}.zip
+# Source0-md5: c5b1c7e0c094fa943a52e1a78117308b
Patch0: kernel-net-%{name}-2.6.20.patch
URL: http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PNid=24&PFid=1&Level=6&Conn=5&DownTypeID=3&GetDown=false&Downloads=true
%if %{with kernel}
@@ -87,7 +86,7 @@
%build
%if %{with kernel}
-%build_kernel_modules -C ieee80211 -m ieee80211-rtl,ieee80211_crypt-rtl,ieee80211_crypt_ccmp-rtl,ieee80211_crypt_tkip-rtl,ieee80211_crypt_wep-rtl
+%build_kernel_modules -C ieee80211 -m ieee80211{-rtl,_crypt-rtl,_crypt_ccmp-rtl,_crypt_tkip-rtl,_crypt_wep-rtl}
%build_kernel_modules -C beta-8187 -m r8187
%endif
@@ -96,9 +95,9 @@
%if %{with kernel}
cd ieee80211
-%install_kernel_modules -m ieee80211-rtl,ieee80211_crypt-rtl,ieee80211_crypt_ccmp-rtl,ieee80211_crypt_tkip-rtl,ieee80211_crypt_wep-rtl -d net
+%install_kernel_modules -d net -m ieee80211{-rtl,_crypt-rtl,_crypt_ccmp-rtl,_crypt_tkip-rtl,_crypt_wep-rtl}
cd ../beta-8187
-%install_kernel_modules -m r8187 -d net
+%install_kernel_modules -d net -m r8187
%endif
%clean
@@ -136,10 +135,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2007/03/18 12:12:04 glen
+- shorter modules list, add source0-md5
+
Revision 1.1 2007/03/18 01:26:14 czarny
- new based on template-kernel-module.spec
- for USB WLAN dongles and the ones with motherboards (like ASUES)
- this is a Realtek version of rtl8180-sa2400 subroject for 8187 chip
- todo
- build, works, needs checkup
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/kernel-net-rtl8187.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list