python-alsa/python-alsa.spec
2020-10-30 10:18:42 +08:00

41 lines
869 B
RPMSpec

Name: python-alsa
Version: 1.1.6
Release: 2
Summary: Python binding for the ALSA library
License: LGPLv2+
URL: http://www.alsa-project.org/
Source0: ftp://ftp.alsa-project.org/pub/pyalsa/pyalsa-%{version}.tar.bz2
BuildRequires: alsa-lib-devel >= %{version} gcc
%description
Python bindings for the ALSA library.
%package -n python3-alsa
Summary: Python3 binding for the ALSA library
BuildRequires: python3-devel
Requires: python3
%{?python_provide:%python_provide python3-webob}
%description -n python3-alsa
Python3 bindings for the ALSA library.
%prep
%autosetup -n pyalsa-%{version}
%build
%py3_build
%install
%py3_install
%files -n python3-alsa
%{python3_sitearch}/*
%changelog
* Fri Oct 30 2020 xinghe <xinghe1@huawei.com> - 1.1.6-2
- remove python2 dependency
* Thu Feb 27 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.1.6-1
- Package init