[espeak] Runtime detection is the default again Resolves: rhbz#767434

Jaroslav Škarvada jskarvad at fedoraproject.org
Wed Dec 14 10:59:45 UTC 2011


commit 39ad65e52425d1af4325c32d1320f63891ff2ebe
Author: Jaroslav Škarvada <jskarvad at redhat.com>
Date:   Wed Dec 14 11:59:47 2011 +0100

    Runtime detection is the default again
    Resolves: rhbz#767434

 espeak.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/espeak.spec b/espeak.spec
index 62df6b5..ee1dc84 100644
--- a/espeak.spec
+++ b/espeak.spec
@@ -1,6 +1,6 @@
 Name:           espeak
 Version:        1.46.01
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Software speech synthesizer (text-to-speech)
 
 Group:          Applications/Multimedia
@@ -57,7 +57,7 @@ rm -f espeak-data/*_dict
 %build
 # Compile espeak
 cd src
-make %{?_smp_mflags} CXXFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS"
+make %{?_smp_mflags} CXXFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS" AUDIO=runtime
 
 # Compile the TTS voice dictionaries
 export ESPEAK_DATA_PATH=$RPM_BUILD_DIR/espeak-%{version}-source
@@ -101,6 +101,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Dec 14 2011 Jaroslav Škarvada <jskarvad at redhat.com> - 1.46.01-2
+- Runtime detection is the default again
+  Resolves: rhbz#767434
+
 * Wed Nov 23 2011 Jaroslav Škarvada <jskarvad at redhat.com> - 1.46.01-1
 - New version
 - Removed runtime-detection patch (upstreamed)


More information about the scm-commits mailing list