]> git.pld-linux.org Git - packages/festival-gaim.git/blob - festival-gaim.spec
- cleanup, pl description
[packages/festival-gaim.git] / festival-gaim.spec
1 Summary:        Voice plugin for gaim
2 Summary(pl):    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}-%{version}/%{name}-%{version}.tar.gz
9 BuildRequires:  gtk+-devel
10 Requires:       festival
11 Requires:       gaim
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %define         datadir2        /usr/share
15 %define         _prefix         /usr/X11R6
16
17 %description
18 This plugin speak your incoming messages from gaim. It uses festival
19 and is configurable.
20
21 %description -l pl
22 Ta wtyczka czyta na g³os przychodz±ce wiadomo¶ci z gaima. U¿ywa
23 festivala i jest konfigurowalna.
24
25 %prep
26 %setup -q -n %{name}-%{version}
27
28 %build
29 %{__make} FESTIVAL_VOICES_PATH=%{datadir2}/festival/lib/voices VERSION=%{version}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -d $RPM_BUILD_ROOT%{_libdir}/gaim
34
35 %{__make} install \
36         PLUGIN_GAIM_PATH=$RPM_BUILD_ROOT%{_libdir}/gaim
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc INSTALL README LICENCE
44 %{_libdir}/gaim/festival.so
This page took 0.08721 seconds and 4 git commands to generate.