update to 4.0.0 [release 4.0.0-1mamba;Thu Jan 02 2025]

This commit is contained in:
Silvan Calarco 2025-01-04 10:36:21 +01:00
parent 30687de8b0
commit 2c5605c41f

View File

@ -1,14 +1,15 @@
Name: gnu-efi Name: gnu-efi
Version: 3.0.18 Version: 4.0.0
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: https://sourceforge.net/projects/gnu-efi/ URL: https://github.com/ncroxon/gnu-efi
Source: https://sourceforge.net/projects/gnu-efi/files/gnu-efi-%{version}.tar.bz2 Source: https://github.com/ncroxon/gnu-efi.git/%{version}/gnu-efi-%{version}.tar.bz2
License: GPL License: GPL
BuildArch: noarch
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
@ -34,7 +35,7 @@ make CC=%{__cc}
%dir %{_includedir}/efi %dir %{_includedir}/efi
%{_includedir}/efi/* %{_includedir}/efi/*
%{_libdir}/crt0-efi-*.o %{_libdir}/crt0-efi-*.o
%{_libdir}/elf_*_efi.lds %{_libdir}/elf_*.lds
%{_libdir}/libefi.a %{_libdir}/libefi.a
%{_libdir}/libgnuefi.a %{_libdir}/libgnuefi.a
%dir %{_libdir}/gnuefi/apps %dir %{_libdir}/gnuefi/apps
@ -43,6 +44,9 @@ make CC=%{__cc}
#%doc ChangeLog README.efilib README.elilo README.gnuefi #%doc ChangeLog README.efilib README.elilo README.gnuefi
%changelog %changelog
* Thu Jan 02 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.0-1mamba
- update to 4.0.0
* Sun Mar 24 2024 Automatic Build System <autodist@openmamba.org> 3.0.18-1mamba * Sun Mar 24 2024 Automatic Build System <autodist@openmamba.org> 3.0.18-1mamba
- automatic version update by autodist - automatic version update by autodist