mkisofs.spec
上传用户:xiejiait
上传日期:2007-01-06
资源大小:881k
文件大小:1k
源码类别:

SCSI/ASPI

开发平台:

MultiPlatform

  1. # $Id: mkisofs.spec,v 1.6 1999/03/02 03:41:26 eric Exp $
  2. Summary: Creates a ISO9660 filesystem image
  3. Name: mkisofs
  4. Version: 1.12b5
  5. Release: 1
  6. Copyright: GPL
  7. Group: Utilities/System
  8. Source: tsx-11.mit.edu:/pub/linux/packages/mkisofs/mkisofs-1.12b5.tar.gz
  9. %description
  10. This is the mkisofs package.  It is used to create ISO 9660
  11. file system images for creating CD-ROMs. Now includes support
  12. for making bootable "El Torito" CD-ROMs.
  13. %prep
  14. %setup
  15. %build
  16. ./configure --prefix=/usr
  17. make
  18. %install
  19. make install
  20. strip /usr/bin/mkisofs
  21. %changelog
  22. * Tue Feb 25 1997 Michael Fulbright <msf@redhat.com>
  23.  Updated to 1.10b7.
  24. * Wed Feb 12 1997 Michael Fulbright <msf@redhat.com>
  25.  Updated to 1.10b3.
  26. * Wed Feb 12 1997 Michael Fulbright <msf@redhat.com>
  27.  Added %doc line to spec file (was missing all docs before).
  28. %files
  29. %doc COPYING ChangeLog README README.eltorito TODO
  30. /usr/bin/mkisofs
  31. /usr/man/man8/mkisofs.8