SPECS: ipw2200-firmware2.2.spec (NEW) - 2.2 firmware for ipw2200 -...

blues blues at pld-linux.org
Sun Jan 22 21:30:21 CET 2006


Author: blues                        Date: Sun Jan 22 20:30:21 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 2.2 firmware for ipw2200 - needed by ipw2200 in 2.4.14.x kernel - STBR

---- Files affected:
SPECS:
   ipw2200-firmware2.2.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/ipw2200-firmware2.2.spec
diff -u /dev/null SPECS/ipw2200-firmware2.2.spec:1.1
--- /dev/null	Sun Jan 22 21:30:21 2006
+++ SPECS/ipw2200-firmware2.2.spec	Sun Jan 22 21:30:13 2006
@@ -0,0 +1,74 @@
+# $Revision$, $Date$
+Summary:	Firmware for the Intel(R) PRO/Wireless 2200 Driver
+Summary(pl):	Firmware dla sterownika do kart Intel(R) PRO/Wireless 2200
+Name:		ipw2200-firmware2.2
+Version:	2.2
+Release:	2
+License:	distributable
+Group:		System Environment/Kernel
+Source0:	ipw2200-fw-%{version}.tgz
+# Source0-md5:	6892abab05d5391c08933e19b49b86b5
+Source1:	ipw2x00_firmware_licence_Q_A.txt
+URL:		http://ipw2200.sourceforge.net/firmware.php
+BuildArch:	noarch
+Obsoletes:	ipw2200-firmware <= 2.2
+Provides:	ipw2200-firmware = 2.2
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package contains the firmware for the ipw-2200 driver. Usage of
+the firmware is subject to the terms contained in 
+/lib/firmware/ipw2200-LICENSE. Please read the license carefully.
+
+%description -l pl
+Ten pakiet zawiera firmware dla sterownika ipw-2200. Można go używać
+na warunkach zawartych w pliku /lib/firmware/ipw2200-LICENSE. Proszę
+uważnie przeczytać licencję.
+
+%prep
+%setup -q -c
+gunzip -c ipw2200-fw-%{version}.tgz | tar -xf -
+
+cp %{SOURCE1} .
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/lib/firmware
+
+install -p *.fw $RPM_BUILD_ROOT/lib/firmware
+cp -df LICENSE $RPM_BUILD_ROOT/lib/firmware/ipw2200-LICENSE
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ipw2x00_firmware_licence_Q_A.txt
+/lib/firmware/ipw2200-LICENSE
+/lib/firmware/*.fw
+
+%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  2006/01/22 20:30:13  blues
+- 2.2 firmware for ipw2200 - needed by ipw2200 in 2.4.14.x kernel - STBR
+
+Revision 1.5  2004/12/21 00:53:00  zawadaa
+- new fw 2.2
+- fw in /lib for compliance with hotplug
+- clean up
+
+Revision 1.4  2004/10/08 10:33:36  ankry
+- missing changelog entry
+
+Revision 1.3  2004/10/08 10:30:24  qboosh
+- no need to use docdir during build
+
+Revision 1.2  2004/10/08 10:27:54  qboosh
+- Log, no //
+
+Revision 1.1  2004/10/06 07:44:28  arekm
+- update from zawadaa
================================================================


More information about the pld-cvs-commit mailing list