2004-09-09 05:42:43 +00:00
|
|
|
Summary: Development Libraries and headers for EFI
|
|
|
|
Name: gnu-efi
|
2004-09-09 05:43:55 +00:00
|
|
|
Version: 3.0a
|
|
|
|
Release: 2.1
|
2004-09-09 05:42:43 +00:00
|
|
|
Group: Development/System
|
|
|
|
License: GPL
|
2004-09-09 05:42:50 +00:00
|
|
|
Source: ftp://ftp.hpl.hp.com/pub/linux-ia64/gnu-efi-%{version}.tar.gz
|
2004-09-09 05:43:00 +00:00
|
|
|
Patch1: gnu-efi-3.0-makefile.patch
|
|
|
|
Patch2: gnu-efi-3.0-rodata.patch
|
2004-09-09 05:42:50 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
2004-09-09 05:42:43 +00:00
|
|
|
ExclusiveArch: ia64
|
|
|
|
|
|
|
|
%description
|
|
|
|
This package contains development headers and libraries for developing
|
|
|
|
applications that run under EFI (Extensible Firmware Interface).
|
|
|
|
|
|
|
|
%prep
|
2004-09-09 05:43:00 +00:00
|
|
|
%setup
|
|
|
|
%patch1 -p1
|
|
|
|
#%patch2 -p1
|
2004-09-09 05:42:43 +00:00
|
|
|
|
|
|
|
%build
|
2004-09-09 05:43:00 +00:00
|
|
|
make
|
2004-09-09 05:42:43 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2004-09-09 05:43:00 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/usr
|
2004-09-09 05:42:43 +00:00
|
|
|
|
2004-09-09 05:43:00 +00:00
|
|
|
make INSTALLROOT=$RPM_BUILD_ROOT/usr install
|
2004-09-09 05:42:43 +00:00
|
|
|
|
2004-09-09 05:43:00 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/usr/lib/gnuefi
|
|
|
|
mv $RPM_BUILD_ROOT/usr/lib/*.lds $RPM_BUILD_ROOT/usr/lib/*.o \
|
|
|
|
$RPM_BUILD_ROOT/usr/lib/gnuefi
|
2004-09-09 05:42:43 +00:00
|
|
|
|
2004-09-09 05:43:00 +00:00
|
|
|
make -C apps clean
|
2004-09-09 05:42:50 +00:00
|
|
|
|
2004-09-09 05:42:43 +00:00
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2004-09-09 05:43:00 +00:00
|
|
|
%doc README.* ChangeLog apps
|
2004-09-09 05:42:43 +00:00
|
|
|
/usr/include/efi
|
|
|
|
/usr/lib/*
|
|
|
|
|
|
|
|
%changelog
|
2004-09-09 05:43:55 +00:00
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 05:43:24 +00:00
|
|
|
* Fri Oct 4 2002 Jeremy Katz <katzj@redhat.com>
|
|
|
|
- rebuild in new environment
|
|
|
|
|
2004-09-09 05:43:00 +00:00
|
|
|
* Sun Jul 8 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
- update to 3.0
|
|
|
|
|
2004-09-09 05:42:50 +00:00
|
|
|
* Tue Jun 5 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
- add fix for invocations from the boot manager menu (#42222)
|
|
|
|
|
|
|
|
* Tue May 22 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
- add bugfix for efibootmgr (<schwab@suse.de>)
|
|
|
|
|
|
|
|
* Mon May 21 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
- update to 2.5
|
|
|
|
- add in efibootmgr from Dell (<Matt_Domsch@dell.com>)
|
|
|
|
|
|
|
|
* Thu May 3 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
- fix booting of kernels with extra arguments (#37711)
|
|
|
|
|
|
|
|
* Wed Apr 25 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
- take out Stephane's initrd patch
|
|
|
|
|
|
|
|
* Fri Apr 20 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
- fix the verbosity patch to not break passing arguments to images
|
|
|
|
|
|
|
|
* Wed Apr 18 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
- update to 2.0, build elilo, obsolete eli
|
|
|
|
|
2004-09-09 05:42:43 +00:00
|
|
|
* Tue Dec 5 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- update to 1.1
|
|
|
|
|
|
|
|
* Thu Oct 26 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- add patch for new toolchain, update to 1.0
|
|
|
|
|
|
|
|
* Thu Aug 17 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- update to 0.9
|