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
|
2007-06-12 16:28:56 +00:00
|
|
|
Release: 2%{?dist}
|
2004-09-09 05:42:43 +00:00
|
|
|
Group: Development/System
|
|
|
|
License: GPL
|
2007-06-12 16:28:56 +00:00
|
|
|
URL: ftp://ftp.hpl.hp.com/pub/linux-ia64
|
2004-09-09 05:42:50 +00:00
|
|
|
Source: ftp://ftp.hpl.hp.com/pub/linux-ia64/gnu-efi-%{version}.tar.gz
|
2007-06-12 16:28:56 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
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
|
2007-06-12 16:28:56 +00:00
|
|
|
%setup -q
|
2004-09-09 05:42:43 +00:00
|
|
|
|
|
|
|
%build
|
2007-06-12 16:28:56 +00:00
|
|
|
# Package cannot build with %{?_smp_mflags}.
|
|
|
|
make
|
2004-09-09 05:42:43 +00:00
|
|
|
|
|
|
|
%install
|
2007-06-12 16:28:56 +00:00
|
|
|
rm -rf %{buildroot}
|
2004-09-09 05:42:43 +00:00
|
|
|
|
2007-06-12 16:28:56 +00:00
|
|
|
mkdir -p %{buildroot}/%{_libdir}
|
2004-09-09 05:42:43 +00:00
|
|
|
|
2007-06-12 16:28:56 +00:00
|
|
|
make INSTALLROOT=%{buildroot}/%{_prefix} install
|
2004-09-09 05:42:43 +00:00
|
|
|
|
2007-06-12 16:28:56 +00:00
|
|
|
mkdir -p %{buildroot}/%{_libdir}/gnuefi
|
|
|
|
mv %{buildroot}/%{_libdir}/*.lds %{buildroot}/%{_libdir}/*.o %{buildroot}/%{_libdir}/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
|
2007-06-12 16:28:56 +00:00
|
|
|
rm -rf %{buildroot}
|
2004-09-09 05:42:43 +00:00
|
|
|
|
|
|
|
%files
|
2007-06-12 16:28:56 +00:00
|
|
|
%defattr(-,root,root,-)
|
2004-09-09 05:43:00 +00:00
|
|
|
%doc README.* ChangeLog apps
|
2007-06-12 16:28:56 +00:00
|
|
|
%{_includedir}/efi
|
|
|
|
%{_libdir}/*
|
2004-09-09 05:42:43 +00:00
|
|
|
|
|
|
|
%changelog
|
2007-06-12 16:28:56 +00:00
|
|
|
* Tue Jun 12 2007 Chris Lumens <clumens@redhat.com> - 3.0c-2
|
|
|
|
- Fixes for package review (#225846).
|
|
|
|
|
2006-07-12 06:11:45 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.0c-1.1
|
|
|
|
- rebuild
|
|
|
|
|
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
|