2 %define RPMVERSION @@RPMVERSION@@
3 %define VERSION @@VERSION@@
4 Summary: Kernel loader which uses a FAT or iso9660 filesystem or a PXE network
9 Group: Applications/System
10 Source0: ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{VERSION}.tar.gz
11 ExclusiveArch: i386 x86_64
12 Packager: H. Peter Anvin <hpa@zytor.com>
13 Buildroot: %{_tmppath}/%{name}-%{VERSION}-root
14 BuildPrereq: nasm >= 0.98.35, perl
17 Requires: mtools, libc.so.6
20 Requires: mtools, libc.so.6()(64bit)
24 Syslinux is a simple kernel loader. It normally loads the kernel (and an
25 optional initrd image) from a FAT filesystem. It can also be used as a
26 PXE bootloader during network boots (PXELINUX), or for booting from
27 ISO 9660 CD-ROMs (ISOLINUX).
30 %setup -q -n syslinux-%{VERSION}
38 mkdir -p %{buildroot}%{_bindir}
39 mkdir -p %{buildroot}%{_prefix}/lib/syslinux
40 mkdir -p %{buildroot}%{_prefix}/include
41 make install install-lib \
42 INSTALLROOT=%{buildroot} BINDIR=%{_bindir} \
43 LIBDIR=%{_prefix}/lib INCDIR=%{_prefix}/include
44 cp mkdiskimage sys2ansi.pl keytab-lilo.pl %{buildroot}%{_prefix}/lib/syslinux
51 %doc NEWS README *.doc memdisk/*.doc COPYING
57 %{_prefix}/lib/syslinux
58 %{_prefix}/lib/libsyslinux.*
59 %{_prefix}/include/syslinux.h
68 * Wed Apr 16 2003 H. Peter Anvin <hpa@zytor.com> 2.04-1
70 - Add support for libsyslinux.so*
71 - Templatize for inclusion in CVS tree
73 * Thu Apr 10 2003 H. Peter Anvin <hpa@zytor.com>
75 - Add support for libsyslinux.a
76 - Add keytab-lilo.pl to the /usr/lib/syslinux directory
78 - Support building on x86-64
80 * Thu Feb 13 2003 H. Peter Anvin <hpa@zytor.com>
81 - 2.02 release; no longer setuid
83 * Thu Jan 30 2003 H. Peter Anvin <hpa@zytor.com>
84 - Prepare for 2.01 release; make /usr/bin/syslinux setuid root
86 * Fri Oct 25 2002 H. Peter Anvin <hpa@zytor.com>
89 * Tue Aug 27 2002 H. Peter Anvin <hpa@zytor.com>
92 * Fri Jun 14 2002 H. Peter Anvin <hpa@zytor.com>
95 * Sat Jun 1 2002 H. Peter Anvin <hpa@zytor.com>
98 * Sun May 26 2002 H. Peter Anvin <hpa@zytor.com>
101 * Tue Apr 23 2002 H. Peter Anvin <hpa@zytor.com>
104 * Wed Apr 17 2002 H. Peter Anvin <hpa@zytor.com>
108 * Wed Apr 17 2002 H. Peter Anvin <hpa@zytor.com>
111 * Sat Feb 3 2002 H. Peter Anvin <hpa@zytor.com>
114 * Tue Jan 1 2002 H. Peter Anvin <hpa@zytor.com>
117 * Sat Dec 15 2001 H. Peter Anvin <hpa@zytor.com>
118 - Upgrade to 1.65; make appropriate changes.
120 * Sat Aug 24 2001 H. Peter Anvin <hpa@zytor.com>
123 * Mon Aug 6 2001 H. Peter Anvin <hpa@zytor.com>
125 - Use make install since the stock SYSLINUX distribution now supports
128 * Sat Apr 24 2001 H. Peter Anvin <hpa@zytor.com>
131 * Sat Apr 14 2001 H. Peter Anvin <hpa@zytor.com>
132 - Fix missing %files; correct modes.
134 * Fri Apr 13 2001 H. Peter Anvin <hpa@zytor.com>
136 - Install auxilliary programs in /usr/lib/syslinux
138 * Sat Feb 10 2001 Matt Wilson <msw@redhat.com>
141 * Wed Jan 24 2001 Matt Wilson <msw@redhat.com>
144 * Mon Jan 22 2001 Matt Wilson <msw@redhat.com>
147 * Fri Jan 19 2001 Matt Wilson <msw@redhat.com>
148 - 1.51pre3, with e820 detection
150 * Tue Dec 12 2000 Than Ngo <than@redhat.com>
151 - rebuilt with fixed fileutils
153 * Thu Nov 9 2000 Than Ngo <than@redhat.com>
157 - add some useful documents
159 * Tue Jul 18 2000 Nalin Dahyabhai <nalin@redhat.com>
160 - add %%defattr (release 4)
162 * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
165 * Thu Jul 06 2000 Trond Eivind Glomsrød <teg@redhat.com>
167 - change application group (Applications/Internet doesn't seem
169 - added BuildRequires
171 * Tue Apr 04 2000 Erik Troan <ewt@redhat.com>