diff --git a/festival-2.5.0-use-system-speech-tools.patch b/festival-2.5.0-use-system-speech-tools.patch index 0d0e19c..ff66813 100644 --- a/festival-2.5.0-use-system-speech-tools.patch +++ b/festival-2.5.0-use-system-speech-tools.patch @@ -7,7 +7,7 @@ diff -u --recursive festival-vanilla/config/config.in festival/config/config.in -EST=$(TOP)/../speech_tools +ARCH := $(shell uname -p) -+ifeq ($(ARCH),x86_64) ++ifeq ($(ARCH),$(filter $(ARCH),x86_64 s390x ppc64le aarch64)) +EST=/usr/lib64/speech_tools +else +EST=/usr/lib/speech_tools diff --git a/festival.spec b/festival.spec index b9d7d0e..8793e04 100644 --- a/festival.spec +++ b/festival.spec @@ -1,7 +1,7 @@ Name: festival Summary: Speech synthesis and text-to-speech system Version: 2.5.0 -Release: 8%{?dist} +Release: 9%{?dist} URL: http://www.cstr.ed.ac.uk/projects/festival/ # The Emacs file is GPL+, there is one TCL-licensed source file, and @@ -481,6 +481,9 @@ exit 0 %changelog +* Wed Oct 16 2019 W. Michael Petullo - 2.5.0-9 +- Fix build on s390x, ppc64le, and aarch64 + * Sun Oct 13 2019 W. Michael Petullo - 2.5.0-8 - Remove empty lib subpackage - Fix make command line (add missing '\')