home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1999 May / pcp151c.iso / misc / src / install / modutils / modutils.spec < prev    next >
Encoding:
Text File  |  1998-01-06  |  1.4 KB  |  61 lines

  1. Summary: Module utilities and kerneld
  2. Name: modutils
  3. Version: 2.1.55
  4. Release: 1
  5. Copyright: GPL
  6. Group: Utilities/System
  7. Source: ftp://ftp.redhat.com/pub/alphabits/modutils-2.1.55.tar.gz
  8. ExclusiveOS: Linux
  9. BuildRoot: /tmp/modutils
  10.  
  11. %description
  12. The Linux kernel allows new kernel pieces to be loaded and old ones to
  13. be unloaded while the kernel continues to run. These loadable piecs
  14. are called modules, and can include device drivers and filesystems among
  15. other things. This package includes program to load and unload programs
  16. both automatically and manually.
  17.  
  18. %prep
  19. %setup
  20.  
  21. %build
  22. make dep all
  23.  
  24. %install
  25. rm -rf $RPM_BUILD_ROOT
  26. mkdir -p $RPM_BUILD_ROOT
  27. mkdir -p $RPM_BUILD_ROOT/sbin
  28. mkdir -p $RPM_BUILD_ROOT/usr/man/man1
  29. mkdir -p $RPM_BUILD_ROOT/usr/man/man2
  30. mkdir -p $RPM_BUILD_ROOT/usr/man/man8
  31. make install ROOT=$RPM_BUILD_ROOT
  32. cd kerneld
  33. make install-scripts ROOT=$RPM_BUILD_ROOT
  34.  
  35. %clean
  36. rm -rf $RPM_BUILD_ROOT
  37.  
  38. %files
  39. /sbin/depmod
  40. /sbin/genksyms
  41. /sbin/insmod
  42. /sbin/kerneld
  43. /sbin/ksyms
  44. /sbin/lsmod
  45. /sbin/modprobe
  46. /sbin/rmmod
  47. /sbin/request-route
  48. /usr/man/man1/depmod.1
  49. /usr/man/man1/insmod.1
  50. /usr/man/man1/ksyms.1
  51. /usr/man/man1/lsmod.1
  52. /usr/man/man1/modprobe.1
  53. /usr/man/man1/rmmod.1
  54. /usr/man/man2/create_module.2
  55. /usr/man/man2/delete_module.2
  56. /usr/man/man2/get_kernel_syms.2
  57. /usr/man/man2/init_module.2
  58. /usr/man/man2/query_module.2
  59. /usr/man/man8/genksyms.8
  60. /usr/man/man8/kerneld.8
  61.