ipw3945-firmware-vl.spec 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. Summary: Firmware for the Intel PRO/Wireless 3945 Driver
  2. Summary(ja): Intel PRO/Wireless 3945 ドライバ用のファームウェア
  3. Name: ipw3945-firmware
  4. Version: 1.14.2
  5. Release: 1%{?_dist_release}
  6. License: distributable
  7. Group: System Environment/Kernel
  8. URL: http://bughost.org/ipw3945/
  9. Source0: http://bughost.org/ipw3945/ucode/ipw3945-ucode-%{version}.tgz
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildArch: noarch
  12. Vendor: Project Vine
  13. Distribution: Vine Linux
  14. Packager: Daisuke SUZUKI <daisuke@linux.or.jp>
  15. %description
  16. The file ipw3945.ucode provided in this package is required to be
  17. present on your system in order for the Intel PRO/Wireless 3945ABG
  18. Network Connection Adapater driver for Linux (ipw3945) to be able to
  19. operate on your system.
  20. On adapter initialization, and at varying times during the uptime of
  21. the adapter, the microcode is loaded into the RAM on the network
  22. adapter. The microcode provides the low level MAC features including
  23. radio control and high precision timing events (backoff, transmit,
  24. etc.) while also providing varying levels of packet filtering which
  25. can be used to keep the host from having to handle packets that are
  26. not of interest given the current operating mode of the device.
  27. %prep
  28. %setup -q -n ipw3945-ucode-%{version}
  29. %install
  30. rm -rf %{buildroot}
  31. mkdir -p %{buildroot}/lib/firmware
  32. install -p *.ucode %{buildroot}/lib/firmware/
  33. %clean
  34. rm -rf %{buildroot}
  35. %files
  36. %defattr(-,root,root,-)
  37. %doc LICENSE* README*
  38. /lib/firmware/*
  39. %changelog
  40. * Sun Sep 28 2008 Shu KONNO <owa@bg.wakwak.com> 1.14.2-1vl5
  41. - applied new versioning policy, spec in utf-8
  42. * Mon Apr 02 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.14.2-0vl1
  43. - initial build for Vine Linux based on ATrpms package
  44. * Mon Jan 8 2007 Axel Thimm <Axel.Thimm@ATrpms.net> - 1.14.2-3
  45. - Update to 1.14.2.
  46. * Fri Mar 24 2006 Axel Thimm <Axel.Thimm@ATrpms.net>
  47. - Initial build.