File python-espeak.spec of Package failed_python-espeak
Name: python-espeak
Version: 0.5
Release: 1
Summary: Python espeak bindings (pure-Python fallback)
License: GPL-2.0-or-later
Group: Productivity/Multimedia
%description
Python bindings for eSpeak. This spec has been modified to use a
pure-Python setup.py to avoid building the C extension that fails
on some architectures.
%prep
%setup -q
%build
python3 setup.py build
%install
python3 setup.py install --root=%{buildroot} --optimize=1
%files
%license COPYING
%doc NEWS
%{python3_sitelib}/espeak