2004-09-09 05:42:43 +00:00
|
|
|
Summary: Development Libraries and headers for EFI
|
|
|
|
Name: gnu-efi
|
2006-04-27 18:02:15 +00:00
|
|
|
Version: 3.0c
|
|
|
|
Release: 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
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
2006-04-27 18:02:15 +00:00
|
|
|
ExclusiveArch: ia64 i386
|
2004-09-09 05:42:43 +00:00
|
|
|
|
|
|
|
%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
|
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
|
2006-04-27 18:02:15 +00:00
|
|
|
* Thu Apr 27 2006 Chris Lumens <clumens@redhat.com> 3.0c-1
|
|
|
|
- Upgrade to gnu-efi-3.0c.
|
|
|
|
- Enable build on i386.
|
|
|
|
|
2006-02-07 11:57:35 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 3.0a-7.2
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2005-12-09 22:40:45 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-03-03 16:58:52 +00:00
|
|
|
* Thu Mar 3 2005 Jeremy Katz <katzj@redhat.com> - 3.0a-7
|
|
|
|
- rebuild with gcc 4
|
|
|
|
|
2004-09-21 21:12:36 +00:00
|
|
|
* Tue Sep 21 2004 Jeremy Katz <katzj@redhat.com> - 3.0a-6
|
|
|
|
- add fix from Jesse Barnes for newer binutils (#129197)
|
|
|
|
|
2004-09-09 05:44:28 +00:00
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 05:44:06 +00:00
|
|
|
* Wed Apr 21 2004 Jeremy Katz <katzj@redhat.com> - 3.0a-4
|
|
|
|
- actually add the patch
|
|
|
|
|
2004-09-09 05:44:02 +00:00
|
|
|
* Tue Apr 20 2004 Bill Nottingham <notting@redhat.com> 3.0a-3
|
|
|
|
- add patch to coalesce some relocations (#120080, <erikj@sgi.com>)
|
|
|
|
|
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
|