$ git show --format=fuller --patch-with-stat --summary 582a588192b0453ad6fde2c9f8b2e44beb184265
commit 582a588192b0453ad6fde2c9f8b2e44beb184265
Author: uro <uro@urogaming.co.uk>
AuthorDate: Thu May 1 19:23:30 2025 +0100
Commit: uro <uro@urogaming.co.uk>
CommitDate: Thu May 1 19:23:30 2025 +0100
fix aarch64 build
bump release
---
ttaenc.spec | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/ttaenc.spec b/ttaenc.spec
index 40dcf8a..13e2e68 100644
--- a/ttaenc.spec
+++ b/ttaenc.spec
@@ -2,7 +2,7 @@
Name: ttaenc
Version: 3.4.1
-Release: 3
+Release: 4
License: GPL-2.0-or-later
Summary: The True Audio codec lossless audio compressor
URL: https://tausoft.org/en/
@@ -29,9 +29,8 @@ This version is patched with shntool patch.
%autosetup -n %{name}-%{version}-src -p1
%build
-%if 0%{?arch64}
-%make_build INSDIR=%{buildroot}%{_bindir} \
-CFLAGS="-Wall -O3 -fomit-frame-pointer -funroll-loops -fforce-addr -falign-functions=4"
+%ifarch aarch64
+%make_build INSDIR=%{buildroot}%{_bindir} CFLAGS="-Wall -O3 -fomit-frame-pointer -funroll-loops -fforce-addr -falign-functions=4"
%else
%make_build INSDIR=%{buildroot}%{_bindir}
%endif