SPECS: eflite.spec - don't require flite-static (it was used only ...
twittner
twittner at pld-linux.org
Sat Jun 30 18:24:46 CEST 2007
Author: twittner Date: Sat Jun 30 16:24:46 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- don't require flite-static (it was used only for configure
tests not for linking)
---- Files affected:
SPECS:
eflite.spec (1.9 -> 1.10)
---- Diffs:
================================================================
Index: SPECS/eflite.spec
diff -u SPECS/eflite.spec:1.9 SPECS/eflite.spec:1.10
--- SPECS/eflite.spec:1.9 Sat Jun 30 18:00:31 2007
+++ SPECS/eflite.spec Sat Jun 30 18:24:41 2007
@@ -17,7 +17,6 @@
BuildRequires: automake
BuildRequires: emacs
BuildRequires: flite-devel >= 1.2
-BuildRequires: flite-static >= 1.2
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -39,7 +38,9 @@
%build
%{__aclocal}
%{__autoconf}
-%configure \
+flite_dir="%{_libdir}" \
+ flite_include_dir="%{_includedir}/flite" \
+ %configure \
--with-vox=cmu_us_kal16 \
--with-audio=oss
@@ -69,6 +70,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.10 2007/06/30 16:24:41 twittner
+- don't require flite-static (it was used only for configure
+ tests not for linking)
+
Revision 1.9 2007/06/30 16:00:31 shadzik
- add patch2 (fixes build on 64bit machines)
- BR ac,am
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/eflite.spec?r1=1.9&r2=1.10&f=u
More information about the pld-cvs-commit
mailing list