]> git.pld-linux.org Git - packages/festival-gaim.git/blob - festival-gaim.spec
- dropped pre-cvs changelog
[packages/festival-gaim.git] / festival-gaim.spec
1 Summary:        Voice plugin for gaim
2 Summary(pl.UTF-8):      Wtyczka głosowa dla gaima
3 Name:           festival-gaim
4 Version:        0.4.2
5 Release:        1
6 License:        GPL
7 Group:          Applications/Communications
8 Source0:        http://elrincondetux.d2g.com/tigrux/%{name}/%{name}-%{version}.tar.gz
9 # Source0-md5:  198f86d015ef65b4e8b65f1ca96a1e11
10 Patch0:         %{name}-tag.patch
11 BuildRequires:  gtk+-devel
12 Requires:       festival
13 Requires:       gaim
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         datadir2        /usr/share
17
18 %description
19 This plugin speak your incoming messages from gaim. It uses festival
20 and is configurable.
21
22 %description -l pl.UTF-8
23 Ta wtyczka czyta na głos przychodzące wiadomości z gaima. Używa
24 festivala i jest konfigurowalna.
25
26 %prep
27 %setup -q
28 %patch0
29
30 %build
31 %{__make} FESTIVAL_VOICES_PATH=%{datadir2}/festival/lib/voices VERSION=%{version}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT%{_libdir}/gaim
36
37 %{__make} install \
38         PLUGIN_GAIM_PATH=$RPM_BUILD_ROOT%{_libdir}/gaim
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc INSTALL README LICENCE
46 %{_libdir}/gaim/festival.so
This page took 0.075329 seconds and 3 git commands to generate.