SPECS: iwlwifi-5000-ucode.spec (NEW) - initial

blues blues at pld-linux.org
Tue Jun 24 16:04:51 CEST 2008


Author: blues                        Date: Tue Jun 24 14:04:50 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial

---- Files affected:
SPECS:
   iwlwifi-5000-ucode.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/iwlwifi-5000-ucode.spec
diff -u /dev/null SPECS/iwlwifi-5000-ucode.spec:1.1
--- /dev/null	Tue Jun 24 16:04:51 2008
+++ SPECS/iwlwifi-5000-ucode.spec	Tue Jun 24 16:04:45 2008
@@ -0,0 +1,69 @@
+# $Revision$, $Date$
+Summary:	Microcode image for Intel Wireless WiFi Link 5000AGN Adapter
+Summary(pl.UTF-8):	Obraz mikrokodu dla układów bezprzewodowych Intel Wireless WiFi Link 5000AGN
+%define	_module	5000
+Name:		iwlwifi-%{_module}-ucode
+Version:	5.4.A.11
+Release:	1
+License:	distributable
+Group:		Base/Kernel
+Source0:	http://www.intellinuxwireless.org/iwlwifi/downloads/%{name}-%{version}.tar.gz
+# Source0-md5:	748860c5079dde1a1313e72511b9322a
+URL:		http://www.intellinuxwireless.org/
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The file provided in this package must be present on your system in order
+for the Intel Wireless WiFi Link 5000AGN driver for Linux (iwlwifi-%{_module})
+to operate on your system.
+
+On adapter initialization, and at varying times during the uptime of
+the adapter, the microcode is loaded into the RAM on the network
+adapter.  The microcode provides the low level MAC features including
+radio control and high precision timing events (backoff, transmit,
+etc.) while also providing varying levels of packet filtering which can
+be used to keep the host from having to handle packets that are not of
+interest given the current operating mode of the device.
+
+%description -l pl.UTF-8
+Plik dostarczany przez ten pakiet jest wymagany w systemie do działania
+linuksowego sterownika dla układów bezprzewodowych Intel Wireless WiFi
+Link 5000AGN (iwlwifi-%{_module}).
+
+Przy inicjalizacji układu i w różnych chwilach w trakcie jego
+działania mikrokod jest wczytywany do pamięci RAM układu. Mikrokod
+udostępnia funkcje niskopoziomowe MAC, w tym sterowanie częścią
+radiową i zdarzeniami wymagającymi dużej dokładności czasowej
+(oczekiwania, transmisja itp.), a także różne poziomy filtrowania
+pakietów, zapobiegające docieraniu do komputera pakietów
+niepotrzebnych w danym trybie pracy urządzenia.
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/lib/firmware
+
+install iwlwifi-%{_module}-*.ucode $RPM_BUILD_ROOT/lib/firmware
+install LICENSE.%{name} $RPM_BUILD_ROOT/lib/firmware/%{name}-LICENSE
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.%{name}
+/lib/firmware/%{name}-LICENSE
+/lib/firmware/*.ucode
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008/06/24 14:04:45  blues
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list