]> git.pld-linux.org Git - packages/eflite.git/blob - eflite.spec
- eflite-emacspeak subpkg. removed - eflite.blurb
[packages/eflite.git] / eflite.spec
1 Name:           eflite
2 Version:        0.4.0a
3 Release:        0.3
4 Summary:        FLite Emacspeak server
5 Summary(ru_RU.KOI8-R):  FLite ÓÅÒ×ÅÒ ÄÌÑ Emacspeak
6 License:        GPL
7 Group:          Applications/Sound
8 URL:            http://eflite.sourceforge.net/
9 Source0:        http://dl.sourceforge.net/eflite/%{name}-%{version}.tar.gz
10 # Source0-md5:  9b19610a304a1c9e367ce5bdc9d0fa70
11 Patch0:         %{name}-doc.patch
12 Patch1:         %{name}-DESTDIR.patch
13 BuildRequires:  emacs
14 BuildRequires:  flite-devel >= 1.2
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 This is a Emacspeak interface to Festival Lite speech synthesizer.
19
20 %description -l ru_RU.KOI8-R
21 üÔÏ ÉÎÔÅÒÆÅÊÓ ÄÌÑ Emacspeak ÄÌÑ ÓÉÎÔÅÚÁÔÏÒÁ ÒÅÞÉ Festival Lite.
22
23 %prep
24 %setup -q -n %{name}-0.4.0
25 %patch0 -p1
26 %patch1 -p1
27
28 %build
29 %configure \
30         --with-vox=cmu_us_kal16 \
31         --with-audio=oss
32
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 install -d $RPM_BUILD_ROOT%{_mandir}/man1
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 install debian/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc INSTALL README ChangeLog eflite_test.txt
50 %attr(755,root,root) %{_bindir}/*
51 %{_mandir}/man1/*.1*
This page took 0.077396 seconds and 4 git commands to generate.