source: projects/specs/branches/6/i/ipw3945-firmware/ipw3945-firmware-vl.spec @ 521

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

import VineSeed package specs

Line 
1Summary: Firmware for the Intel PRO/Wireless 3945 Driver
2Summary(ja): Intel PRO/Wireless 3945 ドライバ用のファームウェア
3Name: ipw3945-firmware
4Version: 1.14.2
5Release: 1%{?_dist_release}
6License: distributable
7Group: System Environment/Kernel
8URL: http://bughost.org/ipw3945/
9Source0: http://bughost.org/ipw3945/ucode/ipw3945-ucode-%{version}.tgz
10BuildRoot: %{_tmppath}/%{name}-%{version}-root
11BuildArch: noarch
12
13Vendor: Project Vine
14Distribution: Vine Linux
15Packager: Daisuke SUZUKI <daisuke@linux.or.jp>
16
17%description
18The file ipw3945.ucode provided in this package is required to be
19present on your system in order for the Intel PRO/Wireless 3945ABG
20Network Connection Adapater driver for Linux (ipw3945) to be able to
21operate on your system.
22
23On adapter initialization, and at varying times during the uptime of
24the adapter, the microcode is loaded into the RAM on the network
25adapter.  The microcode provides the low level MAC features including
26radio control and high precision timing events (backoff, transmit,
27etc.) while also providing varying levels of packet filtering which
28can be used to keep the host from having to handle packets that are
29not of interest given the current operating mode of the device.
30
31%prep
32%setup -q -n ipw3945-ucode-%{version}
33
34%install
35rm -rf %{buildroot}
36mkdir -p %{buildroot}/lib/firmware
37install -p *.ucode  %{buildroot}/lib/firmware/
38
39%clean
40rm -rf %{buildroot}
41
42%files
43%defattr(-,root,root,-)
44%doc LICENSE* README*
45/lib/firmware/*
46
47%changelog
48* Sun Sep 28 2008 Shu KONNO <owa@bg.wakwak.com> 1.14.2-1vl5
49- applied new versioning policy, spec in utf-8
50
51* Mon Apr 02 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.14.2-0vl1
52- initial build for Vine Linux based on ATrpms package
53
54* Mon Jan  8 2007 Axel Thimm <Axel.Thimm@ATrpms.net> - 1.14.2-3
55- Update to 1.14.2.
56
57* Fri Mar 24 2006 Axel Thimm <Axel.Thimm@ATrpms.net>
58- Initial build.
Note: See TracBrowser for help on using the repository browser.