source: projects/specs/trunk/i/iwlwifi-1000-ucode/iwlwifi-1000-ucode-vl.spec @ 2132

Revision 2132, 1.7 KB checked in by daisuke, 14 years ago (diff)

iwlwifi-1000-ucode: new package, 128.50.3.1-1

Line 
1Name:           iwlwifi-1000-ucode
2Version:        128.50.3.1
3Release: 1%{?_dist_release}
4Summary:        Firmware for Intel® PRO/Wireless 1000 B/G/N network adaptors
5Summary(ja):    Intel® PRO/Wireless 1000 B/G/N ネットワークアダプタ用ファームウェア
6
7Group:          System Environment/Kernel
8License:        Redistributable, no modification permitted
9URL:            http://intellinuxwireless.org/
10Source0:        http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-1000-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 iwl1000 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
27# Change encoding
28sed -i 's/\r//'  LICENSE.iwlwifi-1000-ucode README.iwlwifi-1000-ucode
29# Rename docs
30mv LICENSE.iwlwifi-1000-ucode ../LICENSE
31mv README.iwlwifi-1000-ucode ../README
32# Preserve timestamp
33touch -r *.ucode ../LICENSE ../README
34
35
36%build
37# Nothing to build
38
39
40%install
41rm -rf $RPM_BUILD_ROOT
42mkdir -p $RPM_BUILD_ROOT/lib/firmware
43install -pm 0644 *.ucode $RPM_BUILD_ROOT/lib/firmware/
44
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49
50%files
51%defattr(-,root,root,-)
52%doc LICENSE README
53/lib/firmware/*.ucode
54
55
56%changelog
57* Mon Oct 25 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 128.50.3.1-1
58- initial build for Vine Linux
59
60* Tue Nov 10 2009 John W. Linville <linville@tuxdriver.com> - 128.50.3.1-2
61- Add Requires for udev
62
63* Wed Sep 16 2009 John W. Linville <linville@tuxdriver.com> - 128.50.3.1-1
64- Initial import
Note: See TracBrowser for help on using the repository browser.