modprobe-legacy-devices-vl.spec 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. ## This package is maintain on vinelinux.org cvs repository
  2. ## Please commit all changes to cvs head.
  3. ## If you do not have account for cvs, please send patch to VineSeed ML
  4. ## or Vine@vinelinux.org or BTS.
  5. Summary: Script to add module for legacy deveices
  6. Name: modprobe-legacy-devices
  7. Version: 0.1.0
  8. Release: 1%{?_dist_release}
  9. Source: %{name}-%{version}.tar.bz2
  10. License: distributable
  11. Group: Applications/System
  12. BuildArch: noarch
  13. Buildroot: %{_tmppath}/%{name}-%{version}-root
  14. Vendor: Project Vine
  15. Distribution: Vine Linux
  16. Summary(ja): レガシーデバイス用のモジュールを追加するスクリプト
  17. %description
  18. %{name} is script to add module for legacy deveices.
  19. %description -l ja
  20. %{name}はレガシーデバイス用のモジュールを追加するスクリプト
  21. %prep
  22. %setup
  23. %build
  24. %install
  25. rm -rf ${RPM_BUILD_ROOT}
  26. make DESTDIR=${RPM_BUILD_ROOT} install
  27. %clean
  28. rm -rf ${RPM_BUILD_ROOT}
  29. %files
  30. %defattr(-,root,root)
  31. %doc Changelog
  32. %{_sysconfdir}/sysconfig/modules/legacy-devices.modules
  33. %changelog
  34. * Thu Oct 01 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.1.0-2
  35. - transplant from udev-097-4vl4