iwlwifi-3945-ucode-vl.spec 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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.28.2.8
  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. %description
  15. The file iwlwifi-3945.ucode provided in this package is required to be
  16. present on your system in order for the Intel PRO/Wireless 3945ABG
  17. Network Connection Adapter driver for Linux (iwlwifi) to be able to
  18. operate on your system.
  19. On adapter initialization, and at varying times during the uptime of
  20. the adapter, the microcode is loaded into the RAM on the network
  21. adapter. The microcode provides the low level MAC features including
  22. radio control and high precision timing events (backoff, transmit,
  23. etc.) while also providing varying levels of packet filtering which can
  24. be used to keep the host from having to handle packets that are not of
  25. interest given the current operating mode of the device.
  26. %prep
  27. %setup -q -a 1 -a 2
  28. %install
  29. rm -rf %{buildroot}
  30. mkdir -p %{buildroot}/lib/firmware
  31. install -p -m0644 *.ucode %{buildroot}/lib/firmware/
  32. install -p -m0644 */*.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. * Tue Dec 30 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 15.28.2.8-1
  41. - new upstream release
  42. - add 15.28.2.8 (iwlwifi-3945-2.ucode)
  43. - add 15.28.1.8 (iwlwifi-3945-1.ucode)
  44. - keep 2.14.1.5 (iwlwifi-3945.ucode)
  45. * Fri May 16 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1.5-1
  46. - initial build for Vine Linux
  47. * Tue Jul 31 2007 Axel Thimm <Axel.Thimm@ATrpms.net> - 2.14.1.5-4
  48. - Update to 2.14.1.5.
  49. * Thu Jun 28 2007 Axel Thimm <Axel.Thimm@ATrpms.net> - 2.14.4-3
  50. - Update to 2.14.4.
  51. * Mon May 28 2007 Axel Thimm <Axel.Thimm@ATrpms.net> - 2.14.3-1
  52. - Update to 2.14.3.
  53. * Tue Feb 13 2007 Axel Thimm <Axel.Thimm@ATrpms.net> - 2.14.1-1
  54. - Initial build.