From 474ca89eb0d79535709c35a88b334b25472022b4 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 12:52:57 +0000 Subject: [PATCH] =?UTF-8?q?auto-import=20changelog=20data=20from=20syslinu?= =?UTF-8?q?x-1.48-4.src.rpm=20Tue=20Jul=2018=202000=20Nalin=20Dahyabhai=20?= =?UTF-8?q?=20-=20add=20%defattr=20(release=204)=20Wed?= =?UTF-8?q?=20Jul=2012=202000=20Prospector=20=20-=20a?= =?UTF-8?q?utomatic=20rebuild=20Thu=20Jul=2006=202000=20Trond=20Eivind=20G?= =?UTF-8?q?lomsr=F8d=20=20-=20use=20%{=5Ftmppath}=20-=20ch?= =?UTF-8?q?ange=20application=20group=20(Applications/Internet=20doesn't?= =?UTF-8?q?=20seem=20right=20to=20me)=20-=20added=20BuildRequires=20Tue=20?= =?UTF-8?q?Apr=2004=202000=20Erik=20Troan=20=20-=20initial?= =?UTF-8?q?=20packaging?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cvsignore | 1 + sources | 1 + syslinux.spec | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 52 insertions(+) create mode 100644 syslinux.spec diff --git a/.cvsignore b/.cvsignore index e69de29..d2a8a6c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +syslinux-1.48.tar.gz diff --git a/sources b/sources index e69de29..c0961fc 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +c46503e81fa8375a097a8e5f2c58d26b syslinux-1.48.tar.gz diff --git a/syslinux.spec b/syslinux.spec new file mode 100644 index 0000000..f0ce555 --- /dev/null +++ b/syslinux.spec @@ -0,0 +1,50 @@ +Summary: Simple kernel loader which boots from a FAT filesystem +Name: syslinux +Version: 1.48 +Release: 4 +Copyright: BSD +Group: Applications/System +Source0: ftp://sunsite.unc.edu/pub/Linux/system/boot/loaders/syslinux-1.48.tar.gz +ExclusiveArch: i386 +Buildroot: %{_tmppath}/%{name}-%{version}-root +BuildRequires: nasm, perl + +%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 + +%build +make + +%install +rm -rf $RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT/usr/bin +make BINDIR=$RPM_BUILD_ROOT/usr/bin install + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +%doc NEWS README syslinux.doc COPYING +/usr/bin/syslinux + +%changelog +* 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