Name: tianocore-rpi4-uefi Version: 1.28.0 Release: 1%{?dist} Summary: Tiano Core UEFI Firmware for Raspberri Pi 4 License: BSD-2-Clause-Patent URL: https://github.com/pftf/RPi4/releases/tag/v1.28 Source0: %{name}-%{version}.tar.gz BuildRequires: libuuid Requires: libuuid %description %prep %autosetup -n RPi4-1.28 %build export WORKSPACE=$PWD cd edk2 . ./edksetup.sh cd .. make -C edk2/BaseTools build -n 4 -a AARCH64 -t GCC5 -p edk2-platforms/Platform/RaspberryPi %install rm -rf $RPM_BUILD_ROOT %make_install %files %license add-license-file-here %doc add-docs-here %changelog * Tue Jun 22 2021 Adam Young -