[julius-voxforge/f19] initial package

Tom Callaway spot at fedoraproject.org
Tue Apr 30 19:36:04 UTC 2013


commit a4888ef10db93a684f4fd6353d0906c655a010f6
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Tue Apr 30 15:35:30 2013 -0400

    initial package

 julius-voxforge.spec |   38 ++++++++++++++++++++++++++++++++++++++
 sources              |    1 +
 2 files changed, 39 insertions(+), 0 deletions(-)
---
diff --git a/julius-voxforge.spec b/julius-voxforge.spec
new file mode 100644
index 0000000..084d6ae
--- /dev/null
+++ b/julius-voxforge.spec
@@ -0,0 +1,38 @@
+%global year  2013
+%global month 03
+%global day   01
+
+Name:		julius-voxforge
+Version:	%{year}.%{month}.%{day}
+Release:	1%{?dist}
+Summary:	VoxForge Acoustic Model files for Julius
+License:	GPLv2+
+URL:		http://www.voxforge.org/
+Source0:	http://www.repository.voxforge1.org/downloads/Nightly_Builds/current/Julius-4.2-Quickstart-Linux_AcousticModel-%{year}-%{month}-%{day}.tgz
+BuildArch:	noarch
+Requires:	julius
+
+%description
+VoxForge was set up to collect transcribed speech for use with Free and
+Open Source Speech Recognition Engines (on Linux, Windows and Mac).
+
+%prep
+%setup -q -c
+sed -i 's/\r//' LICENSE
+
+%build
+
+%install
+install -d %{buildroot}%{_datadir}/%{name}/acoustic
+install -m644 acoustic_model_files/hmmdefs acoustic_model_files/macros acoustic_model_files/tiedlist %{buildroot}%{_datadir}/%{name}/acoustic
+
+%files
+%doc LICENSE README Sample.jconf
+%{_datadir}/%{name}/acoustic
+
+%changelog
+* Fri Apr 26 2013 Tom Callaway <spot at fedoraproject.org> - 2013.03.01-1
+- update to 2013.03.01
+
+* Sun Nov 11 2012 Huaren Zhong <huaren.zhong at gmail.com> - 2012.10.22
+- Rebuild for Fedora
diff --git a/sources b/sources
index e69de29..7151315 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+b7b020c2adb20ab174403c03b04ebff3  Julius-4.2-Quickstart-Linux_AcousticModel-2013-03-01.tgz


More information about the scm-commits mailing list