Summary: Creates an image of an ISO9660 filesystem. Name: mkisofs Version: 1.12b5 Release: 5cs Copyright: GPL Group: Applications/System Source: ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/mkisofs/mkisofs-%{version}.tar.gz Patch0: mkisofs-1.12b4-free.patch Patch1: mkisofs-1.12b5-silo.patch Patch50: mkisofs-1.12b5-ISO8859-2.patch BuildRoot: /var/tmp/%{name}-root Obsoletes: cdrecord-mkisofs %description The mkisofs program is used as a pre-mastering program; i.e., it generates the ISO9660 filesystem. Mkisofs takes a snapshot of a given directory tree and generates a binary image of the tree which will correspond to an ISO9660 filesystem when written to a block device. Mkisofs is used for writing CD-ROMs, and includes support for creating bootable El Torito CD-ROMs. Install the mkisofs package if you need a program for writing CD-ROMs. %prep %setup -q %patch0 -p1 -b .free %patch1 -p1 -b .silo %patch50 -p1 -b .ISO-8859-2 %build #CC="gcc $RPM_OPT_FLAGS" ./configure --prefix=/usr %configure make %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/usr/{bin,man/man8} make prefix=$RPM_BUILD_ROOT/usr install strip $RPM_BUILD_ROOT/usr/bin/mkisofs %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc COPYING ChangeLog README README.eltorito README.session TODO /usr/bin/mkisofs /usr/man/man8/mkisofs.8 %changelog * Tue Sep 21 1999 Bill Nottingham - fix description * Fri Sep 17 1999 Jakub Jelinek - teach mkisofs to build SPARC bootable CDs. * Sat Sep 4 1999 Jeff Johnson - obsolete (bogus!) cdrecord-mkisofs that was briefly in Raw Hide (#4906). * Sun Mar 21 1999 Cristian Gafton - auto rebuild in the new build environment (release 2) * Fri Mar 12 1999 Jeff Johnson - update to 1.12b5. * Thu Sep 10 1998 Jeff Johnson - update to 1.12b4 * Tue Sep 1 1998 Jeff Johnson - update to 1.11.3 * Sun Aug 16 1998 Jeff Johnson - build root * Sun May 10 1998 Cristian Gafton - fixed segv problems on glibc systems * Thu May 07 1998 Prospector System - translations modified for de, fr, tr * Wed Apr 08 1998 Erik Troan - updated to 1.11.2 * Tue Oct 21 1997 Michael Fulbright - Updated to 1.11.1 * Fri May 02 1997 Michael Fulbright - Updated to released version of 1.11. ( Should fix problem with files ending in a '.' ) * Tue Mar 18 1997 Michael Fulbright - Updated to released version of 1.10. * Tue Feb 25 1997 Michael Fulbright - Updated to 1.10b7. * Wed Feb 12 1997 Michael Fulbright - Updated to 1.10b3. * Wed Feb 12 1997 Michael Fulbright - Added %doc line to spec file (was missing all docs before).