source: projects/specs/trunk/h/hts_engine_API/hts_engine_API-vl.spec @ 10147

Revision 10147, 1.4 KB checked in by ara_t, 8 years ago (diff)

The HMM-Based Speech Synthesis Engine

Line 
1%define pkg_name    hts_engine_API
2%define pkg_version 1.10
3%define pkg_release 2%{?_dist_release}
4
5Summary:      The HMM-Based Speech Synthesis Engine
6Summary(ja):  HMMベースの音声合成エンジンAPIのランタイムおよびアプリケーション
7Name:         %{pkg_name}
8Version:      %{pkg_version}
9Release:      %{pkg_release}
10
11License: Modified BSD license
12Group:   Applications/Multimedia
13URL:     https://osdn.jp/projects/sfnet_hts-engine/
14Source0: %{name}-%{version}.tar.gz
15
16BuildRoot:    %{_tmppath}/%{name}-%{version}-root
17
18Vendor:       Project Vine
19Distribution: Vine Linux
20Packager:     ara_t
21
22
23%description
24hts_engine is software to synthesize speech waveform
25from HMMs trained by the HMM-based speech synthesis system (HTS).
26
27
28%package devel-static
29Summary: Development files for the hts_engine_API library.
30Group:   Development/Libraries
31
32%description devel-static
33Header files needed to develop applications using hts_engine_API.
34
35%prep
36%{__rm} -rf ${RPM_BUILD_ROOT}
37%setup -q
38
39%{configure}
40
41%build
42%{__make} %{?_smp_mflags}
43
44%install
45%{make_install}
46
47%clean
48%{__rm} -rf ${RPM_BUILD_ROOT}
49
50
51%files
52%defattr(-, root, root)
53%{_bindir}/
54
55%files devel-static
56%defattr(-,root,root)
57%{_includedir}/
58%{_libdir}/*.a
59
60
61%changelog
62* Sun Apr 10 2016 Toshiaki Ara <ara_t@384.jp> 1.10-2
63- correct SPEC file
64
65* Mon Dec 28 2015 Toshiaki Ara <ara_t@384.jp> 1.10-1
66- update to 1.10
67
68* Thu Oct 01 2015 Toshiaki Ara <ara_t@384.jp> 1.09-1
69- new package
Note: See TracBrowser for help on using the repository browser.