]> git.pld-linux.org Git - packages/cvoicecontrol.git/commitdiff
- rel.3. RA-1_0 cvoicecontrol-0_9alpha-3
authormarcus <marcus@pld-linux.org>
Fri, 26 Jul 2002 22:41:05 +0000 (22:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- use new %%doc
- add regeneration ac/am stuff

Changed files:
    cvoicecontrol.spec -> 1.11

cvoicecontrol.spec

index 16b00ee38329145e9549d08336a6f5eece324ad8..4a0770a6a0b96cae4d2f957690227fa3baf99bde 100644 (file)
@@ -2,7 +2,7 @@ Summary:        CVoiceControl is a speech recognition system enabling to use spoken com
 Summary(pl):   CVoiceControl jest narzêdziem do wydawania poleceñ przy pomocy mowy
 Name:          cvoicecontrol
 Version:       0.9alpha
-Release:       2
+Release:       3
 License:       GPL
 Group:         Applications/Tools
 Source0:       http://www.kiecza.de/daniel/linux/%{name}-%{version}.tar.gz
@@ -31,7 +31,11 @@ wydawanie polece
 %patch0 -p1
 
 %build
-./configure
+rm -f missing
+aclocal
+%{__autoconf}
+%{__automake}
+%configure
 
 %{__make} CFLAGS="%{rpmcflags} " CC="%{__cc}"
 
@@ -43,12 +47,10 @@ install cvoicecontrol/cvoicecontrol  $RPM_BUILD_ROOT%{_bindir}
 install cvoicecontrol/model_editor  $RPM_BUILD_ROOT%{_bindir}
 install cvoicecontrol/microphone_config  $RPM_BUILD_ROOT%{_bindir}
 
-gzip -9nf AUTHORS BUGS FAQ README 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz cvoicecontrol/docs/en/index*.html
+%doc AUTHORS BUGS FAQ README cvoicecontrol/docs/en/index*.html
 %attr(755,root,root) %{_bindir}/*
This page took 0.080387 seconds and 4 git commands to generate.