Author: twittner Date: Thu Jan 3 18:46:20 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - fixed c&p typos - added -python-install.patch (not checked, but Makefile produced from Makefile.in looks OK) - still doesn't build - linking errors
---- Files affected: SPECS: speech-dispatcher.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/speech-dispatcher.spec diff -u SPECS/speech-dispatcher.spec:1.1 SPECS/speech-dispatcher.spec:1.2 --- SPECS/speech-dispatcher.spec:1.1 Thu Jan 3 19:01:38 2008 +++ SPECS/speech-dispatcher.spec Thu Jan 3 19:46:15 2008 @@ -16,6 +16,7 @@ Group: Applications Source0: http://www.freebsoft.org/pub/projects/speechd/%{name}-%{version}.tar.gz # Source0-md5: ad8cf47918207872ba976f2b2e47c02b +Patch0: %{name}-python-install.patch URL: http://www.freebsoft.org/ BuildRequires: autoconf BuildRequires: automake @@ -60,6 +61,7 @@ %prep %setup -q +%patch0 -p1 %build %{__libtoolize} @@ -69,11 +71,11 @@ %{__automake} %configure \ %{?with_flite:--with-flite}%{!?with_flite:--without-flite} \ - %{?with_ibmtts:--with-ibmtts}%{!?with_flite:--without-ibmtts} \ - %{?with_espeak:--with-espeak}%{!?with_flite:--without-espeak} \ - %{?with_nas:--with-nas}%{!?with_flite:--without-nas} \ - %{?with_alsa:--with-alsa}%{!?with_flite:--without-nas} \ - %{?with_pulse:--with-pulse}%{!?with_flite:--without-pulse} + %{?with_ibmtts:--with-ibmtts}%{!?with_ibmtts:--without-ibmtts} \ + %{?with_espeak:--with-espeak}%{!?with_espeak:--without-espeak} \ + %{?with_nas:--with-nas}%{!?with_nas:--without-nas} \ + %{?with_alsa:--with-alsa}%{!?with_alsa:--without-alsa} \ + %{?with_pulse:--with-pulse}%{!?with_pulse:--without-pulse} %{__make} @@ -111,6 +113,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2008-01-03 18:46:15 twittner +- fixed c&p typos +- added -python-install.patch (not checked, but Makefile + produced from Makefile.in looks OK) +- still doesn't build - linking errors + Revision 1.1 2008-01-03 18:01:38 twittner - initial, NFY: doesn't build (fails during %install - python module), BRs, bconds and %files not checked (taken from template-lib.spec). Save ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/speech-dispatcher.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
