forked from pool/python-PyAudio
- Update to 0.2.8
* bug fixes related to the Python GIL and device name encoding. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyAudio?expand=0&rev=4
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-PyAudio
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-PyAudio
|
||||
Version: 0.2.7
|
||||
Version: 0.2.8
|
||||
Release: 0
|
||||
Summary: Python Bindings for PortAudio v19
|
||||
License: MIT
|
||||
@@ -40,7 +40,7 @@ Summary: Documentation for %{name}
|
||||
Group: Development/Libraries/Python
|
||||
|
||||
%description docs
|
||||
Documentation for python-PyAudio
|
||||
Documentation and help files for %{name}
|
||||
|
||||
%prep
|
||||
%setup -q -n PyAudio-%{version}
|
||||
@@ -52,13 +52,15 @@ python setup.py build
|
||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
|
||||
%fdupes -s %{buildroot}/%{_prefix}
|
||||
rm -r docs/.doctrees
|
||||
rm -r docs/.buildinfo
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc CHANGELOG README
|
||||
%{python_sitearch}/*egg-info
|
||||
%{python_sitearch}/_portaudio.so
|
||||
%{python_sitearch}/pyaudio.py*
|
||||
%{python_sitearch}/PyAudio-%{version}-py*.egg-info
|
||||
|
||||
%files docs
|
||||
%defattr(-,root,root)
|
||||
|
Reference in New Issue
Block a user