Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 44527ca4c46a34f5717b083b9d3e9cb3 > files > 3

cvoicecontrol-0.9alpha-5.src.rpm

# $Revision: 1.17 $, $Date: 2003/09/09 10:24:19 $
Summary:	CVoiceControl is a speech recognition system enabling to use spoken commands
Summary(pl):	CVoiceControl jest narzêdziem do wydawania poleceñ przy pomocy mowy
Name:		cvoicecontrol
Version:	0.9alpha
Release:	5
License:	GPL
Group:		Applications/Sound
Source0:	http://www.kiecza.de/daniel/linux/%{name}-%{version}.tar.gz
# Source0-md5:	19df71e7e4d246450a60519a8c31b953
Patch0:		%{name}-make.patch
URL:		http://www.kiecza.de/daniel/linux/
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	texinfo
BuildRequires:	pth
BuildRequires:	ncurses-devel >= 5.2
BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)

%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.

%description -l pl
CVoiceControl jest narzêdziem do rozpoznawania mowy i umo¿liwia
wydawanie poleceñ komputerowi przez mikrofon.

%prep
%setup -q
%patch0 -p1

%build
rm -f missing
%{__aclocal}
%{__autoconf}
%{__automake}
%configure

%{__make} CFLAGS="%{rpmcflags} " CC="%{__cc}"

%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_bindir}

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

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc AUTHORS BUGS FAQ README cvoicecontrol/docs/en/index*.html
%attr(755,root,root) %{_bindir}/*

%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback@pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org

$Log: cvoicecontrol.spec,v $
Revision 1.17  2003/09/09 10:24:19  ankry
- spaces -> tab

Revision 1.16  2003/05/26 16:24:51  malekith
- massive attack: adding Source-md5

Revision 1.15  2003/05/25 05:46:32  misi3k
- massive attack s/pld.org.pl/pld-linux.org/

Revision 1.14  2003/05/02 14:57:43  ankry
- rel. 5

Revision 1.13  2002/12/13 15:18:13  ankry
- group fixed; adapterized

Revision 1.12  2002/10/09 13:14:19  kloczek
- use more macros, some cosmetics, added missing "rm -f missing" and use new %doc

Revision 1.11  2002/07/26 22:41:05  marcus
- rel.3.
- use new %%doc
- add regeneration ac/am stuff

Revision 1.10  2002/03/20 23:46:50  kloczek
- removed COPYING and INSTALL from %doc.

Revision 1.9  2002/03/15 17:05:16  pioklo
- typo

Revision 1.8  2002/03/15 16:19:09  pioklo
- added BuildRequires: pth, rel 2 STBR

Revision 1.7  2002/03/15 08:36:27  qboosh
- typo

Revision 1.6  2002/03/15 08:35:50  qboosh
- fixed changelog, cosmetics