update to 3.0u [release 3.0u-1mamba;Sun Aug 11 2013]

This commit is contained in:
Silvan Calarco 2024-01-05 23:16:15 +01:00
parent ab5b19a7d8
commit eeff5e52ea
2 changed files with 57 additions and 0 deletions

View File

@ -1,2 +1,5 @@
# gnu-efi # gnu-efi
GNU toolchain for building applications that can run in the environment presented by Intel's EFI (Extensible Firmware Interface).
EFI is a firmware specification for the "BIOS" on ia64 and newer ia32 systems.

54
gnu-efi.spec Normal file
View File

@ -0,0 +1,54 @@
Name: gnu-efi
Version: 3.0u
Release: 1mamba
Summary: GNU toolchain for building applications that can run in Intel's EFI environment
Group: Applications/Development
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: ftp://sourceforge.net/projects/gnu-efi/
Source: http://downloads.sourceforge.net/project/gnu-efi/gnu-efi_%{version}.orig.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
GNU toolchain for building applications that can run in the environment presented by Intel's EFI (Extensible Firmware Interface).
EFI is a firmware specification for the "BIOS" on ia64 and newer ia32 systems.
%prep
%setup -q -n %{name}-3.0
%build
make CC=%{__cc}
%install
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
%makeinstall INSTALLROOT=%{buildroot}%{_prefix} LIBDIR=%{_lib} PREFIX=
%clean
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
%files
%defattr(-,root,root)
%dir %{_includedir}/efi
%{_includedir}/efi/*
%{_libdir}/crt0-efi-*.o
%{_libdir}/elf_*_efi.lds
%{_libdir}/libefi.a
%{_libdir}/libgnuefi.a
#%doc ChangeLog README.efilib README.elilo README.gnuefi
%changelog
* Sun Aug 11 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0u-1mamba
- update to 3.0u
* Wed Jul 11 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0q-1mamba
- update to 3.0q
* Fri Sep 14 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0c-1mamba
- update to 3.0c
* Thu Apr 13 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0a-1qilnx
- package created by autospec