diff --git a/.cvsignore b/.cvsignore index 7d8f386..5db2703 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -syslinux-1.52.tar.bz2 +syslinux-1.75.tar.gz diff --git a/sources b/sources index 4a7c7b0..d604b87 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c6f1de7c06569aa6f58ecc5c0e60382f syslinux-1.52.tar.bz2 +e47546183afb2b2597aeb09bd4048bd1 syslinux-1.75.tar.gz diff --git a/syslinux.spec b/syslinux.spec index 720a4e6..068d95e 100644 --- a/syslinux.spec +++ b/syslinux.spec @@ -1,13 +1,15 @@ Summary: Simple kernel loader which boots from a FAT filesystem Name: syslinux -Version: 1.52 +Version: 1.75 Release: 2 -Copyright: BSD +License: BSD Group: Applications/System -Source0: ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{version}.tar.bz2 +Source0: ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{version}.tar.gz ExclusiveArch: i386 Buildroot: %{_tmppath}/%{name}-%{version}-root BuildPrereq: nasm, perl +Autoreq: 0 +Requires: libc.so.6 %description Syslinux is a simple kernel loader. It normally loads the kernel (and an @@ -18,24 +20,47 @@ PXE bootloader during network boots. %setup -q -n syslinux-%{version} %build -#make DATE="$(echo `date +%%m-%%d-%%Y` RH build)" -make +make clean +make installer %install -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} -mkdir -p $RPM_BUILD_ROOT/usr/bin -make BINDIR=$RPM_BUILD_ROOT/usr/bin install +mkdir -p %{buildroot}/usr/bin +make INSTALLROOT=%{buildroot} install %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) -%doc NEWS README *.doc COPYING -/usr/bin/syslinux +%doc NEWS README TODO COPYING +%doc distrib.doc isolinux.doc pxelinux.doc syslinux.doc +%{_bindir}/lss16toppm +%{_bindir}/ppmtolss16 +%{_bindir}/syslinux +%{_libdir}/syslinux %changelog +* 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.