Clean up the SPEC file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pulsectl?expand=0&rev=4
This commit is contained in:
parent
5cbd84d85f
commit
3a6c0ec326
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user