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

Revision 3620, 2.0 KB checked in by daisuke, 13 years ago (diff)

iwlwifi-6000-ucode: rebuild for Vine6

Line 
1Name:           iwlwifi-6000-ucode
2Version:        9.221.4.1
3Release:        2%{?_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
17Vendor: Project Vine
18Distribution: Vine Linux
19Packager: daisuke
20
21
22%description
23This package contains the firmware required by the iwlagn driver
24for Linux to support the iwl6000 hardware.  Usage of the firmware
25is subject to the terms and conditions contained inside the provided
26LICENSE file. Please read it carefully.
27
28%prep
29%setup -q
30# Change encoding
31sed -i 's/\r//'  LICENSE.iwlwifi-6000-ucode README.iwlwifi-6000-ucode
32# Rename docs
33mv LICENSE.iwlwifi-6000-ucode ../LICENSE
34mv README.iwlwifi-6000-ucode ../README
35# Preserve timestamp
36touch -r *.ucode ../LICENSE ../README
37
38
39%build
40# Nothing to build
41
42
43%install
44rm -rf $RPM_BUILD_ROOT
45mkdir -p $RPM_BUILD_ROOT/lib/firmware
46install -pm 0644 *.ucode $RPM_BUILD_ROOT/lib/firmware/
47
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52
53%files
54%defattr(-,root,root,-)
55%doc LICENSE README
56/lib/firmware/*.ucode
57
58
59%changelog
60* Thu Apr 21 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 9.221.4.1-2
61- rebuild for Vine 6
62
63* Mon Oct 25 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 9.221.4.1-1
64- initial build for Vine Linux
65
66* Mon Jun 21 2010 John W. Linville <linville@tuxdriver.com> - 9.221.4.1-1
67- Update for upstream version 9.221.4.1
68
69* Wed Feb 24 2010 John W. Linville <linville@tuxdriver.com> - 9.193.4.1-1
70- Update for upstream version 9.193.4.1
71
72* Tue Nov 10 2009 John W. Linville <linville@tuxdriver.com> - 9.176.4.1-2
73- Add Requires for udev
74
75* Mon Nov  9 2009 John W. Linville <linville@tuxdriver.com> - 9.176.4.1-1
76- Initial import
Note: See TracBrowser for help on using the repository browser.