diff --git a/python-sounddevice.changes b/python-sounddevice.changes index 612a36f..cd752de 100644 --- a/python-sounddevice.changes +++ b/python-sounddevice.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 13 08:38:23 UTC 2020 - Tomáš Chvátal + +- Fix fdupes call + ------------------------------------------------------------------- Mon Dec 2 16:14:17 UTC 2019 - Todd R diff --git a/python-sounddevice.spec b/python-sounddevice.spec index 252e05c..05e599f 100644 --- a/python-sounddevice.spec +++ b/python-sounddevice.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -22,8 +22,7 @@ Version: 0.3.14 Release: 0 Summary: Module to play and record sound with Python License: MIT -Group: Development/Languages/Python -Url: http://python-sounddevice.readthedocs.io/ +URL: https://python-sounddevice.readthedocs.io/ Source: https://files.pythonhosted.org/packages/source/s/sounddevice/sounddevice-%{version}.tar.gz BuildRequires: %{python_module cffi >= 1.0} BuildRequires: %{python_module numpy} @@ -35,14 +34,12 @@ Requires: portaudio Requires: python-cffi >= 1.0 Recommends: python-numpy BuildArch: noarch - %python_subpackages %description This Python module provides bindings for the PortAudio library and a few convenience functions to play and record NumPy arrays containing audio signals. - %prep %setup -q -n sounddevice-%{version} @@ -52,7 +49,7 @@ chmod 644 examples/* %install %python_install -%python_expand fdupes %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %doc NEWS.rst README.rst examples