rpms/espeak/devel espeak.spec,1.17,1.18

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


Author: faucamp

Update of /cvs/pkgs/rpms/espeak/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9935

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/devel/espeak.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- espeak.spec	29 Jan 2008 10:13:42 -0000	1.17
+++ espeak.spec	26 Feb 2008 07:09:54 -0000	1.18
@@ -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