SPECS: speech-dispatcher.spec - pl, typos - Group changed to Applications/S...

qboosh qboosh at pld-linux.org
Tue Jun 17 19:54:26 CEST 2008


Author: qboosh                       Date: Tue Jun 17 17:54:26 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl, typos
- Group changed to Applications/Sound

---- Files affected:
SPECS:
   speech-dispatcher.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SPECS/speech-dispatcher.spec
diff -u SPECS/speech-dispatcher.spec:1.11 SPECS/speech-dispatcher.spec:1.12
--- SPECS/speech-dispatcher.spec:1.11	Fri Mar  7 23:28:04 2008
+++ SPECS/speech-dispatcher.spec	Tue Jun 17 19:54:21 2008
@@ -1,20 +1,21 @@
 # $Revision$, $Date$
+#
 # Conditional build:
-%bcond_with	ibmtts # with support comercial, proprietary IBM TTS synthesizer for Linux 
-%bcond_without	flite # with flite support
-%bcond_without	espeak # with espeak support
-%bcond_without	nas # with NAS support
-%bcond_without	alsa # with ALSA supprot
-%bcond_without	pulse # with pulse support
-%bcond_without	static_libs # don't build static libraries
+%bcond_with	ibmtts		# commercial, proprietary IBM TTS synthesizer support
+%bcond_without	flite		# flite support
+%bcond_without	espeak		# espeak support
+%bcond_without	nas		# NAS support
+%bcond_without	alsa		# ALSA supprot
+%bcond_without	pulse		# pulse support
+%bcond_without	static_libs	# don't build static libraries
 #
 Summary:	A device independent layer for speech synthesis
-#Summary(pl.UTF-8):	-
+Summary(pl.UTF-8):	Niezależna od urządzenia warstwa obsługująca syntezę mowy
 Name:		speech-dispatcher
 Version:	0.6.6
 Release:	1
 License:	GPL v2
-Group:		Applications
+Group:		Applications/Sound
 Source0:	http://www.freebsoft.org/pub/projects/speechd/%{name}-%{version}.tar.gz
 # Source0-md5:	bbd7ebc5b0f1b3ec4d89ad66b20d5cea
 Source1:	%{name}.init
@@ -27,13 +28,13 @@
 Buildrequires:	libatomic_ops
 BuildRequires:	libtool
 BuildRequires:	rpmbuild(macros) >= 1.228
-Requires(post,preun):	/sbin/chkconfig
+%{?with_alsa:Buildrequires:	alsa-lib-devel}
 %{?with_flite:Buildrequires:	flite-devel}
 %{?with_ibmtts:Buildrequires:	ibmtts-devel}
 %{?with_espeak:Buildrequires:	espeak-devel}
 %{?with_nas:Buildrequires:	nas-devel}
-%{?with_alsa:Buildrequires:	alsa-lib-devel}
 %{?with_pulse:Buildrequires:	pulseaudio-devel}
+Requires(post,preun):	/sbin/chkconfig
 Provides:	group(%{name})
 Provides:	user(%{name})
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -42,35 +43,37 @@
 Speech Dispatcher provides a device independent layer for speech
 synthesis.
 
-#description -l pl.UTF-8
+%description -l pl.UTF-8
+Speech Dispatcher zapewnia niezależną od urządzenia warstwę
+obsługującą syntezę mowy.
 
 %package devel
-Summary:	Header files for speed-dispatcher library
-Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki speed-dispatcher
+Summary:	Header files for speech-dispatcher library
+Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki speech-dispatcher
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
 
 %description devel
-Header files for speed-dispatcher library.
+Header files for speech-dispatcher library.
 
 %description devel -l pl.UTF-8
-Pliki nagłówkowe biblioteki speed-dispatcher.
+Pliki nagłówkowe biblioteki speech-dispatcher.
 
 %package static
-Summary:	Static speed-dispatcher library
-Summary(pl.UTF-8):	Statyczna biblioteka speed-dispatcher
+Summary:	Static speech-dispatcher library
+Summary(pl.UTF-8):	Statyczna biblioteka speech-dispatcher
 Group:		Development/Libraries
 Requires:	%{name}-devel = %{version}-%{release}
 
 %description static
-Static speed-dispatcher library.
+Static speech-dispatcher library.
 
 %description static -l pl.UTF-8
-Statyczna biblioteka speed-dispatcher.
+Statyczna biblioteka speech-dispatcher.
 
 %package -n python-%{name}
 Summary:	Python library for communication with Speech Dispatcher
-#Summary(pl_PL.UTF-8):
+Summary(pl_PL.UTF-8):	Biblioteka Pythona do komunikacji ze Speech Dispatcherem
 Group:		Libraries/Python
 %pyrequires_eq	python-modules
 
@@ -79,7 +82,10 @@
 synthesis. This package contains a Python library for communication
 with Speech Dispatcher.
 
-#description -n python-%{name} -l pl_PL.UTF-8
+%description -n python-%{name} -l pl_PL.UTF-8
+Speech Dispatcher zapewnia niezależną od urządzenia warstwę
+obsługującą syntezę mowy. Ten pakiet zawiera bibliotekę Pythona do
+komunikacji ze Speech Dispatcherem.
 
 %prep
 %setup -q
@@ -192,6 +198,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2008/06/17 17:54:21  qboosh
+- pl, typos
+- Group changed to Applications/Sound
+
 Revision 1.11  2008/03/07 22:28:04  twittner
 - changed uid & gid for 224 for speech-dispatcher user/group (223 is already used)
 
@@ -235,4 +245,3 @@
 - initial, NFY: doesn't build (fails during %install - python module),
   BRs, bconds and %files not checked (taken from template-lib.spec). Save
   work for now.
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/speech-dispatcher.spec?r1=1.11&r2=1.12&f=u



More information about the pld-cvs-commit mailing list