[pocketsphinx] Rebuild for bz 772699. New project URL.

Jerry James jjames at fedoraproject.org
Tue Jan 10 17:38:52 UTC 2012


commit 666f02dc11327cb40d459a6566f02802e2955f0b
Author: Jerry James <loganjerry at gmail.com>
Date:   Tue Jan 10 10:38:39 2012 -0700

    Rebuild for bz 772699.
    New project URL.

 pocketsphinx.spec |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/pocketsphinx.spec b/pocketsphinx.spec
index 67fd44b..8b225ba 100644
--- a/pocketsphinx.spec
+++ b/pocketsphinx.spec
@@ -1,11 +1,11 @@
 Name:           pocketsphinx
 Version:        0.7
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Real-time speech recognition
 
 Group:          Applications/Multimedia
 License:        BSD
-URL:            http://www.pocketsphinx.org/
+URL:            http://www.cmusphinx.org/
 Source0:        http://downloads.sourceforge.net/cmusphinx/%{name}-%{version}.tar.gz
 # Install the Python egg in the Fedora way.
 Patch0:         pocketsphinx-python.patch
@@ -31,7 +31,7 @@ enough to run on handheld and embedded devices.
 Summary:        Header files for developing with pocketsphinx
 Group:          Applications/Multimedia
 Requires:       %{name}-libs%{?_isa} = %{version}-%{release}, pkgconfig
-Requires:       sphinxbase-devel
+Requires:       sphinxbase-devel%{?_isa}
 
 %description devel
 Header files for developing with pocketsphinx.
@@ -47,7 +47,7 @@ Shared libraries for pocketsphinx executables.
 Summary:        Pocketsphinx gstreamer plugin
 Group:          Applications/Multimedia
 Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
-Requires:       gstreamer-plugins-base
+Requires:       gstreamer-plugins-base%{?_isa}
 
 %description plugin
 A gstreamer plugin for pocketsphinx.
@@ -55,7 +55,8 @@ A gstreamer plugin for pocketsphinx.
 %package python
 Summary:        Python interface to pocketsphinx
 Group:          Applications/Multimedia
-Requires:       %{name}-libs%{?_isa} = %{version}-%{release}, sphinxbase-python
+Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
+Requires:       sphinxbase-python%{?_isa}
 
 %description python
 Python interface to pocketsphinx.
@@ -124,6 +125,10 @@ rm -f doc/html/installdox
 %{python_sitearch}/*
 
 %changelog
+* Tue Jan 10 2012 Jerry James <loganjerry at gmail.com> - 0.7-4
+- Rebuild for bz 772699
+- New project URL
+
 * Fri Jan  6 2012 Jerry James <loganjerry at gmail.com> - 0.7-3
 - Rebuild for GCC 4.7
 - Minor spec file cleanups


More information about the scm-commits mailing list