| Revision 10146,
1.5 KB
checked in by ara_t, 10 years ago
(diff) |
|
MMDAgent "Sample Script"
|
| Rev | Line | |
|---|
| [10146] | 1 | %define pkg_name MMDAgent_Example |
|---|
| 2 | %define pkg_version 1.6 |
|---|
| 3 | %define pkg_release 2%{?_dist_release} |
|---|
| 4 | |
|---|
| 5 | Summary: MMDAgent "Sample Script" |
|---|
| 6 | Name: %{pkg_name} |
|---|
| 7 | Version: %{pkg_version} |
|---|
| 8 | Release: %{pkg_release} |
|---|
| 9 | |
|---|
| 10 | License: Creative Commons Attribution 3.0 license |
|---|
| 11 | Group: Applications/Multimedia |
|---|
| 12 | URL: http://www.mmdagent.jp/ |
|---|
| 13 | |
|---|
| 14 | Source0: %{name}-%{version}.zip |
|---|
| 15 | |
|---|
| 16 | BuildArch: noarch |
|---|
| 17 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 18 | |
|---|
| 19 | Vendor: Project Vine |
|---|
| 20 | Distribution: Vine Linux |
|---|
| 21 | Packager: ara_t |
|---|
| 22 | |
|---|
| 23 | |
|---|
| 24 | %description |
|---|
| 25 | The work is released as a part of MMDAgent (http://www.mmdagent.jp/). |
|---|
| 26 | |
|---|
| 27 | MMDAgent is a toolkit for building voice interaction systems. |
|---|
| 28 | This toolkit is released for contributing to the popularization of speech technology. |
|---|
| 29 | We expect all users to use the toolkit in the manner not offensive to public order and morals. |
|---|
| 30 | |
|---|
| 31 | Mei is a character of Nagoya Institute of Technology. |
|---|
| 32 | For the details, see the "COPYRIGHT.txt" files of each package in the distribution. |
|---|
| 33 | |
|---|
| 34 | This project is linked to Open JTalk (open_jtalk). |
|---|
| 35 | |
|---|
| 36 | |
|---|
| 37 | %prep |
|---|
| 38 | %setup -q |
|---|
| 39 | |
|---|
| 40 | %install |
|---|
| 41 | %{__mkdir_p} ${RPM_BUILD_ROOT}%{_datadir}/hts_voice/mei |
|---|
| 42 | %{__install} -m 644 Voice/mei/* ${RPM_BUILD_ROOT}%{_datadir}/hts_voice/mei |
|---|
| 43 | |
|---|
| 44 | |
|---|
| 45 | %clean |
|---|
| 46 | %{__rm} -rf ${RPM_BUILD_ROOT} |
|---|
| 47 | |
|---|
| 48 | |
|---|
| 49 | %files |
|---|
| 50 | %defattr(-,root,root) |
|---|
| 51 | %{_datadir}/* |
|---|
| 52 | |
|---|
| 53 | |
|---|
| 54 | %changelog |
|---|
| 55 | * Sun Apr 10 2016 Toshiaki Ara <ara_t@384.jp> 1.06-2 |
|---|
| 56 | - correct SPEC file |
|---|
| 57 | |
|---|
| 58 | * Mon Dec 28 2015 Toshiaki Ara <ara_t@384.jp> 1.06-1 |
|---|
| 59 | - update to 1.06 |
|---|
| 60 | |
|---|
| 61 | * Sat Oct 10 2015 Toshiaki Ara <ara_t@384.jp> 1.4-1 |
|---|
| 62 | - new package |
|---|
Note: See
TracBrowser
for help on using the repository browser.