]> git.pld-linux.org Git - packages/festival-gaim.git/blob - festival-gaim.spec
- adaptarized
[packages/festival-gaim.git] / festival-gaim.spec
1 Name:           festival-gaim
2 Summary:        Voice plugin for gaim
3 Version:        0.4.2
4 Release:        1
5 Group:          Applications/Communications
6 License:        GPL
7 Source0:        http://elrincondetux.d2g.com/tigrux/%{name}-%{version}/%{name}-%{version}.tar.gz
8 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
9 Requires:       gaim festival
10 BuildRequires:  gtk+-devel
11
12 %define         datadir2        /usr/share
13 %define         _prefix         /usr/X11R6
14
15 %description
16 This plugin speak your incoming messages from gaim.
17 It uses festival and is configurable
18
19 %prep
20 rm -rf $RPM_BUILD_ROOT
21
22 %setup -q -n %{name}-%{version}
23
24 %build
25 mkdir -p $RPM_BUILD_ROOT/%{_libdir}/gaim
26 %{__make} FESTIVAL_VOICES_PATH=%{datadir2}/festival/lib/voices VERSION=%{version}
27
28 %install
29 %{__make} PLUGIN_GAIM_PATH=$RPM_BUILD_ROOT/%{_libdir}/gaim install
30
31 %clean
32 rm -rf $RPM_BUILD_ROOT
33
34 %post -p /sbin/ldconfig
35
36 %postun -p /sbin/ldconfig
37
38 %files
39 %defattr(644,root,root,755)
40 %doc INSTALL README LICENCE
41 %{_libdir}/gaim/festival.so
This page took 0.06457 seconds and 4 git commands to generate.