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