SPECS: gnome-speech.spec - updated to 0.4.10 - build without java ...

megabajt megabajt at pld-linux.org
Sun Mar 11 11:54:39 CET 2007


Author: megabajt                     Date: Sun Mar 11 10:54:39 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.4.10
- build without java on architectures where java-sun doesn't exist

---- Files affected:
SPECS:
   gnome-speech.spec (1.35 -> 1.36) 

---- Diffs:

================================================================
Index: SPECS/gnome-speech.spec
diff -u SPECS/gnome-speech.spec:1.35 SPECS/gnome-speech.spec:1.36
--- SPECS/gnome-speech.spec:1.35	Tue Feb 13 08:16:47 2007
+++ SPECS/gnome-speech.spec	Sun Mar 11 11:54:33 2007
@@ -5,28 +5,32 @@
 # Conditional build:
 %bcond_without	java		# don't build java subpackage
 #
+%ifnarch i586 i686 pentium3 pentium4 athlon %{x8664}
+%undefine	with_java
+%endif
 Summary:	GNOME Speech - text-to-speech convertion
 Summary(pl.UTF-8):	GNOME Speech - przekształcanie tekstu na mowę
 Name:		gnome-speech
-Version:	0.4.7
+Version:	0.4.10
 Release:	1
 License:	LGPL
 Group:		Libraries
 Source0:	http://ftp.gnome.org/pub/gnome/sources/gnome-speech/0.4/%{name}-%{version}.tar.bz2
-# Source0-md5:	6aa7393fc82ccd0ce0298bb3ca5c2491
+# Source0-md5:	2ec7b7e2b01dd28299bd20fd40668bc5
 Patch0:		%{name}-jar_dir.patch
 URL:		http://developer.gnome.org/projects/gap/
-BuildRequires:	ORBit2-devel >= 1:2.14.4
+BuildRequires:	ORBit2-devel >= 1:2.14.7
 BuildRequires:	autoconf
 BuildRequires:	automake
+BuildRequires:	espeak-devel
 BuildRequires:	gnome-common >= 2.12.0
 BuildRequires:	gtk-doc >= 1.7
 %if %{with java}
 BuildRequires:	jar
 BuildRequires:	java
-BuildRequires:	java-access-bridge >= 1.6.0
+BuildRequires:	java-access-bridge >= 1.18.0
 %endif
-BuildRequires:	libbonobo-devel >= 2.16.0
+BuildRequires:	libbonobo-devel >= 2.17.92
 BuildRequires:	libtool
 BuildRequires:	pkgconfig
 Requires:	festival >= 1.4.2
@@ -47,7 +51,7 @@
 Summary(pl.UTF-8):	Pliki programistyczne dla gnome_speech
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
-Requires:	libbonobo-devel >= 2.16.0
+Requires:	libbonobo-devel >= 2.17.92
 Provides:	gnome_speech-devel
 Obsoletes:	gnome_speech-devel
 
@@ -93,6 +97,7 @@
 %configure \
 	--enable-static \
 	--enable-gtk-doc \
+	--with-speech-dispatcher \
 	%{?with_java:--with-jab-dir=%{_javadir}}
 %{__make}
 
@@ -114,11 +119,15 @@
 
 %files
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/espeak-synthesis-driver
 %attr(755,root,root) %{_bindir}/festival-synthesis-driver
+%attr(755,root,root) %{_bindir}/speechd-synthesis-driver
 %attr(755,root,root) %{_bindir}/test-speech
 %attr(755,root,root) %{_libdir}/libgnomespeech.so.*.*.*
 %attr(755,root,root) %{_libdir}/orbit-2.0/*.so*
-%{_libdir}/bonobo/servers/*.server
+%{_libdir}/bonobo/servers/GNOME_Speech_SynthesisDriver_Espeak.server
+%{_libdir}/bonobo/servers/GNOME_Speech_SynthesisDriver_Festival.server
+%{_libdir}/bonobo/servers/GNOME_Speech_SynthDriver_Speech_Dispatcher.server
 
 %files devel
 %defattr(644,root,root,755)
@@ -144,6 +153,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.36  2007/03/11 10:54:33  megabajt
+- updated to 0.4.10
+- build without java on architectures where java-sun doesn't exist
+
 Revision 1.35  2007/02/13 07:16:47  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gnome-speech.spec?r1=1.35&r2=1.36&f=u



More information about the pld-cvs-commit mailing list