rpms/festival/F-9 festival.spec,1.31,1.32

Tim Niemueller timn at fedoraproject.org
Thu Nov 13 13:48:22 UTC 2008


Author: timn

Update of /cvs/pkgs/rpms/festival/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29414

Modified Files:
	festival.spec 
Log Message:
Fix install paths of speech_tools includes (rhbz #242607)
Since it's unfixed for more than a year I'm doing that now as only a very
simple workaround is necessary and there is already precedence in the spec.

Tim



Index: festival.spec
===================================================================
RCS file: /cvs/pkgs/rpms/festival/F-9/festival.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- festival.spec	23 Feb 2008 03:03:56 -0000	1.31
+++ festival.spec	13 Nov 2008 13:47:52 -0000	1.32
@@ -6,7 +6,7 @@
 Name: festival
 Summary: A free speech synthesis and text-to-speech system
 Version: %{festivalversion}
-Release: 4%{?dist}
+Release: 5%{?dist}
 
 URL: http://www.cstr.ed.ac.uk/projects/festival/
 Group: Applications/Multimedia
@@ -523,6 +523,18 @@
     mv $RPM_BUILD_ROOT%{_includedir}/speech_tools/EST/*.h \
        $RPM_BUILD_ROOT%{_includedir}/speech_tools/
     rmdir $RPM_BUILD_ROOT%{_includedir}/speech_tools/EST
+    mv $RPM_BUILD_ROOT%{_includedir}/speech_tools/unix/EST/EST_* \
+       $RPM_BUILD_ROOT%{_includedir}/speech_tools/unix/
+    rmdir $RPM_BUILD_ROOT%{_includedir}/speech_tools/unix/EST
+    mv $RPM_BUILD_ROOT%{_includedir}/speech_tools/instantiate/EST/instantiate/EST_* \
+       $RPM_BUILD_ROOT%{_includedir}/speech_tools/instantiate/
+    rm -rf $RPM_BUILD_ROOT%{_includedir}/speech_tools/instantiate/EST
+    mv $RPM_BUILD_ROOT%{_includedir}/speech_tools/sigpr/EST/EST_* \
+       $RPM_BUILD_ROOT%{_includedir}/speech_tools/sigpr
+    rmdir $RPM_BUILD_ROOT%{_includedir}/speech_tools/sigpr/EST
+    mv $RPM_BUILD_ROOT%{_includedir}/speech_tools/ling_class/EST/EST_* \
+       $RPM_BUILD_ROOT%{_includedir}/speech_tools/ling_class
+    rmdir $RPM_BUILD_ROOT%{_includedir}/speech_tools/ling_class/EST
   popd
 
   cp README ../README.speechtools
@@ -793,6 +805,9 @@
 
 
 %changelog
+* Tue Nov 11 2008 Tim Niemueller <tim at niemueller.de> - 1.96-5
+- Fix install paths of speech_tools includes (rhbz #242607)
+
 * Fri Feb 22 2008 Matthias Clasen  <mclasen at redhat.com> - 1.96-4
 - Fix the build with gcc 4.3
 




More information about the fedora-extras-commits mailing list