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:
committed by
Git OBS Bridge
parent
231062fe71
commit
89ac861f6b
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f7280060ceecbfd2386b7e24aa34cfbcbd0307195fd12bf9f086f369540fd166
|
||||
size 16885
|
||||
3
python-espeak-0.5.tar.gz
Normal file
3
python-espeak-0.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bf471ecd7b1a08a32b1b01e8f2453f817bebbeeb45734d566378dc20a90295bb
|
||||
size 17227
|
||||
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 25 02:24:58 UTC 2014 - os-dev@jacraig.com
|
||||
|
||||
- Update to 0.5:
|
||||
* Added support for Python 3.
|
||||
* Minor fixes (eg. compiler warnings).
|
||||
- Added CFLAGS to build step since it compiles a C++ file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 6 11:52:11 UTC 2012 - cfarrell@suse.com
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user