rpms/espeak/F-9 espeak.spec,1.18,1.19

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Mon Jul 7 02:32:16 UTC 2008


Author: ausil

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

Modified Files:
	espeak.spec 
Log Message:
some arches cant use -fpic



Index: espeak.spec
===================================================================
RCS file: /cvs/pkgs/rpms/espeak/F-9/espeak.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- espeak.spec	26 Feb 2008 07:09:54 -0000	1.18
+++ espeak.spec	7 Jul 2008 02:31:22 -0000	1.19
@@ -1,6 +1,6 @@
 Name:           espeak
 Version:        1.31
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Software speech synthesizer (text-to-speech)
 
 Group:          Applications/Multimedia
@@ -50,7 +50,10 @@
 %endif
 # Don't use the included binary voice dictionaries; we compile these from source
 rm -f espeak-data/*_dict
-
+# not all arches can use -fpic since its hardcoded  we will sed it
+%ifarch sparcv9 sparc64 s390 s390x
+ sed -i 's|-fpic|-fPIC|' src/Makefile*
+%endif 
 
 %build
 # Compile espeak
@@ -96,6 +99,9 @@
 
 
 %changelog
+* Sun Jul 06 2008 Dennis Gilmore <dennis at ausil.us> - 1.13-6
+- sed out -fpic with -fPIC on sparc and s390 arches 
+
 * 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
 




More information about the fedora-extras-commits mailing list