]> git.pld-linux.org Git - packages/festival-vox-ellpc.git/blob - festival-vox-ellpc.spec
- initial release
[packages/festival-vox-ellpc.git] / festival-vox-ellpc.spec
1 Summary:        Castillian Spanish male voice
2 Name:           festival-vox-ellpc
3 Version:        0.1
4 Release:        1
5 License:        Non-commercial use
6 Group:          Applications/Sound
7 Source0:        http://www.cstr.ed.ac.uk/download/festival/1.4.2/festvox_ellpc11k.tar.gz
8 Requires:       festival
9 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
10
11 %description
12 This voice provides a Castilian Spanish male voice using a
13 residual excited LPC diphone synthesis method.  The lexicon
14 is provived by a set of letter to sound rules producing pronunciation
15 accents and syllabification.  The durations, intonation and
16 prosodic phrasing are minimal but are acceptable for simple
17 examples.
18
19 %prep
20 %setup -q -c %{name}-%{version}
21
22 %build
23
24 %install
25 rm -rf $RPM_BUILD_ROOT
26 install -d $RPM_BUILD_ROOT%{_datadir}/festival/lib/voices
27
28 cd festival/lib/voices
29 cp -r spanish $RPM_BUILD_ROOT%{_datadir}/festival/lib/voices
30 rm $RPM_BUILD_ROOT%{_datadir}/festival/lib/voices/spanish/el_diphone/COPYING
31
32 %clean
33 rm -rf $RPM_BUILD_ROOT
34
35 %files
36 %defattr(644,root,root,755)
37 %doc festival/lib/voices/spanish/el_diphone/COPYING
38 %{_datadir}/festival/lib/voices/spanish
This page took 0.318693 seconds and 3 git commands to generate.