]> git.pld-linux.org Git - packages/cvoicecontrol.git/blob - cvoicecontrol.spec
16b00ee38329145e9549d08336a6f5eece324ad8
[packages/cvoicecontrol.git] / cvoicecontrol.spec
1 Summary:        CVoiceControl is a speech recognition system enabling to use spoken commands
2 Summary(pl):    CVoiceControl jest narzêdziem do wydawania poleceñ przy pomocy mowy
3 Name:           cvoicecontrol
4 Version:        0.9alpha
5 Release:        2
6 License:        GPL
7 Group:          Applications/Tools
8 Source0:        http://www.kiecza.de/daniel/linux/%{name}-%{version}.tar.gz
9 Patch0:         %{name}-make.patch
10 URL:            http://www.kiecza.de/daniel/linux/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  texinfo
14 BuildRequires:  pth
15 BuildRequires:  ncurses-devel >= 5.2
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 CVoiceControl is a speech recognition system that enables a user to
20 connect spoken commands to unix commands.  It automagically detects
21 speech input from a microphone, performs recognition on this input and
22 in case of successful recognition - executes the associated unix
23 command. 
24
25 %description -l pl
26 CVoiceControl jest narzêdziem do rozpoznawania mowy i umo¿liwia
27 wydawanie poleceñ komputerowi przez mikrofon.
28
29 %prep
30 %setup -q
31 %patch0 -p1
32
33 %build
34 ./configure
35
36 %{__make} CFLAGS="%{rpmcflags} " CC="%{__cc}"
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 install -d $RPM_BUILD_ROOT%{_bindir}
41
42 install cvoicecontrol/cvoicecontrol  $RPM_BUILD_ROOT%{_bindir}
43 install cvoicecontrol/model_editor  $RPM_BUILD_ROOT%{_bindir}
44 install cvoicecontrol/microphone_config  $RPM_BUILD_ROOT%{_bindir}
45
46 gzip -9nf AUTHORS BUGS FAQ README 
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc *.gz cvoicecontrol/docs/en/index*.html
54 %attr(755,root,root) %{_bindir}/*
This page took 0.082394 seconds and 2 git commands to generate.