14
0
Tomáš Chvátal
2020-03-13 08:38:58 +00:00
committed by Git OBS Bridge
parent 056927abb6
commit 3d6505db99
2 changed files with 8 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 13 08:38:23 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Fix fdupes call
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 2 16:14:17 UTC 2019 - Todd R <toddrme2178@gmail.com> Mon Dec 2 16:14:17 UTC 2019 - Todd R <toddrme2178@gmail.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-sounddevice # spec file for package python-sounddevice
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -22,8 +22,7 @@ Version: 0.3.14
Release: 0 Release: 0
Summary: Module to play and record sound with Python Summary: Module to play and record sound with Python
License: MIT License: MIT
Group: Development/Languages/Python URL: https://python-sounddevice.readthedocs.io/
Url: http://python-sounddevice.readthedocs.io/
Source: https://files.pythonhosted.org/packages/source/s/sounddevice/sounddevice-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/s/sounddevice/sounddevice-%{version}.tar.gz
BuildRequires: %{python_module cffi >= 1.0} BuildRequires: %{python_module cffi >= 1.0}
BuildRequires: %{python_module numpy} BuildRequires: %{python_module numpy}
@@ -35,14 +34,12 @@ Requires: portaudio
Requires: python-cffi >= 1.0 Requires: python-cffi >= 1.0
Recommends: python-numpy Recommends: python-numpy
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages
%description %description
This Python module provides bindings for the PortAudio library and a few This Python module provides bindings for the PortAudio library and a few
convenience functions to play and record NumPy arrays containing audio signals. convenience functions to play and record NumPy arrays containing audio signals.
%prep %prep
%setup -q -n sounddevice-%{version} %setup -q -n sounddevice-%{version}
@@ -52,7 +49,7 @@ chmod 644 examples/*
%install %install
%python_install %python_install
%python_expand fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files} %files %{python_files}
%doc NEWS.rst README.rst examples %doc NEWS.rst README.rst examples