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