15
0
forked from pool/python-espeak

Accepting request 215089 from home:poorboywilly:branches:devel:languages:python

Update to 0.5

OBS-URL: https://build.opensuse.org/request/show/215089
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-espeak?expand=0&rev=5
This commit is contained in:
Denisart Benjamin
2014-01-25 10:42:41 +00:00
committed by Git OBS Bridge
parent 231062fe71
commit 89ac861f6b
4 changed files with 18 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-espeak
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 Malcolm J Lewis <malcolmlewis@opensuse.org>
#
# All modifications and additions to the file contributed by third parties
@@ -16,14 +16,15 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-espeak
Version: 0.4
Version: 0.5
Release: 0
License: GPL-3.0+
Summary: Python bindings for espeak
Url: https://launchpad.net/python-espeak
License: GPL-3.0+
Group: Development/Languages/Python
Source0: http://launchpad.net/python-espeak/trunk/0.4/+download/python-espeak-0.4.tar.gz
Url: https://launchpad.net/python-espeak
Source0: https://launchpad.net/python-espeak/trunk/0.5/+download/python-espeak-0.5.tar.gz
BuildRequires: espeak-devel
BuildRequires: fdupes
BuildRequires: gcc-c++
@@ -39,7 +40,7 @@ Simple to use yet complete Python bindings for the eSpeak speech synthesizer.
%setup -q
%build
python setup.py build
CFLAGS="%{optflags}" python setup.py build
%install
python setup.py install -O1 --skip-build --prefix=%{_prefix} --root=%{buildroot}