[sphinxtrain] Add openfst-tools and sphinxbase Requires to satisfy the need to invoke fstdraw and sphinx_fe, respe

Jerry James jjames at fedoraproject.org
Tue Feb 4 21:51:12 UTC 2014


commit e5a500c2d0aa85bdc5474a8ce185127a04af7ae1
Author: Jerry James <jamesjer at betterlinux.com>
Date:   Tue Feb 4 14:51:04 2014 -0700

    Add openfst-tools and sphinxbase Requires to satisfy the need to
    invoke fstdraw and sphinx_fe, respectively.

 sphinxtrain.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/sphinxtrain.spec b/sphinxtrain.spec
index 318bc64..838a0f1 100644
--- a/sphinxtrain.spec
+++ b/sphinxtrain.spec
@@ -3,7 +3,7 @@
 
 Name:           sphinxtrain
 Version:        1.0.8
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        Acoustic model trainer for CMU's Sphinx tools
 
 Group:          Applications/Multimedia
@@ -37,7 +37,9 @@ BuildRequires:  python2-devel
 BuildRequires:  python-setuptools
 BuildRequires:  scipy
 
-Requires: perl(:MODULE_COMPAT_%{perl_version})
+Requires:       perl(:MODULE_COMPAT_%{perl_version})
+Requires:       openfst-tools
+Requires:       sphinxbase
 
 # Don't provide the script's perl interfaces, and thus don't require them
 %global __provides_exclude perl
@@ -161,6 +163,9 @@ find %{buildroot}%{_libdir}/%{name}/scripts/lib -name \*.pm -o -name \*.txt | \
 %{python_sitearch}/cmusphinx/
 
 %changelog
+* Tue Feb  4 2014 Jerry James <loganjerry at gmail.com> - 1.0.8-11
+- Add openfst-tools and sphinxbase Requires
+
 * Fri Oct 25 2013 Dan HorĂ¡k <dan[at]danny.cz> - 1.0.8-10
 - big endian fix
 


More information about the scm-commits mailing list