From 1ac140fe1a395ac40850c21cdec19cfa82c70580 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Thu, 29 Aug 2002 13:02:40 +0000 Subject: [PATCH 1/1] - fixed build on alpha, release 4 Changed files: festival.spec -> 1.9 --- festival.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/festival.spec b/festival.spec index 45a928f..8ac2bb3 100644 --- a/festival.spec +++ b/festival.spec @@ -2,7 +2,7 @@ Summary: The Festival speech sythesis system Summary(pl): System syntezy mowy Festival Name: festival Version: 1.4.2 -Release: 3 +Release: 4 License: GPL Group: Applications/Sound Source0: http://www.cstr.ed.ac.uk/download/festival/%{version}/%{name}-%{version}-release.tar.gz @@ -15,6 +15,12 @@ URL: http://www.cstr.ed.ac.uk/projects/festival/ BuildRequires: speech_tools-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +%ifarch alpha +%define fostype alpha_Linux +%else +%define fostype unknown_Linux +%endif + %description Festival offers a general framework for building speech synthesis systems as well as including examples of various modules. As a whole @@ -112,8 +118,8 @@ rm -rf $RPM_BUILD_ROOT %dir %{_datadir}/%{name}/lib/voices %dir %{_datadir}/%{name}/lib/voices/english %dir %{_datadir}/%{name}/lib/etc -%dir %{_datadir}/%{name}/lib/etc/unknown_Linux -%attr(755,root,root) %{_datadir}/%{name}/lib/etc/unknown_Linux/audsp +%dir %{_datadir}/%{name}/lib/etc/%{fostype} +%attr(755,root,root) %{_datadir}/%{name}/lib/etc/%{fostype}/audsp %{_datadir}/%{name}/lib/etc/email_filter %{_datadir}/%{name}/lib/*.scm %{_datadir}/%{name}/lib/Sable.v0_2.dtd -- 2.44.0