Summary: Firmware for the IntelĀ® PRO/Wireless 2200 Driver. Name: ipw2200-firmware Version: 1.2 Release: 1.0.1%{?dist} License: distributable Group: System Environment/Kernel URL: http://ipw2200.sourceforge.net/firmware.php Source0: http://bughost.org/firmware/ipw2200-fw-1.2.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArch: noarch %description This package contins 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 -c %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_sysconfdir}/firmware mkdir -p %{buildroot}%{_libdir}/hotplug/firmware install -p *.fw %{buildroot}%{_sysconfdir}/firmware/ cd %{buildroot}%{_sysconfdir}/firmware for file in *.fw; do ln -s %{_sysconfdir}/firmware/$file %{buildroot}%{_libdir}/hotplug/firmware/ done %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc LICENSE %{_sysconfdir}/firmware/*.fw %{_libdir}/hotplug/firmware/*.fw %changelog * Sat Jun 14 2008 Axel Thimm - 1.2-1.0.1 - Fix not utf-8 specfile entries. * Thu Jul 29 2004 Axel Thimm - Initial build.