]> git.pld-linux.org Git - packages/festival.git/commitdiff
- fixed build on alpha, release 4 RA-1_0 STABLE festival-1_4_2-4
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 29 Aug 2002 13:02:40 +0000 (13:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    festival.spec -> 1.9

festival.spec

index 45a928fbe88ff8d36887e75476eec4febd560a58..8ac2bb3745ae51795a0bb2a09a82658ca94d1a92 100644 (file)
@@ -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
This page took 0.073123 seconds and 4 git commands to generate.