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