auto-import changelog data from syslinux-1.48-4.src.rpm
Tue Jul 18 2000 Nalin Dahyabhai <nalin@redhat.com> - add %defattr (release 4) Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Thu Jul 06 2000 Trond Eivind Glomsrd <teg@redhat.com> - use %{_tmppath} - change application group (Applications/Internet doesn't seem right to me) - added BuildRequires Tue Apr 04 2000 Erik Troan <ewt@redhat.com> - initial packaging
This commit is contained in:
parent
475e913489
commit
474ca89eb0
@ -0,0 +1 @@
|
|||||||
|
syslinux-1.48.tar.gz
|
50
syslinux.spec
Normal file
50
syslinux.spec
Normal file
@ -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 <nalin@redhat.com>
|
||||||
|
- add %%defattr (release 4)
|
||||||
|
|
||||||
|
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
||||||
|
- automatic rebuild
|
||||||
|
|
||||||
|
* Thu Jul 06 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
|
- use %%{_tmppath}
|
||||||
|
- change application group (Applications/Internet doesn't seem
|
||||||
|
right to me)
|
||||||
|
- added BuildRequires
|
||||||
|
|
||||||
|
* Tue Apr 04 2000 Erik Troan <ewt@redhat.com>
|
||||||
|
- initial packaging
|
Loading…
Reference in New Issue
Block a user