home *** CD-ROM | disk | FTP | other *** search
/ Dream 49 / Amiga_Dream_49.iso / beos / utils / mkisofs-1.000 / mkisofs-1.11-beos / mkisofs.spec < prev    next >
Text File  |  1997-04-09  |  905b  |  45 lines

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