[packages/synthts_et] new
glen
glen at pld-linux.org
Sat Apr 16 13:53:21 CEST 2016
commit d4f56bcdbfd56f7300071280fa2ea10035531c17
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sat Apr 16 14:52:55 2016 +0300
new
synthts_et.spec | 40 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
---
diff --git a/synthts_et.spec b/synthts_et.spec
new file mode 100644
index 0000000..b6fb7da
--- /dev/null
+++ b/synthts_et.spec
@@ -0,0 +1,40 @@
+Summary: Estonian language HTS voice synthesis
+Summary(et): Eesti keele HTS-kõnesüntees
+Name: synthts_et
+Version: 0
+Release: 0.1
+License: BSD
+Group: Applications/Sound
+Source0: https://github.com/ikiissel/synthts_et/archive/master/%{name}-%{version}.tar.gz
+# Source0-md5: d5bf7cf6b642562d3577496d647766d3
+URL: https://github.com/ikiissel/synthts_et
+BuildRequires: libstdc++-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The HMM-Based Speech Synthesis Engine "hts_engine API"
+
+%prep
+%setup -qc
+mv synthts_et-*/* .
+mv synthts_et/* .
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/lib*.a
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.md README COPYING
+%doc %lang(et) ChangeLog
+%attr(755,root,root) %{_bindir}/synthts_et
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/synthts_et.git/commitdiff/d4f56bcdbfd56f7300071280fa2ea10035531c17
More information about the pld-cvs-commit
mailing list