update to 3.0.9 [release 3.0.9-1mamba;Sat Jul 27 2019]
This commit is contained in:
parent
eeff5e52ea
commit
40f56b8ae3
13
gnu-efi.spec
13
gnu-efi.spec
@ -1,13 +1,13 @@
|
||||
Name: gnu-efi
|
||||
Version: 3.0u
|
||||
Version: 3.0.9
|
||||
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
|
||||
URL: https://sourceforge.net/projects/gnu-efi/
|
||||
Source: https://sourceforge.net/projects/gnu-efi/files/gnu-efi-%{version}.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
## 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.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-3.0
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
make CC=%{__cc}
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
%makeinstall INSTALLROOT=%{buildroot}%{_prefix} LIBDIR=%{_lib} PREFIX=
|
||||
%makeinstall INSTALLROOT=%{buildroot}%{_prefix} LIBDIR=/%{_lib} PREFIX=
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
@ -41,6 +41,9 @@ make CC=%{__cc}
|
||||
#%doc ChangeLog README.efilib README.elilo README.gnuefi
|
||||
|
||||
%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
|
||||
- update to 3.0u
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user