[speech-dispatcher] Drop libao and python2 bindings

Peter Robinson pbrobinson at fedoraproject.org
Wed Aug 7 07:31:40 UTC 2013


commit 33d4983e52f984db80775d1caf4a2793ba4bd0fb
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Wed Aug 7 08:31:22 2013 +0100

    Drop libao and python2 bindings

 speech-dispatcher.spec |   27 ++++++++-------------------
 1 files changed, 8 insertions(+), 19 deletions(-)
---
diff --git a/speech-dispatcher.spec b/speech-dispatcher.spec
index 16766d6..4e07404 100644
--- a/speech-dispatcher.spec
+++ b/speech-dispatcher.spec
@@ -1,6 +1,6 @@
 Name:          speech-dispatcher
 Version:       0.8
-Release:       2%{?dist}
+Release:       3%{?dist}
 Summary:       To provide a high-level device independent layer for speech synthesis
 Group:         System Environment/Libraries
 
@@ -22,8 +22,6 @@ Buildrequires: glib2-devel
 Buildrequires: libao-devel
 Buildrequires: libtool-ltdl-devel
 Buildrequires: pulseaudio-libs-devel
-BuildRequires: python2-devel
-BuildRequires: python-setuptools
 BuildRequires: python3-devel
 BuildRequires: python3-setuptools
 BuildRequires: texinfo
@@ -39,6 +37,8 @@ Requires(preun): systemd
 Requires(postun): systemd
 
 Requires: festival-freebsoft-utils
+Obsoletes: python-speechd
+Obsoletes: speech-dispatcher-python
 
 
 %description
@@ -78,17 +78,6 @@ BuildArch: noarch
 %description doc
 speechd documentation
 
-%package -n python-speechd
-Summary:        Python 2 Client API for speech-dispatcher
-License:        GPLv2+
-Group:          Development/Libraries
-Requires:       speech-dispatcher = %{version}-%{release}
-Obsoletes:      speech-dispatcher-python < 0.7.1-11
-Provides:       speech-dispatcher-python = %{version}-%{release}
-
-%description -n python-speechd
-Python 2 module for speech-dispatcher
-
 %package -n python3-speechd
 Summary:        Python 3 Client API for speech-dispatcher
 License:        GPLv2+
@@ -106,7 +95,7 @@ Python 3 module for speech-dispatcher
 %build
 %configure --disable-static --with-alsa --with-pulse --without-nas --with-flite --sysconfdir=%{_sysconfdir}
 
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 for dir in \
@@ -188,13 +177,13 @@ if [ $1 = 0 ]; then
  /sbin/install-info --delete %{_infodir}/ssip.info %{_infodir}/dir || :
 fi
 
-%files -n python-speechd
-%{python_sitearch}/speechd*
-
 %files -n python3-speechd
-# %{python3_sitearch}/speechd*
+%{python3_sitearch}/speechd*
 
 %changelog
+* Wed Aug  7 2013 Peter Robinson <pbrobinson at fedoraproject.org> 0.8-3
+- Drop libao and python2 bindings
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list