Sophie

Sophie

distrib > Mandriva > 10.0-com > i586 > by-pkgid > 0d055f64543ebac0ae36a4fe106c5366 > files > 3

cvoicecontrol-0.9-0.alpha.3mdk.src.rpm

Name:		cvoicecontrol
Version:	0.9
Release:	0.alpha.3mdk
License:	GPL
Group:		Sound
Source0:	http://www.kiecza.de/daniel/linux/%{name}-%{version}alpha.tar.bz2
Patch0:		%{name}-make.patch.bz2
URL:		http://www.kiecza.de/daniel/linux/
BuildRequires:  texinfo
BuildRequires:  ncurses-devel >= 5.2
BuildRoot:	%_tmppath/%{name}-buildroot
Summary:	CVoiceControl is a speech recognition system enabling to use spoken commands

%description
CVoiceControl is a speech recognition system that enables a user to
connect spoken commands to unix commands.  It automagically detects
speech input from a microphone, performs recognition on this input and
in case of successful recognition - executes the associated unix
command. 

%prep 
%setup -q -n %{name}-%{version}alpha
%patch0 -p1

%build
%configure
%make

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}

install -m755 cvoicecontrol/cvoicecontrol  $RPM_BUILD_ROOT%{_bindir}
install -m755 cvoicecontrol/model_editor  $RPM_BUILD_ROOT%{_bindir}
install -m755 cvoicecontrol/microphone_config  $RPM_BUILD_ROOT%{_bindir}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS BUGS FAQ README cvoicecontrol/docs/en/index*.html
%{_bindir}/cvoicecontrol
%{_bindir}/model_editor
%{_bindir}/microphone_config

%changelog
* Mon Feb 23 2004 Lenny Cartier <lenny@mandrakesoft.com> 0.9-0.alpha.3mdk
- rebuild

* Thu Jan 30 2003 Lenny Cartier <lenny@mandrakesoft.com> 0.9-0.alpha.2mdk
- rebuild

* Tue Oct 08 2002 Lenny Cartier <lenny@mandrakesoft.com> 0.9-0.alpha.1mdk
- from Per Øyvind Karlsen <peroyvind@delonic.no> :
	- Initial release, specfile adopted from PLD