auto-import changelog data from syslinux-2.08-3.src.rpm
Sat Apr 17 2004 Jeremy Katz <katzj@redhat.com> 2.0.8-3 - add syslinux-nomtools binary to be used for creating some installer images Tue Feb 17 2004 Jeremy Katz <katzj@redhat.com> - add netpbm-progs BuildRequires (#110255)
This commit is contained in:
parent
dd071902bb
commit
5b9b1adde3
@ -1,14 +1,14 @@
|
|||||||
Summary: Simple kernel loader which boots from a FAT filesystem
|
Summary: Simple kernel loader which boots from a FAT filesystem
|
||||||
Name: syslinux
|
Name: syslinux
|
||||||
Version: 2.08
|
Version: 2.08
|
||||||
Release: 2
|
Release: 3
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/System
|
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.bz2
|
||||||
Patch0: syslinux-2.08-x86_64.patch
|
Patch0: syslinux-2.08-x86_64.patch
|
||||||
ExclusiveArch: i386 x86_64
|
ExclusiveArch: i386 x86_64
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildPrereq: nasm, perl
|
BuildPrereq: nasm, perl, netpbm-progs
|
||||||
%ifarch i386
|
%ifarch i386
|
||||||
Autoreq: 0
|
Autoreq: 0
|
||||||
Requires: libc.so.6
|
Requires: libc.so.6
|
||||||
@ -43,6 +43,7 @@ make INSTALLROOT=%{buildroot} install install-lib \
|
|||||||
INSTALLROOT=%{buildroot} BINDIR=%{_bindir} \
|
INSTALLROOT=%{buildroot} BINDIR=%{_bindir} \
|
||||||
LIBDIR=%{_prefix}/lib INCDIR=%{_includedir}
|
LIBDIR=%{_prefix}/lib INCDIR=%{_includedir}
|
||||||
cp mkdiskimage sys2ansi.pl keytab-lilo.pl %{buildroot}%{_prefix}/lib/syslinux
|
cp mkdiskimage sys2ansi.pl keytab-lilo.pl %{buildroot}%{_prefix}/lib/syslinux
|
||||||
|
install -m 755 syslinux-nomtools %{buildroot}%{_prefix}/lib/syslinux
|
||||||
|
|
||||||
mkdir -p %{buildroot}/%{_docdir}/%{name}-%{version}/sample
|
mkdir -p %{buildroot}/%{_docdir}/%{name}-%{version}/sample
|
||||||
install -m 644 sample/sample.* %{buildroot}/%{_docdir}/%{name}-%{version}/sample/
|
install -m 644 sample/sample.* %{buildroot}/%{_docdir}/%{name}-%{version}/sample/
|
||||||
@ -65,6 +66,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_bindir}/gethostip
|
%{_bindir}/gethostip
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 17 2004 Jeremy Katz <katzj@redhat.com> 2.0.8-3
|
||||||
|
- add syslinux-nomtools binary to be used for creating some installer images
|
||||||
|
|
||||||
|
* Tue Feb 17 2004 Jeremy Katz <katzj@redhat.com>
|
||||||
|
- add netpbm-progs BuildRequires (#110255)
|
||||||
|
|
||||||
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user