rpms/festival/F-10 festival.spec,1.33,1.34

Tim Niemueller timn at fedoraproject.org
Thu Nov 13 14:13:46 UTC 2008


Author: timn

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

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-10/festival.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- festival.spec	28 Oct 2008 01:55:58 -0000	1.33
+++ festival.spec	13 Nov 2008 14:13:15 -0000	1.34
@@ -6,7 +6,7 @@
 Name: festival
 Summary: A free speech synthesis and text-to-speech system
 Version: %{festivalversion}
-Release: 6%{?dist}
+Release: 7%{?dist}
 
 URL: http://www.cstr.ed.ac.uk/projects/festival/
 Group: Applications/Multimedia
@@ -527,6 +527,19 @@
     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
@@ -797,6 +810,9 @@
 
 
 %changelog
+* Tue Thu 13 2008 Tim Niemueller <tim at niemueller.de> - 1.96-7
+- Fix install paths of speech_tools includes (rhbz #242607)
+
 * Mon Oct 27 2008 Ray Strode <rstrode at redhat.com> - 1.96-6
 - interoperate with other apps by using pacat for audio output
   (bug 467531)




More information about the fedora-extras-commits mailing list