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