0.8
Some checks failed
Run CI/CD... / main (push) Failing after 6m40s

This commit is contained in:
Your Name 2025-02-12 11:55:06 +00:00
parent 9095f6a9a2
commit 650fdef230
2 changed files with 12 additions and 5 deletions

View file

@ -1,2 +1,3 @@
sources:
cmusphinx-code-r13291-trunk-sphinx3.zip: beecdb34f0737493c4e5bcc30eb3d4e605bf2f4e
sphinx3-0.8-20160411.tar.bz2: 48b97c2ba6dcc7623f0e155a5d9140230449f854

View file

@ -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