source: projects/specs/trunk/i/iwlwifi-6050-ucode/iwlwifi-6050-ucode-vl.spec @ 3622

Revision 3622, 2.1 KB checked in by daisuke, 13 years ago (diff)

iwlwifi-6050-ucode: 41.28.5.1(iwlwifi-6050-5.ucode)

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