source: projects/specs/trunk/i/iwlwifi-3945-ucode/iwlwifi-3945-ucode-vl.spec @ 521

Revision 521, 2.3 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: Microcode for the Intel PRO/Wireless 3945 Driver
2Summary(ja): Intel PRO/Wireless 3945 ドライバ用マイクロコード
3Name: iwlwifi-3945-ucode
4Version: 15.28.2.8
5Release: 1%{?_dist_release}
6License: distributable, no modification permitted
7Group: System Environment/Kernel
8URL: http://intellinuxwireless.org/?p=iwlwifi
9Source0: http://intellinuxwireless.org/iwlwifi/downloads/%{name}-%{version}.tgz
10Source1: http://intellinuxwireless.org/iwlwifi/downloads/%{name}-15.28.1.8.tgz
11Source2: http://intellinuxwireless.org/iwlwifi/downloads/%{name}-2.14.4.tgz
12BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
13BuildArch: noarch
14
15%description
16The file iwlwifi-3945.ucode provided in this package is required to be
17present on your system in order for the Intel PRO/Wireless 3945ABG
18Network Connection Adapter driver for Linux (iwlwifi) to be able to
19operate on your system.
20
21On adapter initialization, and at varying times during the uptime of
22the adapter, the microcode is loaded into the RAM on the network
23adapter.  The microcode provides the low level MAC features including
24radio control and high precision timing events (backoff, transmit,
25etc.) while also providing varying levels of packet filtering which can
26be used to keep the host from having to handle packets that are not of
27interest given the current operating mode of the device.
28
29%prep
30%setup -q -a 1 -a 2
31
32%install
33rm -rf %{buildroot}
34mkdir -p %{buildroot}/lib/firmware
35install -p -m0644 *.ucode %{buildroot}/lib/firmware/
36install -p -m0644 */*.ucode %{buildroot}/lib/firmware/
37
38%clean
39rm -rf %{buildroot}
40
41%files
42%defattr(-,root,root,-)
43%doc LICENSE* README*
44/lib/firmware/*
45
46%changelog
47* Tue Dec 30 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 15.28.2.8-1
48- new upstream release
49- add 15.28.2.8 (iwlwifi-3945-2.ucode)
50- add 15.28.1.8 (iwlwifi-3945-1.ucode)
51- keep 2.14.1.5 (iwlwifi-3945.ucode)
52
53* Fri May 16 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1.5-1
54- initial build for Vine Linux
55
56* Tue Jul 31 2007 Axel Thimm <Axel.Thimm@ATrpms.net> - 2.14.1.5-4
57- Update to 2.14.1.5.
58
59* Thu Jun 28 2007 Axel Thimm <Axel.Thimm@ATrpms.net> - 2.14.4-3
60- Update to 2.14.4.
61
62* Mon May 28 2007 Axel Thimm <Axel.Thimm@ATrpms.net> - 2.14.3-1
63- Update to 2.14.3.
64
65* Tue Feb 13 2007 Axel Thimm <Axel.Thimm@ATrpms.net> - 2.14.1-1
66- Initial build.
Note: See TracBrowser for help on using the repository browser.