]> git.pld-linux.org Git - packages/cvoicecontrol.git/blobdiff - cvoicecontrol.spec
- fixed changelog, cosmetics
[packages/cvoicecontrol.git] / cvoicecontrol.spec
index 85e26d2a571111fffac93e3883073550f1ff2891..8291cc5a06b1d5cb6c2e6247964c93777ffd5061 100644 (file)
@@ -1,11 +1,11 @@
-Summary:       CVoiceControl is a speech recognition system that enables a user to connect spoken commands to unix commands.
-Summary(pl):   CVoiceControl jest narzedziem do wydawania polecen przy pomocy mowy :)
+Summary:       CVoiceControl is a speech recognition system enabling to use spoken commands
+Summary(pl):   CVoiceControl jest narzêdziem do wydawania poleceñ przy pomocy mowy
 Name:          cvoicecontrol
 Version:       0.9alpha
 Release:       1
 License:       GPL
 Group:         Applications/Tools
-Source0:       http://www.kiecza.de/daniel/linux/cvoicecontrol-0.9alpha.tar.gz
+Source0:       http://www.kiecza.de/daniel/linux/%{name]-%{version}.tar.gz
 Patch0:                %{name}-make.patch
 URL:           http://www.kiecza.de/daniel/linux/
 BuildRequires:  autoconf
@@ -15,17 +15,18 @@ BuildRequires:  ncurses-devel >= 5.2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-CVoiceControl is a speech recognition system 
-that enables a user to connect spoken commands to unix commands. 
-It automagically detects speech input from a microphone, performs recognition on this input and 
-in case of successful recognition - executes the associated unix command. 
+CVoiceControl is a speech recognition system that enables a user to
+connect spoken commands to unix commands.  It automagically detects
+speech input from a microphone, performs recognition on this input and
+in case of successful recognition - executes the associated unix
+command. 
 
 %description -l pl
-CVoiceControl jest narzedziem do rozpoznawania mowy i umozliwia wydawanie polecen komputerowi
-przez mikrofon .
+CVoiceControl jest narzêdziem do rozpoznawania mowy i umo¿liwia
+wydawanie poleceñ komputerowi przez mikrofon.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 %patch0 -p1
 
 %build
@@ -35,13 +36,11 @@ przez mikrofon .
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_docdir}}
+install -d $RPM_BUILD_ROOT%{_bindir}
 
 install cvoicecontrol/cvoicecontrol  $RPM_BUILD_ROOT%{_bindir}
 install cvoicecontrol/model_editor  $RPM_BUILD_ROOT%{_bindir}
 install cvoicecontrol/microphone_config  $RPM_BUILD_ROOT%{_bindir}
-install cvoicecontrol/docs/en/index*.html    $RPM_BUILD_ROOT%{_docdir}
-
 
 gzip -9nf AUTHORS BUGS COPYING FAQ INSTALL README 
 
@@ -50,5 +49,5 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc *.gz docs/en/index*.html
 %attr(755,root,root) %{_bindir}/*
This page took 0.031676 seconds and 4 git commands to generate.