diff --git a/festival.spec b/festival.spec index 9050eb1..fbd4148 100644 --- a/festival.spec +++ b/festival.spec @@ -1,7 +1,7 @@ Name: festival Summary: A free speech synthesizer Version: 1.4.2 -Release: 20 +Release: 22 # Files needed for everything... Source: ftp://ftp.cstr.ed.ac.uk/pub/festival/%{version}/%{name}-%{version}-release.tar.gz @@ -52,6 +52,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root ExclusiveArch: i386 sparc # readlink from kpathsea BuildRequires: tetex +BuildRequires: libtermcap-devel %package devel Requires: %{name} = %{version} @@ -197,6 +198,9 @@ mv $RPM_BUILD_ROOT/usr/man/* $RPM_BUILD_ROOT%{_mandir} rm -rf $RPM_BUILD_ROOT/usr/man rm ../speech_tools +# Remove the spanish voices until we get clarification on the license +rm -rf $RPM_BUILD_ROOT/usr/share/festival/voices/spanish/ + %clean rm -rf $RPM_BUILD_ROOT @@ -232,6 +236,12 @@ fi /usr/include/festival/* %changelog +* Tue May 4 2004 Jonathan Blandford 1.4.2-21 +- Remove the spanish voices until we get clarification on the license + +* Sat Apr 10 2004 Warren Togami +- BR libtermcap-devel #104722 + * Fri Feb 13 2004 Elliot Lee - rebuilt