Blame SPECS/festival-freebsoft-utils.spec

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