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