!21 Upgrade to version 3.0.17
From: @chen-jan Reviewed-by: @lyn1001 Signed-off-by: @lyn1001
This commit is contained in:
commit
ce34fc9706
BIN
gnu-efi-3.0.17.tar.bz2
Normal file
BIN
gnu-efi-3.0.17.tar.bz2
Normal file
Binary file not shown.
Binary file not shown.
20
gnu-efi.spec
20
gnu-efi.spec
@ -1,13 +1,13 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
Name: gnu-efi
|
Name: gnu-efi
|
||||||
Version: 3.0.8
|
Version: 3.0.17
|
||||||
Release: 10
|
Release: 1
|
||||||
Summary: Development Libraries and headers for EFI
|
Summary: Development Libraries and headers for EFI
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: ftp://ftp.hpl.hp.com/pub/linux-ia64
|
URL: https://sourceforge.net/projects/gnu-efi
|
||||||
ExclusiveArch: x86_64 aarch64
|
ExclusiveArch: x86_64 aarch64
|
||||||
Source0: https://sourceforge.net/projects/gnu-efi/files/gnu-efi-3.0.8.tar.bz2
|
Source0: https://sourceforge.net/projects/gnu-efi/files/%{name}-%{version}.tar.bz2
|
||||||
#stubs-32.h comes from http://www.gnu.org/software/glibc/
|
#stubs-32.h comes from http://www.gnu.org/software/glibc/
|
||||||
Source1: stubs-32.h
|
Source1: stubs-32.h
|
||||||
|
|
||||||
@ -22,7 +22,7 @@ Source1: stubs-32.h
|
|||||||
|
|
||||||
Provides: %{name}-utils = %{epoch}:%{version}-%{release}
|
Provides: %{name}-utils = %{epoch}:%{version}-%{release}
|
||||||
Obsoletes: %{name}-utils < %{epoch}:%{version}-%{release}
|
Obsoletes: %{name}-utils < %{epoch}:%{version}-%{release}
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc make binutils
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains development headers and libraries for developing
|
This package contains development headers and libraries for developing
|
||||||
@ -31,17 +31,18 @@ applications that run under EFI (Extensible Firmware Interface).
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Development Libraries and headers for EFI
|
Summary: Development Libraries and headers for EFI
|
||||||
Obsoletes: gnu-efi < 1:3.0.2-1
|
Obsoletes: gnu-efi < 1:3.0.2-1
|
||||||
Requires: gnu-efi
|
Requires: gnu-efi = %{epoch}:%{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains development headers and libraries for developing
|
This package contains development headers and libraries for developing
|
||||||
applications that run under EFI (Extensible Firmware Interface).
|
applications that run under EFI (Extensible Firmware Interface).
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n gnu-efi-3.0.8 -p1
|
%autosetup -n %{name}-%{version} -p1
|
||||||
install -d gnuefi/gnu
|
install -d gnuefi/gnu
|
||||||
install -Dp %{SOURCE1} gnuefi/gnu/
|
install -Dp %{SOURCE1} gnuefi/gnu/
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make
|
make
|
||||||
make apps
|
make apps
|
||||||
@ -73,10 +74,13 @@ mv ia32/apps/{route80h.efi,modelist.efi} %{buildroot}/boot/efi/EFI/%{efidir}/ia3
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc README.* ChangeLog
|
%doc README.*
|
||||||
%{_includedir}/efi
|
%{_includedir}/efi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 20 2023 chenchen <chen_aka_jan@163.com> - 1:3.0.17-1
|
||||||
|
- Upgrade to version 3.0.17
|
||||||
|
|
||||||
* Mon Jun 7 2021 baizhonggui <baizhonggui@huawei.com> - 3.0.8-10
|
* Mon Jun 7 2021 baizhonggui <baizhonggui@huawei.com> - 3.0.8-10
|
||||||
- Fix building error: make[1]: gcc: No such file or directory
|
- Fix building error: make[1]: gcc: No such file or directory
|
||||||
- Add gcc in BuildRequires
|
- Add gcc in BuildRequires
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user