Matej Cepl 2018-12-04 17:18:55 +00:00 committed by Git OBS Bridge
parent 5cbd84d85f
commit 3a6c0ec326

View File

@ -24,20 +24,19 @@ Release: 0
Summary: Python high-level interface and ctypes-based bindings for PulseAudio (libpulse)
License: MIT
Group: Development/Languages/Python
Url: http://github.com/mk-fg/python-pulse-control
URL: http://github.com/mk-fg/python-pulse-control
Source: https://files.pythonhosted.org/packages/source/p/pulsectl/pulsectl-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: pulseaudio >= 5.0
Requires: python-setuptools
BuildArch: noarch
%if %{with test}
BuildRequires: libpulse-devel >= 5.0
BuildRequires: pulseaudio
BuildRequires: pulseaudio-utils
%endif
BuildRequires: fdupes
Requires: pulseaudio >= 5.0
Requires: python-setuptools
BuildArch: noarch
%python_subpackages
%description
@ -62,8 +61,8 @@ play, player-like client).
%endif
%files %{python_files}
%defattr(-,root,root,-)
%doc CHANGES.rst COPYING README.rst
%license COPYING
%doc CHANGES.rst README.rst
%{python_sitelib}/*
%changelog