summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorklakier2001-07-03 15:39:47 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit1f97572e9682d41ef8355b1f958ef1c9f4105321 (patch)
treea055a34ef300420a01d2f5980e0cbccbfe6a8710
downloadsphinx2-1f97572e9682d41ef8355b1f958ef1c9f4105321.zip
sphinx2-1f97572e9682d41ef8355b1f958ef1c9f4105321.tar.gz
- initial, looks to work
Changed files: sphinx2.spec -> 1.1
-rw-r--r--sphinx2.spec73
1 files changed, 73 insertions, 0 deletions
diff --git a/sphinx2.spec b/sphinx2.spec
new file mode 100644
index 0000000..57c3907
--- /dev/null
+++ b/sphinx2.spec
@@ -0,0 +1,73 @@
+Summary: Speech recognitnion engine
+Summary(pl): System rozpoznawania mowy
+Name: sphinx2
+Version: 0.3
+Release: 1
+License: GPL
+Group: Applications/Communications
+Group(pl): Aplikacje/Komunikacja
+Source0: http://prdownloads.sourceforge.net/cmusphinx/%{name}-%{version}.tar.gz
+URL: http://www.speech.cs.cmu.edu/sphinx/
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+One of Carnegie Mellon University's open source large vocabulary,
+speaker-independent continuous speech recognition engine.
+
+Plug your microphone, launch sphinx2-simple, and test it!
+
+%description -l pl
+
+
+%package devel
+Summary: %{name} header files
+Summary(pl): Pliki nagłówkowe %{name}
+Group: Development/Libraries
+Group(fr): Development/Librairies
+Group(pl): Programowanie/Biblioteki
+Requires: %{name} = %{version}
+
+%description devel
+%{name} header files.
+
+%description -l pl devel
+Pliki nagłówkowe %{name}.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+# hmm, name may conflict
+rm -f $RPM_BUILD_ROOT%{_bindir}/batch.csh
+
+gzip -9nf README
+
+%post
+/sbin/ldconfig
+
+%postun
+/sbin/ldconfig
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz doc
+%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/*.so.*.*
+%{_datadir}/%{name}
+
+
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/*
+%{_libdir}/*.so