hts_engine_API-vl.spec 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. %define pkg_name hts_engine_API
  2. %define pkg_version 1.10
  3. %define pkg_release 2%{?_dist_release}
  4. Summary: The HMM-Based Speech Synthesis Engine
  5. Summary(ja): HMMベースの音声合成エンジンAPIのランタイムおよびアプリケーション
  6. Name: %{pkg_name}
  7. Version: %{pkg_version}
  8. Release: %{pkg_release}
  9. License: Modified BSD license
  10. Group: Applications/Multimedia
  11. URL: https://osdn.jp/projects/sfnet_hts-engine/
  12. Source0: %{name}-%{version}.tar.gz
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  14. Vendor: Project Vine
  15. Distribution: Vine Linux
  16. Packager: ara_t
  17. %description
  18. hts_engine is software to synthesize speech waveform
  19. from HMMs trained by the HMM-based speech synthesis system (HTS).
  20. %package devel-static
  21. Summary: Development files for the hts_engine_API library.
  22. Group: Development/Libraries
  23. %description devel-static
  24. Header files needed to develop applications using hts_engine_API.
  25. %prep
  26. %{__rm} -rf ${RPM_BUILD_ROOT}
  27. %setup -q
  28. %{configure}
  29. %build
  30. %{__make} %{?_smp_mflags}
  31. %install
  32. %{make_install}
  33. %clean
  34. %{__rm} -rf ${RPM_BUILD_ROOT}
  35. %files
  36. %defattr(-, root, root)
  37. %{_bindir}/
  38. %files devel-static
  39. %defattr(-,root,root)
  40. %{_includedir}/
  41. %{_libdir}/*.a
  42. %changelog
  43. * Sun Apr 10 2016 Toshiaki Ara <ara_t@384.jp> 1.10-2
  44. - correct SPEC file
  45. * Mon Dec 28 2015 Toshiaki Ara <ara_t@384.jp> 1.10-1
  46. - update to 1.10
  47. * Thu Oct 01 2015 Toshiaki Ara <ara_t@384.jp> 1.09-1
  48. - new package