zd1211-firmware-vl.spec 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. Summary: Firmware for the ZyDAS ZD1211 Driver.
  2. Summary(ja): ZyDAS ZD1211 ドライバ用のファームウェア
  3. Name: zd1211-firmware
  4. Version: 1.4
  5. Release: 2%{?_dist_release}
  6. Source0: zd1211-firmware-%{version}.tar.bz2
  7. License: GPL
  8. Group: System Environment/Kernel
  9. URL: http://sourceforge.net/project/showfiles.php?group_id=129083
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildArch: noarch
  12. %description
  13. Linux driver for the ZyDAS ZD1211(b) 802.11a/b/g USB WLAN chip. There
  14. is the community zd1211 driver (based on the ZyDAS GPL driver) and the
  15. rewritten zd1211rw driver (included in Linux 2.6.18-rc1 and newer).
  16. %description -l ja
  17. このパッケージは ZyDAS ZD1211(b) 802.11a/b/g USB ドライバ用のファームウェアです。
  18. %prep
  19. %setup -q -c
  20. %install
  21. %__rm -rf ${RPM_BUILD_ROOT}
  22. %__mkdir_p ${RPM_BUILD_ROOT}/lib/firmware
  23. %__install -p -m644 zd1211-firmware/* ${RPM_BUILD_ROOT}/lib/firmware
  24. %clean
  25. %__rm -rf ${RPM_BUILD_ROOT}
  26. %files
  27. %defattr(-,root,root)
  28. %doc zd1211-firmware/COPYING
  29. %doc zd1211-firmware/README
  30. /lib/firmware/*
  31. %changelog
  32. * Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 1.4-2
  33. - rebuilt with rpm-4.8.1-3
  34. * Thu Apr 09 2009 Shu KONNO <owa@bg.wakwak.com> 1.4-1vl5
  35. - initial build for Vine Linux