From 4331f5b8dc0fc8dda75d78ec8becea740f178c1b Mon Sep 17 00:00:00 2001 From: Tim Niemueller Date: Nov 13 2008 13:47:52 +0000 Subject: 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 --- diff --git a/festival.spec b/festival.spec index 26904bd..127bdcc 100644 --- a/festival.spec +++ b/festival.spec @@ -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 @@ pushd speech_tools 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 @@ fi %changelog +* Tue Nov 11 2008 Tim Niemueller - 1.96-5 +- Fix install paths of speech_tools includes (rhbz #242607) + * Fri Feb 22 2008 Matthias Clasen - 1.96-4 - Fix the build with gcc 4.3