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