Depend on festival-freebsoft-utils so we work with festival

This commit is contained in:
Peter Robinson 2010-10-14 15:55:49 +01:00
parent 4bc678432d
commit 4b3e1989dc
2 changed files with 7 additions and 4 deletions

4
.gitignore vendored
View File

@ -1,3 +1 @@
speech-dispatcher-0.6.7.tar.gz
speech-dispatcher-0.7.tar.gz
/speech-dispatcher-0.7.1.tar.gz
speech-dispatcher-0.7.1.tar.gz

View File

@ -3,7 +3,7 @@
Name: speech-dispatcher
Version: 0.7.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: To provide a high-level device independent layer for speech synthesis
Group: System Environment/Libraries
@ -29,6 +29,8 @@ BuildRequires: texinfo
BuildRequires: libraw1394
%endif
Requires: festival-freebsoft-utils
Requires(post): /sbin/chkconfig /sbin/install-info
Requires(preun): /sbin/chkconfig /sbin/service /sbin/install-info
Requires(postun): /sbin/service
@ -198,6 +200,9 @@ fi
%{python_sitearch}/speechd*
%changelog
* Thu Oct 14 2010 Peter Robinson <pbrobinson@gmail.com> - 0.7.1-2
- Depend on festival-freebsoft-utils so we work with festival
* Tue Sep 14 2010 Peter Robinson <pbrobinson@gmail.com> - 0.7.1-1
- New upstream 0.7.1 stable release
- Some spec and build cleanups