Summary: Firmware for the IntelĀ® PRO/Wireless 2100 Driver. Name: ipw2100-firmware Version: 1.3 Release: 6.0.1%{?dist} License: distributable Group: System Environment/Kernel URL: http://ipw2100.sourceforge.net/firmware.php Source0: http://bughost.org/firmware/ipw2100-fw-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArch: noarch %description This package contains the firmware for the ipw-2100 driver. Usage of the firmware is subject to the terms contained in %{_defaultdocdir}/%{name}-%{version}/LICENSE. Please read the license carefully. %prep %setup -q -c %install rm -rf %{buildroot} mkdir -p %{buildroot}/lib/firmware mkdir -p %{buildroot}%{_sysconfdir}/firmware mkdir -p %{buildroot}%{_libdir}/hotplug/firmware install -p *.fw %{buildroot}/lib/firmware install -p LICENSE %{buildroot}/lib/firmware/ipw2100-LICENSE.txt cd %{buildroot}/lib/firmware for file in *; do ln -s /lib/firmware/$file %{buildroot}%{_libdir}/hotplug/firmware/ ln -s /lib/firmware/$file %{buildroot}%{_sysconfdir}/firmware done %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc LICENSE /lib/firmware/* %{_sysconfdir}/firmware %{_libdir}/hotplug/firmware %changelog * Sat Jun 14 2008 Axel Thimm - 1.3-6.0.1 - Fix not utf-8 specfile entries. * Tue Sep 28 2004 Axel Thimm - Update to firmware version 1.3. * Wed Jul 21 2004 Axel Thimm - Update to firmware version 1.2. * Tue May 11 2004 Axel Thimm - Update to firmware version 1.1. * Tue May 11 2004 Axel Thimm - Change description to explicitly point to the LICENSE file. * Sat May 8 2004 Axel Thimm - Initial build.