Search
j0ke.net Open Build Service
>
Projects
>
server:telephony
>
asterisk-flite
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 2
[-]
[+]
Added
asterisk-flite.spec
@@ -0,0 +1,76 @@ +Name: asterisk-flite +Version: 0.5 +Release: 1%{?dist} +Summary: Flite text-to-speech module for Asterisk + +Group: Applications/Internet +License: GPL +URL: http://dialogpalette.sourceforge.net +Source0: ttp://prdownloads.sourceforge.net/dialogpalette/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: flite-devel asterisk-devel >= 1.4 spandsp curl + +%description +This provides the "Flite" dialplan application for the Asterisk Open Source +PBX, which allows you to use the CMU Flite text-to-speech engine with Asterisk. + +The application uses the exact same syntax as the standard "Festival" Asterisk +application. + + +%prep +%setup -q + + +%build +export ASTERISKMODDIR=%{_libdir}/asterisk/modules +make %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT%{_libdir}/asterisk/modules +mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/asterisk +make install DESTDIR=$RPM_BUILD_ROOT ASTERISKMODDIR=%{_libdir}/asterisk/modules + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc AUTHORS ChangeLog COPYING README +%{_libdir}/asterisk/modules/app_flite.so +%config(noreplace) %{_sysconfdir}/asterisk/flite.conf + + +%changelog +* Thu Jan 11 2007 Francois Aucamp <faucamp@csir.co.za> - 0.5-1 +- New version: 0.5 +- Package name changed to asterisk-flite +- Cleand up spec file +- Added BuildRequires: asterisk-devel >= 1.4 +- Removed unnecessary Requires entries +- Config file and AUTHORS added to files list +- Rebuilt for Asterisk 1.4 + +* Tue May 16 2006 Francois Aucamp <faucamp@csir.co.za> - 0.3-2 +- Remove asterisk and asterisk-devel depencies +- Above done to allow building/installing against tarball Asterisk versions + +* Sun May 07 2006 Francois Aucamp <faucamp@csir.co.za> - 0.3-1 +- New version: 0.3 +- Upstream application split: old app_flite is now known as app_flite-network +- Adjusted requirements due to change in application +- Added ChangeLog as "doc" to "files" section +- Cleaned up spec file + +* Tue Apr 25 2006 Francois Aucamp <faucamp@csir.co.za> - 0.2-1 +- Upgraded to version 0.2 +- Modified spec file to allow multiple distribution-build from single source rpm +- Rebuilt for Fedora Core 4 and 5, Asterisk 1.2.x + +* Fri Feb 24 2006 Francois Aucamp <faucamp@csir.co.za> - 0.1-1 +- Initial build for Fedora Core 4 and Asterisk 1.2.x