update to 3.0.9 [release 3.0.9-1mamba;Sat Jul 27 2019]

This commit is contained in:
Silvan Calarco 2024-01-05 23:16:15 +01:00
parent eeff5e52ea
commit 40f56b8ae3

View File

@ -1,13 +1,13 @@
Name: gnu-efi Name: gnu-efi
Version: 3.0u Version: 3.0.9
Release: 1mamba Release: 1mamba
Summary: GNU toolchain for building applications that can run in Intel's EFI environment Summary: GNU toolchain for building applications that can run in Intel's EFI environment
Group: Applications/Development Group: Applications/Development
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: ftp://sourceforge.net/projects/gnu-efi/ URL: https://sourceforge.net/projects/gnu-efi/
Source: http://downloads.sourceforge.net/project/gnu-efi/gnu-efi_%{version}.orig.tar.gz Source: https://sourceforge.net/projects/gnu-efi/files/gnu-efi-%{version}.tar.bz2
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
@ -18,14 +18,14 @@ GNU toolchain for building applications that can run in the environment presente
EFI is a firmware specification for the "BIOS" on ia64 and newer ia32 systems. EFI is a firmware specification for the "BIOS" on ia64 and newer ia32 systems.
%prep %prep
%setup -q -n %{name}-3.0 %setup -q
%build %build
make CC=%{__cc} make CC=%{__cc}
%install %install
[ "%{buildroot}" != / ] && rm -rf %{buildroot} [ "%{buildroot}" != / ] && rm -rf %{buildroot}
%makeinstall INSTALLROOT=%{buildroot}%{_prefix} LIBDIR=%{_lib} PREFIX= %makeinstall INSTALLROOT=%{buildroot}%{_prefix} LIBDIR=/%{_lib} PREFIX=
%clean %clean
[ "%{buildroot}" != / ] && rm -rf %{buildroot} [ "%{buildroot}" != / ] && rm -rf %{buildroot}
@ -41,6 +41,9 @@ make CC=%{__cc}
#%doc ChangeLog README.efilib README.elilo README.gnuefi #%doc ChangeLog README.efilib README.elilo README.gnuefi
%changelog %changelog
* Sat Jul 27 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.9-1mamba
- update to 3.0.9
* Sun Aug 11 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0u-1mamba * Sun Aug 11 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0u-1mamba
- update to 3.0u - update to 3.0u