source: projects/specs/trunk/M/MMDAgent_Example/MMDAgent_Example.spec @ 10146

Revision 10146, 1.5 KB checked in by ara_t, 8 years ago (diff)

MMDAgent "Sample Script"

Line 
1%define pkg_name    MMDAgent_Example
2%define pkg_version 1.6
3%define pkg_release 2%{?_dist_release}
4
5Summary: MMDAgent "Sample Script"
6Name:    %{pkg_name}
7Version: %{pkg_version}
8Release: %{pkg_release}
9
10License: Creative Commons Attribution 3.0 license
11Group:   Applications/Multimedia
12URL:     http://www.mmdagent.jp/
13
14Source0: %{name}-%{version}.zip
15
16BuildArch:     noarch
17BuildRoot:     %{_tmppath}/%{name}-%{version}-root
18
19Vendor:       Project Vine
20Distribution: Vine Linux
21Packager:     ara_t
22
23
24%description
25The work is released as a part of MMDAgent (http://www.mmdagent.jp/).
26
27MMDAgent is a toolkit for building voice interaction systems.
28This toolkit is released for contributing to the popularization of speech technology.
29We expect all users to use the toolkit in the manner not offensive to public order and morals.
30
31Mei is a character of Nagoya Institute of Technology.
32For the details, see the "COPYRIGHT.txt" files of each package in the distribution.
33
34This 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.