commit 2a696c454ec58f4bd49dc6b6de470b65727ed4a5
Author: Elan Ruusamäe <[email protected]>
Date:   Thu Sep 20 14:06:15 2018 +0300

    up to 19fde41 snap
    
    includes fixes from
    - https://github.com/ikiissel/synthts_et/pull/7
    - https://github.com/ikiissel/synthts_et/pull/6

 synthts_et.spec | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
---
diff --git a/synthts_et.spec b/synthts_et.spec
index 986ca51..acea55e 100644
--- a/synthts_et.spec
+++ b/synthts_et.spec
@@ -1,3 +1,4 @@
+%define                commit  19fde41
 Summary:       Estonian language HTS voice synthesis
 Summary(et.UTF-8):     Eesti keele HTS-kõnesüntees
 Name:          synthts_et
@@ -5,8 +6,11 @@ Version:       0.01
 Release:       0.1
 License:       BSD
 Group:         Applications/Sound
-Source0:       
https://github.com/ikiissel/synthts_et/archive/master/%{name}-%{version}.tar.gz
+Source0:       
https://github.com/ikiissel/synthts_et/archive/%{commit}/%{name}-%{version}-%{commit}.tar.gz
+# Source0-md5: eb348115671adb2b46d2403e744aa047
 URL:           https://github.com/ikiissel/synthts_et
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: libstdc++-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -17,8 +21,12 @@ The HMM-Based Speech Synthesis Engine "hts_engine API"
 %setup -qc
 mv synthts_et-*/* .
 mv synthts_et/* .
+install -d config
 
 %build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/synthts_et.git/commitdiff/2a696c454ec58f4bd49dc6b6de470b65727ed4a5

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

Reply via email to