[pocketsphinx] Rebuild for GCC 4.7. Minor spec file cleanups.

Jerry James jjames at fedoraproject.org
Sat Jan 7 00:05:07 UTC 2012


commit 8db61bf2472a3ff760f626bded6319f09c858d37
Author: Jerry James <loganjerry at gmail.com>
Date:   Fri Jan 6 17:04:46 2012 -0700

    Rebuild for GCC 4.7.
    Minor spec file cleanups.

 pocketsphinx.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/pocketsphinx.spec b/pocketsphinx.spec
index 8395cf7..67fd44b 100644
--- a/pocketsphinx.spec
+++ b/pocketsphinx.spec
@@ -1,12 +1,12 @@
 Name:           pocketsphinx
 Version:        0.7
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Real-time speech recognition
 
 Group:          Applications/Multimedia
 License:        BSD
 URL:            http://www.pocketsphinx.org/
-Source0:        http://downloads.sourceforge.net/project/cmusphinx/%{name}/%{version}/%{name}-%{version}.tar.gz
+Source0:        http://downloads.sourceforge.net/cmusphinx/%{name}-%{version}.tar.gz
 # Install the Python egg in the Fedora way.
 Patch0:         pocketsphinx-python.patch
 
@@ -19,7 +19,7 @@ BuildRequires:  python2-devel
 BuildRequires:  python-setuptools
 BuildRequires:  sphinxbase-devel
 
-%global __provides_exclude_from ^%{_libdir}/python.*\.so$
+%global __provides_exclude_from ^%{_libdir}/python.*\\.so$
 
 %description
 PocketSphinx is a version of the open-source Sphinx-II speech recognition
@@ -124,6 +124,10 @@ rm -f doc/html/installdox
 %{python_sitearch}/*
 
 %changelog
+* Fri Jan  6 2012 Jerry James <loganjerry at gmail.com> - 0.7-3
+- Rebuild for GCC 4.7
+- Minor spec file cleanups
+
 * Fri Jul 15 2011 Jerry James <loganjerry at gmail.com> - 0.7-2
 - Use RPM 4.9's new filter scheme to remove bogus provides
 - Minor spec file cleanups


More information about the scm-commits mailing list