hts_voice-vl.spec 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. %define pkg_name hts_voice
  2. %define pkg_version 1.05
  3. %define pkg_release 2%{?_dist_release}
  4. Summary: HTS voice trained by using the Nitech Japanese Speech Database "NIT ATR503 M001"
  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: https://osdn.jp/projects/sfnet_open-jtalk/
  11. Source0: %{name}_nitech_jp_atr503_m001-%{version}.tar.gz
  12. BuildArch: noarch
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  14. Vendor: Project Vine
  15. Distribution: Vine Linux
  16. Packager: ara_t
  17. %description
  18. HTS voice trained by using the Nitech Japanese Speech Database "NIT ATR503
  19. M001" is released as a part of Open JTalk (http://open-jtalk.sourceforge.net/).
  20. This voice consists of HMMs trained by using HMM-based Speech Synthesis System
  21. (HTS) version 2.3 alpha (http://hts.sp.nitech.ac.jp/).
  22. %prep
  23. %setup -q -n %{name}_nitech_jp_atr503_m001-%{version}
  24. %install
  25. %{__mkdir_p} ${RPM_BUILD_ROOT}%{_datadir}/hts_voice
  26. %{__install} -m 644 *.htsvoice ${RPM_BUILD_ROOT}%{_datadir}/hts_voice
  27. %clean
  28. %{__rm} -rf ${RPM_BUILD_ROOT}
  29. %files
  30. %defattr(-,root,root)
  31. %doc README COPYING
  32. %{_datadir}/*
  33. %changelog
  34. * Sun Apr 10 2016 Toshiaki Ara <ara_t@384.jp> 1.05-2
  35. - correct SPEC file
  36. * Thu Oct 01 2015 Toshiaki Ara <ara_t@384.jp> 1.05-1
  37. - new package