]> git.pld-linux.org Git - packages/festival-vox-don.git/blob - festival-vox-don.spec
- descriptions, removed empty %%build
[packages/festival-vox-don.git] / festival-vox-don.spec
1 Summary:        British English male voice 'Donovan'
2 Summary(pl):    Brytyjska odmiana jêzyka angielskiego - g³os mêski 'Donovan'
3 Name:           festival-vox-don
4 Version:        0.1
5 Release:        2
6 License:        Distributable
7 Group:          Applications/Sound
8 Source0:        http://www.cstr.ed.ac.uk/download/festival/1.4.2/festvox_don.tar.gz
9 Requires:       festival-lex-OALD
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 This package contains data for British English male voice 'Donovan'.
14 This voice uses a very small and efficient pulse-excited LPC diphone
15 synthesis method. It was originally written by Steve Isard. The front
16 end uses the same British English lexicon, intonation and duration
17 methods as rab_diphone.
18
19 %description -l pl
20 G³os mêski "Donovan" dla brytyjskiej odmiany jêzyka angielskiego.
21 Ten g³os u¿ywa ma³ej i wydajnej, wzbudzanej impulsami dwug³oskowej
22 metody syntezy LPC. Oryginalnie by³ stworzony przez Steve'a Isarda.
23 Frontend u¿ywa tego samego brytyjskiego leksykonu, metod intonacji i
24 czasów, co rab_diphone.
25
26 %prep
27 %setup -q -c %{name}-%{version}
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 install -d $RPM_BUILD_ROOT%{_datadir}/festival/lib/voices/english
32
33 cd festival/lib/voices/english
34 cp -r don_diphone $RPM_BUILD_ROOT%{_datadir}/festival/lib/voices/english
35 rm $RPM_BUILD_ROOT%{_datadir}/festival/lib/voices/english/don_diphone/COPYING
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc festival/lib/voices/english/don_diphone/COPYING
43 %{_datadir}/festival/lib/voices/english/don_diphone
This page took 0.050383 seconds and 4 git commands to generate.