Compare commits
10 Commits
188d1bca68
...
6a8ea3172b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6a8ea3172b | ||
|
|
02b9516e33 | ||
|
|
5ca39b04f6 | ||
|
|
3d380ebf1b | ||
|
|
cd9a7b3522 | ||
|
|
1b53c95423 | ||
|
|
b9e450f89a | ||
|
|
e81216e101 | ||
|
|
1cdb60edb7 | ||
|
|
f440891769 |
Binary file not shown.
BIN
pyalsa-1.2.7.tar.bz2
Normal file
BIN
pyalsa-1.2.7.tar.bz2
Normal file
Binary file not shown.
@ -1,50 +1,49 @@
|
|||||||
Name: python-alsa
|
Name: python-alsa
|
||||||
Version: 1.1.6
|
Version: 1.2.7
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Python binding for the ALSA library
|
Summary: Python binding for the ALSA library
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.alsa-project.org/
|
URL: http://www.alsa-project.org/
|
||||||
Source0: ftp://ftp.alsa-project.org/pub/pyalsa/pyalsa-%{version}.tar.bz2
|
Source0: http://www.alsa-project.org/files/pub/pyalsa/pyalsa-%{version}.tar.bz2
|
||||||
|
|
||||||
BuildRequires: alsa-lib-devel >= %{version} gcc
|
BuildRequires: alsa-lib-devel >= %{version} gcc
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Python bindings for the ALSA library.
|
Python bindings for the ALSA library.
|
||||||
|
|
||||||
%package -n python2-alsa
|
|
||||||
Summary: Python2 binding for the ALSA library
|
|
||||||
BuildRequires: python2-devel
|
|
||||||
Requires: python2
|
|
||||||
|
|
||||||
%description -n python2-alsa
|
|
||||||
Python2 bindings for the ALSA library.
|
|
||||||
|
|
||||||
%package -n python3-alsa
|
%package -n python3-alsa
|
||||||
Summary: Python3 binding for the ALSA library
|
Summary: Python3 binding for the ALSA library
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
Requires: python3
|
Requires: python3
|
||||||
%{?python_provide:%python_provide python3-webob}
|
%{?python_provide:%python_provide python3-alsa}
|
||||||
|
|
||||||
%description -n python3-alsa
|
%description -n python3-alsa
|
||||||
Python3 bindings for the ALSA library.
|
Python3 bindings for the ALSA library.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n pyalsa-%{version}
|
%autosetup -n pyalsa-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py2_build
|
|
||||||
%py3_build
|
%py3_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%py2_install
|
|
||||||
%py3_install
|
%py3_install
|
||||||
|
|
||||||
%files -n python2-alsa
|
|
||||||
%{python2_sitearch}/*
|
|
||||||
|
|
||||||
%files -n python3-alsa
|
%files -n python3-alsa
|
||||||
%{python3_sitearch}/*
|
%{python3_sitearch}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* Thu Sep 16 2021 caodongxia <caodongxia@huawei.com> - 1.1.6-3
|
||||||
|
- Remove redundant provides python-webob
|
||||||
|
|
||||||
|
* 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
|
* Thu Feb 27 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.1.6-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
version-ctrl: github
|
version_control: github
|
||||||
src_repo: alsa-project/alsa-python
|
src_repo: alsa-project/alsa-python
|
||||||
tag_prefix: ^v
|
tag_prefix: ^v
|
||||||
seperator: .
|
seperator: .
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user