source: projects/specs/trunk/i/iwlwifi-5150-ucode/iwlwifi-5150-ucode-vl.spec @ 3621

Revision 3621, 1.7 KB checked in by daisuke, 13 years ago (diff)

add V/D/P

Line 
1Name:           iwlwifi-5150-ucode
2Version:        8.24.2.2
3Release:        2%{?_dist_release}
4Summary:        Firmware for Intel® Wireless 5150 A/G/N network adaptors
5Summary(ja):    Intel® Wireless 5150 A/G/N ネットワークアダプタ用ファームウェア
6
7Group:          System Environment/Kernel
8License:        Redistributable, no modification permitted
9URL:            http://intellinuxwireless.org/
10Source0:        http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-5150-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 iwl5150 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-5150-ucode README.iwlwifi-5150-ucode
32# Rename docs
33mv LICENSE.iwlwifi-5150-ucode ../LICENSE
34mv README.iwlwifi-5150-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> 8.24.2.2-2
61- rebuild for Vine 6
62
63* Mon Oct 25 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 8.24.2.2-1
64- initial build for Vine Linux
65
66* Mon Jan 25 2010 John W. Linville <linville@tuxdriver.com> - 8.24.2.2-1
67- Initial import
Note: See TracBrowser for help on using the repository browser.