summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElan Ruusamäe2016-04-16 12:08:22 (GMT)
committerElan Ruusamäe2016-04-16 12:08:22 (GMT)
commitdd0c064ea42141ec25d6745b12f484931b0bb646 (patch)
treef932738dce2c83726af5425664528e2c757dae18
downloadhts_engine-master.zip
hts_engine-master.tar.gz
new, version 1.10HEADmaster
-rw-r--r--hts_engine.spec51
1 files changed, 51 insertions, 0 deletions
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