python-alsa/python-alsa.spec

50 lines
1.2 KiB
RPMSpec
Raw Permalink Normal View History

2020-03-02 16:54:33 +08:00
Name: python-alsa
2023-04-03 16:14:01 +08:00
Version: 1.2.7
Release: 1
2020-03-02 16:54:33 +08:00
Summary: Python binding for the ALSA library
License: LGPLv2+
URL: http://www.alsa-project.org/
2023-04-03 16:14:01 +08:00
Source0: http://www.alsa-project.org/files/pub/pyalsa/pyalsa-%{version}.tar.bz2
2020-03-02 16:54:33 +08:00
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
2021-09-16 11:02:56 +08:00
%{?python_provide:%python_provide python3-alsa}
2020-03-02 16:54:33 +08:00
%description -n python3-alsa
Python3 bindings for the ALSA library.
%prep
%autosetup -n pyalsa-%{version} -p1
2020-03-02 16:54:33 +08:00
%build
%py3_build
%install
%py3_install
%files -n python3-alsa
%{python3_sitearch}/*
%changelog
2023-04-03 16:14:01 +08:00
* Mon Apr 03 2023 yaoxin <yaoxin30@h-partners.com> - 1.2.7-1
- Update to 1.2.7
* Mon Jun 27 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 1.1.6-4
- Fix PyTuple_SET_ITEM() usage no return value
2021-09-16 11:02:56 +08:00
* Thu Sep 16 2021 caodongxia <caodongxia@huawei.com> - 1.1.6-3
- Remove redundant provides python-webob
2020-10-30 10:18:42 +08:00
* Fri Oct 30 2020 xinghe <xinghe1@huawei.com> - 1.1.6-2
- remove python2 dependency
2020-03-02 16:54:33 +08:00
* Thu Feb 27 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.1.6-1
- Package init