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

Revision 3616, 2.4 KB checked in by daisuke, 13 years ago (diff)

iwlwifi-3945-ucode: update to 15.32.2.9

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