]> git.pld-linux.org Git - packages/iwlwifi-6050-ucode.git/blame - iwlwifi-6050-ucode.spec
- use fedora urls so builder can fetch the files correctly from df
[packages/iwlwifi-6050-ucode.git] / iwlwifi-6050-ucode.spec
CommitLineData
064ea009
AM
1%define _fname 6050
2%define _module 6050
3Summary: Microcode image for Intel Centrino Wireless-N + WiMAX 6150, Advanced-N + WiMAX 6250
4Name: iwlwifi-%{_module}-ucode
5Version: 41.28.5.1
6Release: 1
7License: distributable
8Group: Base/Kernel
4c3a988f
AM
9# Source0: http://wireless.kernel.org/en/users/Drivers/iwlwifi?action=AttachFile&do=get&target=iwlwifi-6050-ucode-%{version}.tgz
10Source0: http://pkgs.fedoraproject.org/repo/pkgs/iwl6050-firmware/iwlwifi-6050-ucode-%{version}.tgz/cb484a65b9139666d4ddebf60598a87b/iwlwifi-6050-ucode-41.28.5.1.tgz
064ea009 11# Source0-md5: cb484a65b9139666d4ddebf60598a87b
4c3a988f
AM
12# Source1: http://wireless.kernel.org/en/users/Drivers/iwlwifi?action=AttachFile&do=get&target=iwlwifi-6050-ucode-9.201.4.1.tgz
13Source1: http://pkgs.fedoraproject.org/repo/pkgs/iwl6050-firmware/iwlwifi-6050-ucode-9.201.4.1.tgz/12a663e415e76b6c46fcfecaa9f8e40b/iwlwifi-6050-ucode-9.201.4.1.tgz
064ea009
AM
14# Source1-md5: 12a663e415e76b6c46fcfecaa9f8e40b
15URL: http://www.intellinuxwireless.org/
16BuildArch: noarch
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20The file provided in this package must be present on your system in
21order for the Intel Centrino Wireless-N + WiMAX 6150 and Advanced-N +
22WiMAX 6250 driver for Linux (iwlwifi-%{_module}) to operate on your
23system.
24
25On adapter initialization, and at varying times during the uptime of
26the adapter, the microcode is loaded into the RAM on the network
27adapter. The microcode provides the low level MAC features including
28radio control and high precision timing events (backoff, transmit,
29etc.) while also providing varying levels of packet filtering which
30can be used to keep the host from having to handle packets that are
31not of interest given the current operating mode of the device.
32
33%description -l pl.UTF-8
34Plik dostarczany przez ten pakiet jest wymagany w systemie do
35działania linuksowego sterownika dla układów bezprzewodowych Intel
36Centrino Wireless-N + WiMAX 6150 and Advanced-N + WiMAX 6250
37(iwlwifi-%{_module}).
38
39Przy inicjalizacji układu i w różnych chwilach w trakcie jego
40działania mikrokod jest wczytywany do pamięci RAM układu. Mikrokod
41udostępnia funkcje niskopoziomowe MAC, w tym sterowanie częścią
42radiową i zdarzeniami wymagającymi dużej dokładności czasowej
43(oczekiwania, transmisja itp.), a także różne poziomy filtrowania
44pakietów, zapobiegające docieraniu do komputera pakietów
45niepotrzebnych w danym trybie pracy urządzenia.
46
47%prep
48%setup -q -n iwlwifi-%{_fname}-ucode-%{version} -a1
49
50%install
51rm -rf $RPM_BUILD_ROOT
52install -d $RPM_BUILD_ROOT/lib/firmware
53
54install iwlwifi-%{_fname}-*.ucode iwlwifi-*/iwlwifi-%{_fname}-*.ucode $RPM_BUILD_ROOT/lib/firmware
55install LICENSE.* $RPM_BUILD_ROOT/lib/firmware/%{name}-LICENSE
56
57%clean
58rm -rf $RPM_BUILD_ROOT
59
60%files
61%defattr(644,root,root,755)
62%doc README.*
63/lib/firmware/%{name}-LICENSE
64/lib/firmware/*.ucode
This page took 0.103833 seconds and 4 git commands to generate.