Summary: Simple kernel loader which boots from a FAT filesystem Name: syslinux Version: 2.00 Release: 4 License: BSD Group: Applications/System Source0: ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{version}.tar.bz2 ExclusiveArch: i386 x86_64 Buildroot: %{_tmppath}/%{name}-%{version}-root BuildPrereq: nasm, perl %ifarch i386 Autoreq: 0 Requires: libc.so.6 %endif %ifarch x86_64 Autoreq: 0 Requires: libc.so.6()(64bit) %endif %description Syslinux is a simple kernel loader. It normally loads the kernel (and an optional initrd image) from a FAT filesystem. It can also be used as a PXE bootloader during network boots. %prep %setup -q -n syslinux-%{version} %build make clean make installer %install rm -rf %{buildroot} mkdir -p %{buildroot}/usr/bin make INSTALLROOT=%{buildroot} install mkdir -p %{buildroot}/%{_docdir}/%{name}-%{version}/sample install -m 644 sample/sample.* %{buildroot}/%{_docdir}/%{name}-%{version}/sample/ %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc NEWS README TODO COPYING %doc distrib.doc isolinux.doc pxelinux.doc syslinux.doc memdisk/memdisk.doc %{_bindir}/lss16toppm %{_bindir}/ppmtolss16 %{_bindir}/syslinux %{_prefix}/lib/syslinux %{_bindir}/gethostip %changelog * Wed Jan 22 2003 Tim Powers - rebuilt * Tue Jan 14 2003 Jeremy Katz 2.00-3 - fix deps for x86_64 * Wed Nov 27 2002 Tim Powers 2.00-2 - build on both x86_64 and i386 * Fri Nov 1 2002 Jeremy Katz - update to 2.00 - add additional files as requested by hpa (#68073) * Fri Jun 21 2002 Tim Powers - automated rebuild * Tue Jun 18 2002 Jeremy Katz - lss16toppm and ppmtolss16 are both perl scripts... turn off find-requires so we don't suck in perl as a dependency for syslinux * Mon Jun 17 2002 Jeremy Katz - update to 1.75 - include tools to create graphical image format needed by syslinux - include isolinux - include pxelinux (#64942) * Fri Jun 14 2002 Preston Brown - upgrade to latest version w/graphical screen support * Thu May 23 2002 Tim Powers - automated rebuild * Wed Jan 09 2002 Tim Powers - automated rebuild * Sun Jun 24 2001 Elliot Lee - Bump release + rebuild. * Sat Feb 10 2001 Matt Wilson - 1.52 * Wed Jan 24 2001 Matt Wilson - 1.51pre7 * Mon Jan 22 2001 Matt Wilson - 1.51pre5 * Fri Jan 19 2001 Matt Wilson - 1.51pre3, with e820 detection * Tue Dec 12 2000 Than Ngo - rebuilt with fixed fileutils * Thu Nov 9 2000 Than Ngo - update to 1.49 - update ftp site - clean up specfile - add some useful documents * Tue Jul 18 2000 Nalin Dahyabhai - add %%defattr (release 4) * Wed Jul 12 2000 Prospector - automatic rebuild * Thu Jul 06 2000 Trond Eivind Glomsrød - use %%{_tmppath} - change application group (Applications/Internet doesn't seem right to me) - added BuildRequires * Tue Apr 04 2000 Erik Troan - initial packaging