auto-import changelog data from syslinux-2.00-4.src.rpm
Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Tue Jan 14 2003 Jeremy Katz <katzj@redhat.com> 2.00-3 - fix deps for x86_64 Wed Nov 27 2002 Tim Powers <timp@redhat.com> 2.00-2 - build on both x86_64 and i386 Fri Nov 01 2002 Jeremy Katz <katzj@redhat.com> - update to 2.00 - add additional files as requested by hpa (#68073)
This commit is contained in:
parent
e59b993d18
commit
b299f010af
@ -1 +1 @@
|
||||
syslinux-1.75.tar.gz
|
||||
syslinux-2.00.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
e47546183afb2b2597aeb09bd4048bd1 syslinux-1.75.tar.gz
|
||||
cd1746a138f3390e1876994c96a26490 syslinux-2.00.tar.bz2
|
||||
|
@ -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 <timp@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Tue Jan 14 2003 Jeremy Katz <katzj@redhat.com> 2.00-3
|
||||
- fix deps for x86_64
|
||||
|
||||
* Wed Nov 27 2002 Tim Powers <timp@redhat.com> 2.00-2
|
||||
- build on both x86_64 and i386
|
||||
|
||||
* Fri Nov 1 2002 Jeremy Katz <katzj@redhat.com>
|
||||
- update to 2.00
|
||||
- add additional files as requested by hpa (#68073)
|
||||
|
||||
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
||||
- automated rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user