From db9241b265b0e3f8fecbf40462c8f0c9a243d8a7 Mon Sep 17 00:00:00 2001 From: Dominik 'Rathann' Mierzejewski Date: Mon, 18 Oct 2021 23:08:53 +0200 Subject: [PATCH] move the manual flite dependency to flite subpackage --- speech-dispatcher.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/speech-dispatcher.spec b/speech-dispatcher.spec index f2c417c..d448437 100644 --- a/speech-dispatcher.spec +++ b/speech-dispatcher.spec @@ -1,6 +1,6 @@ Name: speech-dispatcher Version: 0.10.2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: To provide a high-level device independent layer for speech synthesis # Almost all files are under GPLv2+, however @@ -33,7 +33,6 @@ BuildRequires: python3-setuptools BuildRequires: systemd BuildRequires: texinfo -Requires: flite%{?_isa} >= 2.0 Requires: speech-dispatcher-espeak-ng Requires(post): systemd Requires(preun): systemd @@ -101,6 +100,7 @@ This package contains the festival output module for Speech Dispatcher. %package flite Summary: Speech Dispatcher flite module Requires: %{name}%{_isa} = %{version}-%{release} +Requires: flite%{?_isa} >= 2.0 %description flite This package contains the flite output module for Speech Dispatcher. @@ -223,6 +223,9 @@ sed 's/# AudioOutputMethod "pulse,alsa"/AudioOutputMethod "pulse,alsa"/' %{build %{python3_sitearch}/speechd* %changelog +* Mon Oct 18 2021 Dominik Mierzejewski - 0.10.2-7 +- move the manual flite dependency to flite subpackage + * Wed Oct 06 2021 Dominik Mierzejewski - 0.10.2-6 - Rebuilt for flite-2.2 - Added manual dependencies on flite 2.0+ for register_cmu_us_kal16 symbol