]> git.pld-linux.org Git - packages/festival-gaim.git/blob - festival-gaim.spec
- removed two lines with define
[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
16 %description
17 This plugin speak your incoming messages from gaim. It uses festival
18 and is configurable.
19
20 %description -l pl
21 Ta wtyczka czyta na g³os przychodz±ce wiadomo¶ci z gaima. U¿ywa
22 festivala i jest konfigurowalna.
23
24 %prep
25 %setup -q -n %{name}-%{version}
26
27 %build
28 %{__make} FESTIVAL_VOICES_PATH=%{datadir2}/festival/lib/voices VERSION=%{version}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT%{_libdir}/gaim
33
34 %{__make} install \
35         PLUGIN_GAIM_PATH=$RPM_BUILD_ROOT%{_libdir}/gaim
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc INSTALL README LICENCE
43 %{_libdir}/gaim/festival.so
This page took 0.066479 seconds and 4 git commands to generate.