ksymoops.spec
上传用户:hxtd_72
上传日期:2007-06-06
资源大小:64k
文件大小:1k
源码类别:

驱动编程

开发平台:

C/C++

  1. Summary: Kernel oops and error message decoder
  2. Name: ksymoops
  3. Version: 2.4.9
  4. Release: 1
  5. Copyright: GPL
  6. Group: Utilities/System
  7. Source: ksymoops-%{version}.tar.gz
  8. ExclusiveOS: Linux
  9. BuildRoot: /var/tmp/ksymoops-root
  10. %description
  11. The Linux kernel produces error messages that contain machine specific
  12. numbers which are meaningless for debugging.  ksymoops reads machine
  13. specific files and the error log and converts the addresses to
  14. meaningful symbols and offsets.
  15. %prep
  16. %setup
  17. %build
  18. CFLAGS="$RPM_OPT_FLAGS" make all
  19. %install
  20. rm -rf $RPM_BUILD_ROOT
  21. make INSTALL_PREFIX=$RPM_BUILD_ROOT/usr 
  22.      INSTALL_MANDIR=$RPM_BUILD_ROOT/%{_mandir} 
  23.      install
  24. %clean
  25. rm -rf $RPM_BUILD_ROOT
  26. %files
  27. %defattr(-,root,root)
  28. %attr(755,root,root)/usr/bin/ksymoops
  29. %attr(644,root,root)%{_mandir}/man8/ksymoops.8*
  30. %attr(-,root,root) %doc COPYING README INSTALL Changelog