diff --git a/.cvsignore b/.cvsignore index 5db2703..1911452 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -syslinux-1.75.tar.gz +syslinux-2.00.tar.bz2 diff --git a/sources b/sources index d604b87..cf166f8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e47546183afb2b2597aeb09bd4048bd1 syslinux-1.75.tar.gz +cd1746a138f3390e1876994c96a26490 syslinux-2.00.tar.bz2 diff --git a/syslinux.spec b/syslinux.spec index cb4324a..b2a0be2 100644 --- a/syslinux.spec +++ b/syslinux.spec @@ -1,15 +1,21 @@ Summary: Simple kernel loader which boots from a FAT filesystem Name: syslinux -Version: 1.75 -Release: 3 +Version: 2.00 +Release: 4 License: BSD Group: Applications/System -Source0: ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{version}.tar.gz -ExclusiveArch: i386 +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 @@ -29,19 +35,36 @@ 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 +%doc distrib.doc isolinux.doc pxelinux.doc syslinux.doc memdisk/memdisk.doc %{_bindir}/lss16toppm %{_bindir}/ppmtolss16 %{_bindir}/syslinux -%{_libdir}/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