commit dd0c064ea42141ec25d6745b12f484931b0bb646
Author: Elan Ruusamäe <[email protected]>
Date:   Sat Apr 16 15:08:22 2016 +0300

    new, version 1.10

 hts_engine.spec | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 51 insertions(+)
---
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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/hts_engine.git/commitdiff/dd0c064ea42141ec25d6745b12f484931b0bb646

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to