rpms/gnome-speech/devel gnome-speech.spec,1.42,1.43

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Wed Jul 25 01:37:11 UTC 2007


Author: mclasen

Update of /cvs/pkgs/rpms/gnome-speech/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29779

Modified Files:
	gnome-speech.spec 
Log Message:
build the espeak driver and put it in a subpackage



Index: gnome-speech.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-speech/devel/gnome-speech.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- gnome-speech.spec	9 Jul 2007 15:32:15 -0000	1.42
+++ gnome-speech.spec	25 Jul 2007 01:36:39 -0000	1.43
@@ -3,7 +3,7 @@
 Summary: GNOME Text to Speech
 Name: gnome-speech
 Version: 0.4.15
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPL
 Group: Desktop/Accessibility
 URL: http://www.gnome.org/
@@ -12,6 +12,7 @@
 BuildRequires: pkgconfig
 BuildRequires: autoconf, automake, gettext, libtool
 BuildRequires: libbonobo-devel
+BuildRequires: espeak-devel
 Patch1: gnome-speech-0.3.5-no-gnome-common.patch
 Requires: festival >= 1.96-0.11
 
@@ -28,16 +29,27 @@
 Requires:	pkgconfig
 
 %description devel
-The gnome-speech-devel package contiains files needed for developing
+The gnome-speech-devel package contains files needed for developing
 applications using GNOME Speech.
 
+
+%package espeak
+Summary:	gnome-speech driver for eSpeak
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+
+%description espeak
+The gnome-speech-espeak package contains a driver for using GNOME Speech
+with eSpeak.
+
+
 %prep
 %setup -q
 %patch1 -p1 -b .no-gnome-common
 
 %build
 autoreconf -f -i
-%configure --with-java-home=no --with-jab-dir=""
+%configure --with-java-home=no --with-jab-dir="" --with-espeak-dir=""
 make
 
 %install
@@ -57,11 +69,11 @@
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING NEWS README
-%{_bindir}/festival-synthesis-driver
 %{_bindir}/test-speech
-%{_libdir}/bonobo/servers/*
 %{_libdir}/lib*.so.*
 %{_libdir}/orbit-2.0/*.so
+%{_bindir}/festival-synthesis-driver
+%{_libdir}/bonobo/servers/GNOME_Speech_SynthesisDriver_Festival.server
 
 %files devel
 %defattr(-,root,root,-)
@@ -71,10 +83,18 @@
 %{_libdir}/pkgconfig/*pc
 %{_datadir}/idl/gnome-speech-1.0
 
+%files espeak
+%defattr(-,root,root,-)
+%{_bindir}/espeak-synthesis-driver
+%{_libdir}/bonobo/servers/GNOME_Speech_SynthesisDriver_Espeak.server
+
 
 %changelog
+* Tue Jul 24 2007 Matthias Clasen <mclasen at redhat.com> - 0.4.15-2
+- Build the espeak driver and put it in a subpackage
+
 * Mon Jul  9 2007 Matthias Clasen <mclasen at redhat.com> - 0.4.15-1
-- Updat to 0.4.15
+- Update to 0.4.15
 
 * Sun Jun 17 2007 Matthias Clasen <mclasen at redhat.com> - 0.4.14
 - Update to 0.4.14




More information about the scm-commits mailing list