From dd0c064ea42141ec25d6745b12f484931b0bb646 Mon Sep 17 00:00:00 2001 From: Elan Ruusamäe Date: Sat, 16 Apr 2016 15:08:22 +0300 Subject: new, version 1.10 diff --git a/hts_engine.spec b/hts_engine.spec new file mode 100644 index 0000000..3f2c508 --- /dev/null +++ b/hts_engine.spec @@ -0,0 +1,51 @@ +Summary: hts_engine API +Name: hts_engine +Version: 1.10 +Release: 1 +License: BSD +Group: Applications/Sound +Source0: http://downloads.sourceforge.net/hts-engine/%{name}_API-%{version}.tar.gz +# Source0-md5: 5626d1e2522659e93fb295f0b42339f5 +URL: http://hts-engine.sourceforge.net/ +BuildRequires: libstdc++-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +The hts_engine is software to synthesize speech waveform from HMMs +trained by the HMM-based speech synthesis system (HTS). + +%package devel +Summary: Header files for %{name} library +Summary(pl.UTF-8): Pliki nagłówkowe biblioteki %{name} +Group: Development/Libraries + +%description devel +Header files for %{name} library. + +%description devel -l pl.UTF-8 +Pliki nagłówkowe biblioteki %{name}. + +%prep +%setup -q -n %{name}_API-%{version} + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc README AUTHORS COPYING ChangeLog NEWS +%attr(755,root,root) %{_bindir}/hts_engine + +%files devel +%defattr(644,root,root,755) +%{_includedir}/HTS_engine.h +%{_libdir}/libHTSEngine.a -- cgit v0.10.2