iwlwifi-3945-ucode-vl.spec 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. Summary: Microcode for the Intel PRO/Wireless 3945 Driver
  2. Summary(ja): Intel PRO/Wireless 3945 ドライバ用マイクロコード
  3. Name: iwlwifi-3945-ucode
  4. Version: 15.32.2.9
  5. Release: 1%{?_dist_release}
  6. License: distributable, no modification permitted
  7. Group: System Environment/Kernel
  8. URL: http://intellinuxwireless.org/?p=iwlwifi
  9. Source0: http://intellinuxwireless.org/iwlwifi/downloads/%{name}-%{version}.tgz
  10. Source1: http://intellinuxwireless.org/iwlwifi/downloads/%{name}-15.28.1.8.tgz
  11. Source2: http://intellinuxwireless.org/iwlwifi/downloads/%{name}-2.14.4.tgz
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
  13. BuildArch: noarch
  14. Vendor: Project Vine
  15. Distribution: Vine Linux
  16. Packager: daisuke
  17. %description
  18. The file iwlwifi-3945.ucode provided in this package is required to be
  19. present on your system in order for the Intel PRO/Wireless 3945ABG
  20. Network Connection Adapter driver for Linux (iwlwifi) to be able to
  21. operate on your system.
  22. On adapter initialization, and at varying times during the uptime of
  23. the adapter, the microcode is loaded into the RAM on the network
  24. adapter. The microcode provides the low level MAC features including
  25. radio control and high precision timing events (backoff, transmit,
  26. etc.) while also providing varying levels of packet filtering which can
  27. be used to keep the host from having to handle packets that are not of
  28. interest given the current operating mode of the device.
  29. %prep
  30. %setup -q -a 1 -a 2
  31. %install
  32. rm -rf %{buildroot}
  33. mkdir -p %{buildroot}/lib/firmware
  34. install -p -m0644 *.ucode %{buildroot}/lib/firmware/
  35. install -p -m0644 */*.ucode %{buildroot}/lib/firmware/
  36. %clean
  37. rm -rf %{buildroot}
  38. %files
  39. %defattr(-,root,root,-)
  40. %doc LICENSE* README*
  41. /lib/firmware/*
  42. %changelog
  43. * Thu Apr 21 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 15.32.2.9-1
  44. - new upstream version
  45. * Tue Dec 30 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 15.28.2.8-1
  46. - new upstream release
  47. - add 15.28.2.8 (iwlwifi-3945-2.ucode)
  48. - add 15.28.1.8 (iwlwifi-3945-1.ucode)
  49. - keep 2.14.1.5 (iwlwifi-3945.ucode)
  50. * Fri May 16 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1.5-1
  51. - initial build for Vine Linux
  52. * Tue Jul 31 2007 Axel Thimm <Axel.Thimm@ATrpms.net> - 2.14.1.5-4
  53. - Update to 2.14.1.5.
  54. * Thu Jun 28 2007 Axel Thimm <Axel.Thimm@ATrpms.net> - 2.14.4-3
  55. - Update to 2.14.4.
  56. * Mon May 28 2007 Axel Thimm <Axel.Thimm@ATrpms.net> - 2.14.3-1
  57. - Update to 2.14.3.
  58. * Tue Feb 13 2007 Axel Thimm <Axel.Thimm@ATrpms.net> - 2.14.1-1
  59. - Initial build.