Summary: Firmware for the IntelĀ® PRO/Wireless 2200 Driver. Name: ipw2200-firmware Version: 3.0 Release: 9.0.1%{?dist} License: distributable Group: System Environment/Kernel URL: http://ipw2200.sourceforge.net/firmware.php Source0: http://bughost.org/firmware/ipw2200-fw-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArch: noarch %description This package contains the firmware for the ipw-2200 driver. Usage of the firmware is subject to the terms contained in %{_defaultdocdir}/%{name}-%{version}/LICENSE. Please read the license carefully. %prep %setup -q -n ipw2200-fw-%{version} %install rm -rf %{buildroot} mkdir -p %{buildroot}/lib/firmware install -p *.fw %{buildroot}/lib/firmware/ install -p LICENSE* %{buildroot}/lib/firmware/ %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc LICENSE* /lib/firmware/* %changelog * Sat Jun 14 2008 Axel Thimm - 3.0-9.0.1 - Fix not utf-8 specfile entries. * Wed Mar 8 2006 Axel Thimm - Update to 3.0. * Sun Oct 23 2005 Axel Thimm - Update to 2.4. - Remove legacy firmware locations. * Thu May 19 2005 Axel Thimm - Update to 2.3. * Tue Dec 21 2004 Axel Thimm - Update to 2.2. * Sun Dec 12 2004 Axel Thimm - Update to 2.1. * Fri Sep 3 2004 Axel Thimm - Update to 2.0. * Thu Jul 29 2004 Axel Thimm - Initial build.