ipw2200-firmware-vl.spec 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. Summary: Firmware for Intel® PRO/Wireless 2200 network adaptors
  2. Summary(ja): Intel® PRO/Wireless 2200 ドライバ用ファームウェア
  3. Name: ipw2200-firmware
  4. Version: 3.1
  5. Release: 1%{?_dist_release}
  6. License: Redistributable, no modification permitted
  7. Group: System Environment/Kernel
  8. URL: http://ipw2200.sourceforge.net/firmware.php
  9. # License agreement must be displayed before download (referer protection)
  10. Source0: ipw2200-fw-%{version}.tgz
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. BuildArch: noarch
  13. # This is so that the noarch packages only appears for these archs
  14. ExclusiveArch: noarch i386 x86_64
  15. %description
  16. This package contains the firmware files required by the ipw2200 driver for
  17. Linux. Usage of the firmware is subject to the terms and conditions contained
  18. in %{_datadir}/doc/%{name}-%{version}/LICENSE.ipw2200-fw. Please read it
  19. carefully.
  20. %description -l ja
  21. このパッケージは Linux 用 Intel® PRO/Wireless 2200 ドライバに必要なファームウェアを含んでいます。ファームウェアの使用は %{_datadir}/doc/%{name}-%{version}/LICENSE.ipw2200-fw に含まれる内容により制限されています。
  22. このファームウェアを使用する場合はライセンスを必ず読んでください。
  23. %prep
  24. %setup -q -n ipw2200-fw-%{version}
  25. %install
  26. %__rm -rf $RPM_BUILD_ROOT
  27. %__mkdir_p $RPM_BUILD_ROOT/lib/firmware
  28. %__install -p -m644 *.fw $RPM_BUILD_ROOT/lib/firmware
  29. #__install -p -m644 LICENSE.ipw2200-fw $RPM_BUILD_ROOT/lib/firmware/ipw2200-LICENSE.txt
  30. %clean
  31. %__rm -rf ${RPM_BUILD_ROOT}
  32. %files
  33. %defattr(-,root,root)
  34. %doc LICENSE.ipw2200-fw
  35. /lib/firmware/*
  36. %changelog
  37. * Wed Apr 1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.1-1
  38. - updated to 3.1
  39. - built on current VineSeed
  40. * Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 3.0-3
  41. - rebuilt with rpm-4.8.1-3
  42. * Sat Aug 16 2008 Shu KONNO <owa@bg.wakwak.com> 3.0-2vl5
  43. - use /lib/firmware instead of /%%{_lib}/firmware
  44. * Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 3.0-1vl5
  45. - applied new versioning policy, spec in utf-8
  46. * Mon Oct 22 2007 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 3.0-0vl1
  47. - new upstream release.
  48. * Wed Sep 06 2006 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.4-0vl2
  49. - fix typo of Group <BTS:VineLinux:148>.
  50. * Thu Jun 08 2006 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.4-0vl1
  51. - initial build for Vine Linux