From 650fdef23032d1a974af71cd6ce498e68236a0a6 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 12 Feb 2025 11:55:06 +0000 Subject: [PATCH] 0.8 --- .abf.yml | 1 + sphinx3.spec | 16 +++++++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.abf.yml b/.abf.yml index db6eb2c..9ca4301 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,3 @@ sources: + cmusphinx-code-r13291-trunk-sphinx3.zip: beecdb34f0737493c4e5bcc30eb3d4e605bf2f4e sphinx3-0.8-20160411.tar.bz2: 48b97c2ba6dcc7623f0e155a5d9140230449f854 diff --git a/sphinx3.spec b/sphinx3.spec index 133adad..a7a85de 100644 --- a/sphinx3.spec +++ b/sphinx3.spec @@ -1,4 +1,6 @@ -%define git 20160411 +%define git 20180210 +%define commit r13291 +# see https://sourceforge.net/p/cmusphinx/code/13291/tree/ %define Werror_cflags %{nil} %define _disable_ld_no_undefined 1 @@ -10,14 +12,18 @@ Summary: CMU Sphinx Recognition System Name: sphinx3 Version: 0.8 -Release: 8.%{git}.1 +Release: 1.%{git}.1 License: BSD-style (see COPYING) Group: Sound -Url: http://cmusphinx.sourceforge.net/ +URL: https://cmusphinx.github.io # https://sourceforge.net/p/cmusphinx/code/HEAD/tree/trunk/sphinx3/ -Source0: %{name}-%{version}-%{git}.tar.bz2 +#Source0: %{name}-%{version}-%{git}.tar.bz2 +#Source0: https://sourceforge.net/projects/cmusphinx/files/sphinx3/0.8/sphinx3-0.8.tar.gz +Source0: cmusphinx-code-r13291-trunk-sphinx3.zip BuildRequires: pkgconfig(sphinxbase) BuildRequires: sphinxbase +BuildRequires: bzip2 +BuildRequires: unzip Requires: sphinxbase %description @@ -65,7 +71,7 @@ Development files for %{name}. #---------------------------------------------------------------------------- %prep -%setup -qn %{name}-%{version}-%{git} +%setup -qn cmusphinx-code-r13291-trunk-sphinx3 %build ./autogen.sh