diff --git a/godot.changes b/godot.changes index ed2261c..36a59ef 100644 --- a/godot.changes +++ b/godot.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 10 13:10:05 UTC 2025 - Michal Suchanek + +- Fix ppc64le build + ------------------------------------------------------------------- Thu Aug 15 12:00:00 UTC 2024 - cunix@mail.de diff --git a/godot.spec b/godot.spec index 85b36f7..382fbb9 100644 --- a/godot.spec +++ b/godot.spec @@ -1,7 +1,7 @@ # # spec file for package godot # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2017 Luke Jones, luke.nukem.jones@gmail.com # # All modifications and additions to the file contributed by third parties @@ -93,11 +93,11 @@ BuildRequires: pkgconfig(freetype2) >= 2.10.2 # Using bundled freetype2 throws build errors, if # we don't use bundled libpng and zlib as well. BuildRequires: pkgconfig(libpng) -BuildRequires: pkgconfig(libbrotlicommon) -BuildRequires: pkgconfig(libbrotlidec) BuildRequires: mbedtls-devel BuildRequires: pkgconfig(graphite2) BuildRequires: pkgconfig(harfbuzz) +BuildRequires: pkgconfig(libbrotlicommon) +BuildRequires: pkgconfig(libbrotlidec) BuildRequires: pkgconfig(libwslay) BuildRequires: pkgconfig(libzstd) BuildRequires: pkgconfig(miniupnpc) @@ -361,9 +361,13 @@ suffix=rv64 %ifarch aarch64 suffix=arm64 %else +%ifarch ppc64 ppc64le +suffix=ppc64 +%else suffix=%{__isa_name}_%{__isa_bits} %endif %endif +%endif # Installing the editor install -D -p -m 755 bin/%{name}.linuxbsd.editor.$suffix %{buildroot}%{_bindir}/%{name}