!2 modify spec

Merge pull request !2 from chenholmes/master
This commit is contained in:
openeuler-ci-bot 2020-04-03 11:36:40 +08:00 committed by Gitee
commit 2fdfe32b87
3 changed files with 4 additions and 48 deletions

View File

@ -1,20 +0,0 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Site specific initialization file for Festival
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Note that many configuration settings are better made in
;; individual ~/.festivalrc files. For example, if you want to
;; enable ESD audio and do it here, it'll break screen reading
;; on the login screen. Instead, put the (uncommented) line
;(Parameter.def 'Audio_Method 'esdaudio)
;; in your individual initialization file.
;; You can change the default voice with something like:
;(set! voice_default 'voice_nitech_us_awb_arctic_hts)
;; If you want to install voices into a non-default location,
;; see sitevars.scm for the appropriate settings.
(provide 'siteinit)

View File

@ -1,21 +0,0 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Site specific variable settings for Festival
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; The system-voice-path is an additional path in which to look
;; for voices. If you install voices not provided in the form of
;; rpm package, you should then set this to match. The default
;; provided here, "/usr/local/share/festival/lib/voices/", is
;; probably a good choice. You could also set this in
;; ~/.festivalvarsrc, if you want to use a voice not provided to
;; the system as a whole.
(set! system-voice-path '("/usr/local/share/festival/lib/voices/"))
(set! system-voice-path-multisyn
'("/usr/local/share/festival/lib/voices-multisyn/"))
(provide 'sitevars)

View File

@ -1,6 +1,6 @@
Name: festival
Version: 1.96
Release: 40
Release: 41
Summary: Festival Speech Synthesis System
License: MIT and GPL+ and TCL
URL: http://www.cstr.ed.ac.uk/projects/festival/
@ -16,8 +16,6 @@ URL: http://www.cstr.ed.ac.uk/projects/festival/
Source0: %{baseURL}/festival-%{version}-beta.tar.gz
Source1: %{baseURL}/speech_tools-%{speechtoolsversion}-beta.tar.gz
Source2: http://festvox.org/packed/festival/%{docversion}/festdoc-%{docversion}.tar.gz
Source50: festival-1.96-0.7-fedora-siteinit.scm
Source51: festival-1.96-0.7-fedora-sitevars.scm
Source100: %{baseURL}/festlex_POSLEX.tar.gz
Source101: %{baseURL}/festlex_CMU.tar.gz
Source200: %{baseURL}/festvox_kallpc16k.tar.gz
@ -288,8 +286,6 @@ popd
mkdir -p %{buildroot}%{_sysconfdir}/festival
rm %{buildroot}%{_datadir}/festival/lib/siteinit.scm
install -m 644 %{SOURCE50} %{buildroot}%{_sysconfdir}/festival/siteinit.scm
install -m 644 %{SOURCE51} %{buildroot}%{_sysconfdir}/festival/sitevars.scm
mkdir -p %{buildroot}%{_datadir}/festival/examples/
install -m 644 examples/intro.text %{buildroot}%{_datadir}/festival/examples
mkdir -p %{buildroot}%{_includedir}/festival
@ -319,8 +315,6 @@ fi
%license COPYING COPYING.*
%dir %{_sysconfdir}/festival
%config(noreplace) %{_sysconfdir}/festival/siteinit.scm
%config(noreplace) %{_sysconfdir}/festival/sitevars.scm
%{_bindir}/*
%dir %{_datadir}/festival
@ -353,5 +347,8 @@ fi
%{_mandir}/man1/*
%changelog
* Fri Apr 3 2020 chenli <chenli147@huawei.com> - 1.96-41
- modify spec
* Thu Dec 5 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.96-40
- Package init