| Revision 10147,
1.4 KB
checked in by ara_t, 10 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 | |
|---|
| 5 | Summary: The HMM-Based Speech Synthesis Engine |
|---|
| 6 | Summary(ja): HMMベースの音声合成エンジンAPIのランタイムおよびアプリケーション |
|---|
| 7 | Name: %{pkg_name} |
|---|
| 8 | Version: %{pkg_version} |
|---|
| 9 | Release: %{pkg_release} |
|---|
| 10 | |
|---|
| 11 | License: Modified BSD license |
|---|
| 12 | Group: Applications/Multimedia |
|---|
| 13 | URL: https://osdn.jp/projects/sfnet_hts-engine/ |
|---|
| 14 | Source0: %{name}-%{version}.tar.gz |
|---|
| 15 | |
|---|
| 16 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 17 | |
|---|
| 18 | Vendor: Project Vine |
|---|
| 19 | Distribution: Vine Linux |
|---|
| 20 | Packager: ara_t |
|---|
| 21 | |
|---|
| 22 | |
|---|
| 23 | %description |
|---|
| 24 | hts_engine is software to synthesize speech waveform |
|---|
| 25 | from HMMs trained by the HMM-based speech synthesis system (HTS). |
|---|
| 26 | |
|---|
| 27 | |
|---|
| 28 | %package devel-static |
|---|
| 29 | Summary: Development files for the hts_engine_API library. |
|---|
| 30 | Group: Development/Libraries |
|---|
| 31 | |
|---|
| 32 | %description devel-static |
|---|
| 33 | Header 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.