source: projects/specs/trunk/h/hts_voice/hts_voice-vl.spec @ 10148

Revision 10148, 1.3 KB checked in by ara_t, 8 years ago (diff)

HTS voice trained by using the Nitech Japanese Speech Database "NIT ATR503 M001"

Line 
1%define pkg_name    hts_voice
2%define pkg_version 1.05
3%define pkg_release 2%{?_dist_release}
4
5Summary: HTS voice trained by using the Nitech Japanese Speech Database "NIT ATR503 M001"
6Name:    %{pkg_name}
7Version: %{pkg_version}
8Release: %{pkg_release}
9
10License: Creative Commons Attribution 3.0 license
11Group:   Applications/Multimedia
12URL:     https://osdn.jp/projects/sfnet_open-jtalk/
13
14Source0: %{name}_nitech_jp_atr503_m001-%{version}.tar.gz
15
16BuildArch: noarch
17BuildRoot: %{_tmppath}/%{name}-%{version}-root
18
19Vendor:       Project Vine
20Distribution: Vine Linux
21Packager:     ara_t
22
23
24%description
25HTS voice trained by using the Nitech Japanese Speech Database "NIT ATR503
26M001" is released as a part of Open JTalk (http://open-jtalk.sourceforge.net/).
27This voice consists of HMMs trained by using HMM-based Speech Synthesis System
28(HTS) version 2.3 alpha (http://hts.sp.nitech.ac.jp/).
29
30
31%prep
32%setup -q -n %{name}_nitech_jp_atr503_m001-%{version}
33
34%install
35%{__mkdir_p} ${RPM_BUILD_ROOT}%{_datadir}/hts_voice
36%{__install} -m 644 *.htsvoice ${RPM_BUILD_ROOT}%{_datadir}/hts_voice
37
38%clean
39%{__rm} -rf ${RPM_BUILD_ROOT}
40
41%files
42%defattr(-,root,root)
43%doc README COPYING
44%{_datadir}/*
45
46
47%changelog
48* Sun Apr 10 2016 Toshiaki Ara <ara_t@384.jp> 1.05-2
49- correct SPEC file
50
51* Thu Oct 01 2015 Toshiaki Ara <ara_t@384.jp> 1.05-1
52- new package
Note: See TracBrowser for help on using the repository browser.