Blame SPECS/festival-freebsoft-utils.spec

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