]> git.pld-linux.org Git - packages/festival-gaim.git/commitdiff
- adaptarized
authorggodlewski <ggodlewski@pld-linux.org>
Fri, 25 Oct 2002 14:40:34 +0000 (14:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- initial release - STBR

Changed files:
    festival-gaim.spec -> 1.1

festival-gaim.spec [new file with mode: 0644]

diff --git a/festival-gaim.spec b/festival-gaim.spec
new file mode 100644 (file)
index 0000000..0258b09
--- /dev/null
@@ -0,0 +1,41 @@
+Name:          festival-gaim
+Summary:       Voice plugin for gaim
+Version:       0.4.2
+Release:       1
+Group:         Applications/Communications
+License:       GPL
+Source0:       http://elrincondetux.d2g.com/tigrux/%{name}-%{version}/%{name}-%{version}.tar.gz
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+Requires:      gaim festival
+BuildRequires: gtk+-devel
+
+%define                datadir2        /usr/share
+%define                _prefix         /usr/X11R6
+
+%description
+This plugin speak your incoming messages from gaim.
+It uses festival and is configurable
+
+%prep
+rm -rf $RPM_BUILD_ROOT
+
+%setup -q -n %{name}-%{version}
+
+%build
+mkdir -p $RPM_BUILD_ROOT/%{_libdir}/gaim
+%{__make} FESTIVAL_VOICES_PATH=%{datadir2}/festival/lib/voices VERSION=%{version}
+
+%install
+%{__make} PLUGIN_GAIM_PATH=$RPM_BUILD_ROOT/%{_libdir}/gaim install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc INSTALL README LICENCE
+%{_libdir}/gaim/festival.so
This page took 0.059197 seconds and 4 git commands to generate.