Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > main-src > by-pkgid > 134e50bdc746f5916f44a3fd8bd21a19 > files > 4

elilo-3.1-2mdk.src.rpm

%define name	elilo
%define version	3.1
%define release	2mdk

Summary:	An ia64 LILO-like kernel loader
Name:		%{name}
Version:	%{version}
Release:	%{release}
URL:		ftp://ftp.hpl.hp.com/pub/linux-ia64/
Source0:	%{name}-%{version}.tar.bz2
Patch0:		elilo-3.1-makefile.patch.bz2
Patch1:		elilo-3.1-devscheme.patch.bz2
License:	GPL
Group:		System/Kernel and hardware
BuildRoot:	%{_tmppath}/%{name}-root
BuildRequires:	gnu-efi >= 3.0
ExclusiveArch:	ia64

%description
ELILO is a linux boot loader for EFI-based systems, such as IA-64.

%prep
%setup -q
%patch0 -p1 -b .makefile
%patch1 -p1 -b .devscheme

%build
make

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/boot/efi
install -m755 elilo.efi $RPM_BUILD_ROOT/boot/efi/

%clean
rm -rf $RPM_BUILD_ROOT

%files -n elilo
%defattr(-,root,root)
%doc README.* LIMITATIONS TODO ChangeLog
%doc docs/elilo.txt
/boot/efi/elilo.efi

%changelog
* Thu Dec  6 2001 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 3.1-2mdk
- Fix no-url-tag

* Thu Sep  6 2001 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 3.1-1mdk
- Release 3.1
- Clean spec file
- BuildRequires: gnu-efi >= 3.0
- Regenarate Patch0 to disable constants merging

* Fri Jul  6 2001 Matthias Badaire <mbadaire@mandrakesoft.com> 3.0-2mdk
- change devscheme to have something usable

* Wed Jul  4 2001 Matthias Badaire <mbadaire@mandrakesoft.com> 3.0-1mdk
- Initial build.