]> git.pld-linux.org Git - packages/festival.git/commitdiff
- use proper optflags festival-1_4_2-2
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 4 Aug 2002 11:37:25 +0000 (11:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- don't require speech_tools-static
- really include us[123] voices
- release 2

Changed files:
    festival.spec -> 1.6

festival.spec

index 8dd1990fbc941ccc7d7c6dc9f94074556bc6eece..6386cd79f1b3cc21fea10071b4337d4e9f7c5d7c 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:       1
+Release:       2
 License:       GPL
 Group:         Applications/Sound
 Source0:       http://www.cstr.ed.ac.uk/download/festival/%{version}/%{name}-%{version}-release.tar.gz
@@ -11,7 +11,7 @@ Source2:      http://www.cstr.ed.ac.uk/download/festival/%{version}/festvox_us2.tar.g
 Source3:       http://www.cstr.ed.ac.uk/download/festival/%{version}/festvox_us3.tar.gz
 Patch0:                %{name}-config.patch
 URL:           http://www.cstr.ed.ac.uk/projects/festival/
-BuildRequires: speech_tools-static
+BuildRequires: speech_tools-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -41,9 +41,9 @@ Festival developement enviroment.
 Festival - ¶rodowisko rozwojowe.
 
 %package voices-english-mbrola-us
-Summary:    Festival's files for voices us1,us2,us3
-Summary(pl):    Pliki Festival do g³osów us1,us2,us3
-Group:      Applications/Sound
+Summary:       Festival's files for voices us1,us2,us3
+Summary(pl):   Pliki Festival do g³osów us1,us2,us3
+Group:         Applications/Sound
 
 %description voices-english-mbrola-us
 Files needed to use us1,us2,us3 voices from mbrola packages.
@@ -60,8 +60,11 @@ Pliki potrzebne do u
 %{__make} \
        CC="%{__cc}" \
        CXX="%{__cxx}" \
-       CFLAGS="%{rpmcflags}" \
-       LDFLAGS="%{rpmldflags}"
+       OPTIMISE_CCFLAGS="%{rpmcflags}" \
+       OPTIMISE_CXXFLAGS="%{rpmcflags}" \
+       OPTIMISE_LINK="%{rpmldflags}" \
+       REQUIRED_LIBDEPS=
+# REQUIRED_LIBDPES is workaround not to need static speech_tools libraries
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -107,14 +110,14 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/%{name}/lib/speech.properties
 %{_datadir}/%{name}/examples
 
-%files voices-english-mbrola-us
-%defattr(644,root,root,755)
-%dir %{_datadir}/%{name}/lib/voices/english/us1_mbrola
-%dir %{_datadir}/%{name}/lib/voices/english/us2_mbrola
-%dir %{_datadir}/%{name}/lib/voices/english/us3_mbrola
-
 %files devel
 %defattr(644,root,root,755)
 %{_includedir}/%{name}
 %{_libdir}/*
 %{_datadir}/%{name}/config
+
+%files voices-english-mbrola-us
+%defattr(644,root,root,755)
+%{_datadir}/%{name}/lib/voices/english/us1_mbrola
+%{_datadir}/%{name}/lib/voices/english/us2_mbrola
+%{_datadir}/%{name}/lib/voices/english/us3_mbrola
This page took 0.079252 seconds and 4 git commands to generate.