rpms/stardict/devel stardict.spec,1.66,1.67

cchance cchance at fedoraproject.org
Thu Dec 17 06:27:29 UTC 2009


Author: cchance

Update of /cvs/pkgs/rpms/stardict/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7392

Modified Files:
	stardict.spec 
Log Message:
* Thu Dec 17 2009 Caius 'kaio' Chance <k at kaio.me> - 3.0.1-19
- Resolves: rhbz#475904: Disabled espeak for instance as espeak has problems when it is built with pulseaudio.




Index: stardict.spec
===================================================================
RCS file: /cvs/pkgs/rpms/stardict/devel/stardict.spec,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -p -r1.66 -r1.67
--- stardict.spec	27 Jul 2009 04:49:25 -0000	1.66
+++ stardict.spec	17 Dec 2009 06:27:29 -0000	1.67
@@ -4,7 +4,7 @@
 Name:		%{name}
 Summary: 	A powerful dictionary platform written in GTK+2
 Version:	%{version}
-Release:	18%{?dist}
+Release:	19%{?dist}
 Group: 		Applications/System
 License: 	GPLv3
 URL: 		http://stardict.sourceforge.net
@@ -26,8 +26,8 @@ Requires(post): GConf2, scrollkeeper
 Requires(postun): scrollkeeper
 
 BuildRequires: autoconf, automake, libtool
-BuildRequires: desktop-file-utils, enchant-devel, espeak-devel, gettext, gucharmap-devel >= 2.22.1, intltool, libgnomeui-devel >= 2.2.0, libsigc++20-devel, libtool, perl-XML-Parser, scrollkeeper
-#BuildRequires: festival-devel, speech-tools-devel
+BuildRequires: desktop-file-utils, enchant-devel, gettext, gucharmap-devel >= 2.22.1, intltool, libgnomeui-devel >= 2.2.0, libsigc++20-devel, libtool, perl-XML-Parser, scrollkeeper
+#BuildRequires: festival-devel, speech-tools-devel, espeak-devel
 
 %description
 StarDict is a Cross-Platform and international dictionary written in Gtk2.
@@ -53,7 +53,7 @@ find src/sigc++* -name \*.h -or -name \*
 %{__aclocal}
 %{__autoconf}
 %{__libtoolize}
-%configure --disable-schemas-install --disable-festival
+%configure --disable-schemas-install --disable-festival --disable-espeak
 make -k %{_smp_mflags}
 
 %install
@@ -107,6 +107,9 @@ if which scrollkeeper-update>/dev/null 2
 if which scrollkeeper-update>/dev/null 2>&1; then scrollkeeper-update; fi
 
 %changelog
+* Thu Dec 17 2009 Caius 'kaio' Chance <k at kaio.me> - 3.0.1-19
+- Resolves: rhbz#475904: Disabled espeak for instance as espeak has problems when it is built with pulseaudio.
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0.1-18
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the scm-commits mailing list