rpms/espeak/F-7 espeak.spec,1.12,1.13

Francois Aucamp (faucamp) fedora-extras-commits at redhat.com
Tue Feb 26 07:29:22 UTC 2008


Author: faucamp

Update of /cvs/pkgs/rpms/espeak/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10470

Modified Files:
	espeak.spec 
Log Message:
* Tue Feb 26 2008 Francois Aucamp <faucamp at fedoraproject.org> - 1.31-5
- Export ESPEAK_DATA_PATH in %build to allow proper compilation of voice dictionaries



Index: espeak.spec
===================================================================
RCS file: /cvs/pkgs/rpms/espeak/F-7/espeak.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- espeak.spec	13 Feb 2008 14:15:37 -0000	1.12
+++ espeak.spec	26 Feb 2008 07:28:48 -0000	1.13
@@ -1,6 +1,6 @@
 Name:           espeak
 Version:        1.31
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Software speech synthesizer (text-to-speech)
 
 Group:          Applications/Multimedia
@@ -58,6 +58,7 @@
 make %{?_smp_mflags} CXXFLAGS="$RPM_OPT_FLAGS"
 
 # Compile the TTS voice dictionaries
+export ESPEAK_DATA_PATH=$RPM_BUILD_DIR/espeak-%{version}-source
 cd ../dictsource
 for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq); do \
     ../src/speak --compile=$voice; \
@@ -95,6 +96,9 @@
 
 
 %changelog
+* Tue Feb 26 2008 Francois Aucamp <faucamp at fedoraproject.org> - 1.31-5
+- Export ESPEAK_DATA_PATH in %%build to allow proper compilation of voice dictionaries
+
 * Tue Jan 29 2008 Francois Aucamp <faucamp at fedoraproject.org> - 1.31-4
 - Removed libjack patches as they are unnecessary
 




More information about the fedora-extras-commits mailing list