]> git.pld-linux.org Git - packages/cvoicecontrol.git/blame - cvoicecontrol.spec
- init PLD spec , need correct and cosmetics
[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
c8be2e05 22%setup -q -n %{name}-%{version}
23%patch0 -p1
9eb0c543 24
25%build
c8be2e05 26./configure
9eb0c543 27
28%{__make} CFLAGS="%{rpmcflags} " CC="%{__cc}"
29
30%install
31rm -rf $RPM_BUILD_ROOT
c8be2e05 32install -d $RPM_BUILD_ROOT{%{_bindir},%{_docdir}}
33
34install cvoicecontrol/cvoicecontrol $RPM_BUILD_ROOT%{_bindir}
35install cvoicecontrol/model_editor $RPM_BUILD_ROOT%{_bindir}
36install cvoicecontrol/microphone_config $RPM_BUILD_ROOT%{_bindir}
37install cvoicecontrol/docs/en/index* $RPM_BUILD_ROOT%{_docdir}
9eb0c543 38
9eb0c543 39
40gzip -9nf AUTHORS BUGS COPYING FAQ INSTALL README
41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
45%files
46%defattr(644,root,root,755)
47%doc *.gz
48%attr(755,root,root) %{_bindir}/*
This page took 0.074437 seconds and 4 git commands to generate.