MMDAgent_Example.spec 1.5 KB

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