]> git.pld-linux.org Git - packages/cvoicecontrol.git/blobdiff - cvoicecontrol.spec
- init PLD spec , need correct and cosmetics
[packages/cvoicecontrol.git] / cvoicecontrol.spec
index 059704f90d0133316e32275b4fef618c68cac15b..a7945ac3e618b85960a71a647c75efe5ffbf1f65 100644 (file)
@@ -19,20 +19,23 @@ in case of successful recognition - executes the associated unix command.
 %description -l pl
 
 %prep
-%setup -q -n %{name}_%{version}
-%patch0 -p0
+%setup -q -n %{name}-%{version}
+%patch0 -p1
 
 %build
-%configure
+./configure
 
 %{__make} CFLAGS="%{rpmcflags} " CC="%{__cc}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_bindir}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_docdir}}
+
+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*    $RPM_BUILD_ROOT%{_docdir}
 
-%{__make} install \
-             PREFIX=$RPM_BUILD_ROOT
 
 gzip -9nf AUTHORS BUGS COPYING FAQ INSTALL README 
 
This page took 0.144147 seconds and 4 git commands to generate.