ipw2100-firmware-vl.spec 2.1 KB

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