source: projects/specs/trunk/i/iwlwifi-6000-ucode/iwlwifi-6000-ucode-vl.spec @ 2130

Revision 2130, 1.9 KB checked in by daisuke, 13 years ago (diff)

iwlwifi-6000-ucode: new package, 9.221.4.1-1

Line 
1Name:           iwlwifi-6000-ucode
2Version:        9.221.4.1
3Release:        1%{?_dist_release}
4Summary:        Firmware for Intel(R) Wireless WiFi Link 6000 Series AGN Adapter
5Summary(ja):    Intel(R) Wireless WiFi Link 6000 シリーズ用ファームウェア
6
7Group:          System Environment/Kernel
8License:        Redistributable, no modification permitted
9URL:            http://intellinuxwireless.org/
10Source0:        http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-6000-ucode-%{version}.tgz
11BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
12
13BuildArch:      noarch
14
15Requires:       udev
16
17
18%description
19This package contains the firmware required by the iwlagn driver
20for Linux to support the iwl6000 hardware.  Usage of the firmware
21is subject to the terms and conditions contained inside the provided
22LICENSE file. Please read it carefully.
23
24%prep
25%setup -q
26# Change encoding
27sed -i 's/\r//'  LICENSE.iwlwifi-6000-ucode README.iwlwifi-6000-ucode
28# Rename docs
29mv LICENSE.iwlwifi-6000-ucode ../LICENSE
30mv README.iwlwifi-6000-ucode ../README
31# Preserve timestamp
32touch -r *.ucode ../LICENSE ../README
33
34
35%build
36# Nothing to build
37
38
39%install
40rm -rf $RPM_BUILD_ROOT
41mkdir -p $RPM_BUILD_ROOT/lib/firmware
42install -pm 0644 *.ucode $RPM_BUILD_ROOT/lib/firmware/
43
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48
49%files
50%defattr(-,root,root,-)
51%doc LICENSE README
52/lib/firmware/*.ucode
53
54
55%changelog
56* Mon Oct 25 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 9.221.4.1-1
57- initial build for Vine Linux
58
59* Mon Jun 21 2010 John W. Linville <linville@tuxdriver.com> - 9.221.4.1-1
60- Update for upstream version 9.221.4.1
61
62* Wed Feb 24 2010 John W. Linville <linville@tuxdriver.com> - 9.193.4.1-1
63- Update for upstream version 9.193.4.1
64
65* Tue Nov 10 2009 John W. Linville <linville@tuxdriver.com> - 9.176.4.1-2
66- Add Requires for udev
67
68* Mon Nov  9 2009 John W. Linville <linville@tuxdriver.com> - 9.176.4.1-1
69- Initial import
Note: See TracBrowser for help on using the repository browser.