source: projects/specs/trunk/z/zd1211-firmware/zd1211-firmware-vl.spec @ 3509

Revision 3509, 1.2 KB checked in by owa, 13 years ago (diff)

rebuilt

Line 
1Summary: Firmware for the ZyDAS ZD1211 Driver.
2Summary(ja): ZyDAS ZD1211 ドライバ用のファームウェア
3Name: zd1211-firmware
4Version: 1.4
5Release: 2%{?_dist_release}
6Source0: zd1211-firmware-%{version}.tar.bz2
7License: GPL
8Group: System Environment/Kernel
9URL: http://sourceforge.net/project/showfiles.php?group_id=129083
10BuildRoot: %{_tmppath}/%{name}-%{version}-root
11BuildArch: noarch
12
13%description
14Linux driver for the ZyDAS ZD1211(b) 802.11a/b/g USB WLAN chip. There
15is the community zd1211 driver (based on the ZyDAS GPL driver) and the
16rewritten zd1211rw driver (included in Linux 2.6.18-rc1 and newer).
17
18%description -l ja
19このパッケージは ZyDAS ZD1211(b) 802.11a/b/g USB ドライバ用のファームウェアです。
20
21%prep
22%setup -q -c
23
24%install
25%__rm -rf ${RPM_BUILD_ROOT}
26%__mkdir_p ${RPM_BUILD_ROOT}/lib/firmware
27%__install -p -m644 zd1211-firmware/* ${RPM_BUILD_ROOT}/lib/firmware
28
29%clean
30%__rm -rf ${RPM_BUILD_ROOT}
31
32%files
33%defattr(-,root,root)
34%doc zd1211-firmware/COPYING
35%doc zd1211-firmware/README
36/lib/firmware/*
37
38%changelog
39* Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 1.4-2
40- rebuilt with rpm-4.8.1-3
41
42* Thu Apr 09 2009 Shu KONNO <owa@bg.wakwak.com> 1.4-1vl5
43- initial build for Vine Linux
44
Note: See TracBrowser for help on using the repository browser.