]> git.pld-linux.org Git - packages/cvoicecontrol.git/blame - cvoicecontrol.spec
Added Files:
[packages/cvoicecontrol.git] / cvoicecontrol.spec
CommitLineData
9eb0c543 1Summary: CVoiceControl is a speech recognition system that enables a user to connect spoken commands to unix commands.
2Summary(pl): CVoiceControl jest narzedziem do wydawania polecen przy pomocy mowy :)
3Name: cvoicecontrol
4Version: 0.9alpha
5Release: 1
6License: GPL
7Group: Applications/Tools
8Source0: http://www.kiecza.de/daniel/linux/cvoicecontrol-0.9alpha.tar.gz
9Patch0: %{name}-make.patch
10URL: http://www.kiecza.de/daniel/linux/
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
14CVoiceControl is a speech recognition system
15that enables a user to connect spoken commands to unix commands.
16It automagically detects speech input from a microphone, performs recognition on this input and
17in case of successful recognition - executes the associated unix command.
18
19%description -l pl
20
21%prep
22%setup -q -n %{name}_%{version}
23%patch0 -p0
24
25%build
26%configure
27
28%{__make} CFLAGS="%{rpmcflags} " CC="%{__cc}"
29
30%install
31rm -rf $RPM_BUILD_ROOT
32install -d $RPM_BUILD_ROOT%{_bindir}
33
34%{__make} install \
35 PREFIX=$RPM_BUILD_ROOT
36
37gzip -9nf AUTHORS BUGS COPYING FAQ INSTALL README
38
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%files
43%defattr(644,root,root,755)
44%doc *.gz
45%attr(755,root,root) %{_bindir}/*
This page took 0.062281 seconds and 4 git commands to generate.