SPECS: flite.spec - make -j1 - rel. 1 (builds, works - tested on T...
twittner
twittner at pld-linux.org
Sat Jun 30 14:42:25 CEST 2007
Author: twittner Date: Sat Jun 30 12:42:25 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- make -j1
- rel. 1 (builds, works - tested on Th at i686)
---- Files affected:
SPECS:
flite.spec (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SPECS/flite.spec
diff -u SPECS/flite.spec:1.5 SPECS/flite.spec:1.6
--- SPECS/flite.spec:1.5 Mon Feb 12 23:09:09 2007
+++ SPECS/flite.spec Sat Jun 30 14:42:20 2007
@@ -13,7 +13,7 @@
Summary(ru.UTF-8): flite - маленькое, быстрое средство для синтеза речи
Name: flite
Version: 1.2
-Release: 0.2
+Release: 1
License: Custom, see COPYING
Group: Applications/Sound
Source0: http://www.speech.cs.cmu.edu/flite/packed/flite-1.2/%{name}-%{version}-release.tar.bz2
@@ -106,14 +106,14 @@
%{!?with_static_libs:--disable-static} \
--with-vox=cmu_us_kal16
-%{__make}
+%{__make} -j1
%install
rm -rf $RPM_BUILD_ROOT
# temp. workaround - put manpages in better place and install them via Makefile
install -d $RPM_BUILD_ROOT%{_mandir}/man1
-%{__make} install \
+%{__make} -j1 install \
DESTDIR=$RPM_BUILD_ROOT
install debian/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
@@ -148,6 +148,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.6 2007/06/30 12:42:20 twittner
+- make -j1
+- rel. 1 (builds, works - tested on Th at i686)
+
Revision 1.5 2007/02/12 22:09:09 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/flite.spec?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list