From 895446fd07b0ac0520b6b0dfe87f8a76c8ff1b2d Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 01 2019 13:55:12 +0000 Subject: import festival-freebsoft-utils-0.10-7.el7 --- diff --git a/.festival-freebsoft-utils.metadata b/.festival-freebsoft-utils.metadata new file mode 100644 index 0000000..2e49c1d --- /dev/null +++ b/.festival-freebsoft-utils.metadata @@ -0,0 +1 @@ +02ca50f6e92eb70bbcb3e229170da58197a5563a SOURCES/festival-freebsoft-utils-0.10.tar.gz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ef07aac --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/festival-freebsoft-utils-0.10.tar.gz diff --git a/SPECS/festival-freebsoft-utils.spec b/SPECS/festival-freebsoft-utils.spec new file mode 100644 index 0000000..f1376a9 --- /dev/null +++ b/SPECS/festival-freebsoft-utils.spec @@ -0,0 +1,75 @@ +Name: festival-freebsoft-utils +Version: 0.10 +Release: 7%{?dist} +Summary: A collection of utilities that enhance Festival with some useful features + +Group: System Environment/Libraries +BuildArch: noarch +License: GPLv2+ +URL: http://www.freebsoft.org/festival-freebsoft-utils +Source0: http://devel.freebsoft.org/pub/projects/%{name}/%{name}-%{version}.tar.gz + +BuildRequires: festival + +Requires: festival +Requires: sox + +%description +A collection of utilities that enhance Festival with some useful features. They +provide all that is needed for interaction with Speech Dispatcher. + +Key festival-freebsoft-utils features are: +- Generalized concept of input events. festival-freebsoft-utils allows not only + plain text synthesis, but also combining it with sounds. Additionally, + mechanism of logical events mapped to other events is provided. +- Substitution of events for given words. +- High-level voice selection mechanism and setting of basic prosodic parameters. +- Spelling mode. +- Capital letter signalization. +- Punctuation modes, for explicit reading or not reading punctuation characters. +- Incremental synthesis of texts and events. +- Speech Dispatcher support. +- Rudimentary SSML support. +- Enhance the Festival extension language with functions commonly used in Lisp. +- Support for wrapping already defined Festival functions by your own code. +- Everything is written in the extension language, no patching of the Festival + C++ sources is needed. + +%prep +%setup -q + +%build + +%install +mkdir -p %{buildroot}/%{_datadir}/festival/lib/ +cp -p *.scm %{buildroot}/%{_datadir}/festival/lib/ + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + +%files +%doc COPYING NEWS README +%{_datadir}/festival/lib/*.scm + +%changelog +* Fri Dec 27 2013 Daniel Mach - 0.10-7 +- Mass rebuild 2013-12-27 + +* Wed Feb 13 2013 Fedora Release Engineering - 0.10-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Sat Sep 1 2012 Peter Robinson - 0.10-5 +- Update URLs and modernise spec + +* Thu Jul 19 2012 Fedora Release Engineering - 0.10-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.10-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Feb 08 2011 Fedora Release Engineering - 0.10-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Mon Aug 30 2010 Peter Robinson 0.10-1 +- Initial packaging