Name : ipw2200-firmware Relocations: (not relocatable) Version : 3.0 Vendor: Penguin Liberation Front Release : 1plf Build Date: Fri 10 Mar 2006 02:13:04 PM CET Install Date: (not installed) Build Host: localhost Group : System/Kernel and hardware Source RPM: (none) Size : 645034 License: distributable Signature : (none) Packager : Pascal Terjan <[EMAIL PROTECTED]> URL : http://ipw2200.sourceforge.net/firmware.php Summary : Firmware for the Intel® PRO/Wireless 2200 Driver Description : This package contains the firmware for the ipw2200 driver. Usage of the firmware is subject to the terms contained in LICENSE. Please read the license carefully.
Versions 2.2, 2.3, 2.4 and 3.0 are included. This package is in plf because firmware is not free itself, it can only be distributed. --------------- Pascal Terjan <[EMAIL PROTECTED]> 3.0-1plf - 3.0 --------------- --------------- Index: ipw2200-firmware.spec =================================================================== RCS file: /home/projects/plf/cvs/SPECS/non-free/ipw2200-firmware/ipw2200-firmware.spec,v retrieving revision 1.1 diff -u -r1.1 ipw2200-firmware.spec --- ipw2200-firmware.spec 26 Feb 2005 16:15:52 -0000 1.1 +++ ipw2200-firmware.spec 10 Mar 2006 13:13:30 -0000 @@ -1,34 +1,42 @@ -Summary: Firmware for the Intel® PRO/Wireless 2200 Driver. +Summary: Firmware for the Intel® PRO/Wireless 2200 Driver Name: ipw2200-firmware -Version: 2.2 -Release: 1plf +Version: 3.0 +Release: %mkrel 1 License: distributable Group: System/Kernel and hardware -URL: http://ipw2100.sourceforge.net/firmware.php -Source0: http://bughost.org/firmware/ipw2200-fw-%version.tar.bz2 +URL: http://ipw2200.sourceforge.net/firmware.php +Source0: http://bughost.org/firmware/ipw2200-fw-2.2.tar.bz2 +Source1: http://bughost.org/firmware/ipw2200-fw-2.3.tar.bz2 +Source2: http://bughost.org/firmware/ipw2200-fw-2.4.tar.bz2 +Source3: http://bughost.org/firmware/ipw2200-fw-3.0.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArch: noarch %description -This package contins the firmware for the ipw-2100 driver. +This package contains the firmware for the ipw2200 driver. Usage of the firmware is subject to the terms contained in LICENSE. Please read the license carefully. +Versions 2.2, 2.3, 2.4 and 3.0 are included. + This package is in plf because firmware is not free itself, -it can only be distributed +it can only be distributed. %prep -%setup -q -c +%setup -q -c -a1 -a2 -a3 +chmod 0644 LICENSE %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 +mkdir -p %{buildroot}/lib/firmware +install -p *.fw %{buildroot}/lib/firmware/ +%if %mdkversion <= 200600 +mkdir -p %{buildroot}/lib/hotplug/firmware/ +cd %{buildroot}/lib/firmware for file in *.fw; do - ln -s %{_sysconfdir}/firmware/$file %{buildroot}%{_libdir}/hotplug/firmware/ + ln -s /lib/firmware/$file %{buildroot}/lib/hotplug/firmware/ done +%endif %clean rm -rf %{buildroot} @@ -36,10 +44,32 @@ %files %defattr(-,root,root,-) %doc LICENSE -%{_sysconfdir}/firmware/*.fw -%{_libdir}/hotplug/firmware/*.fw +/lib/firmware/*.fw +%if %mdkversion <= 200600 +/lib/hotplug/firmware/*.fw +%endif %changelog +* Fri Mar 10 2006 Pascal Terjan <[EMAIL PROTECTED]> 3.0-1plf +- 3.0 + +* Mon Oct 03 2005 Pascal Terjan <[EMAIL PROTECTED]> 2.4-3plf +- Fix test for 2006.0 + +* Mon Oct 03 2005 Pascal Terjan <[EMAIL PROTECTED]> 2.4-2plf +- Go into /lib/firmware +- %mkrel + +* Wed Sep 28 2005 Pascal Terjan <[EMAIL PROTECTED]> 2.4-1plf +- include 2.3 and 2.4 firmwares + +* Wed Mar 2 2005 Olivier Blin <[EMAIL PROTECTED]> 2.2-3plf +- fix again description (Guillaume Rousse) + +* Wed Mar 2 2005 Olivier Blin <[EMAIL PROTECTED]> 2.2-2plf +- fix summary ended with bot +- fix url and description + * Sat Feb 26 2005 Olivier Thauvin <[EMAIL PROTECTED]> 2.2-1plf - 2.2 _______________________________________________ PLF-announce mailing list [email protected] https://www.zarb.org/mailman/listinfo/plf-announce
