15
0

- Update to 0.7.7a1:

* no upstream changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyOpenAL?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal
2019-03-14 14:45:26 +00:00
committed by Git OBS Bridge
parent d0ca42d9e2
commit 2e810e84d6
4 changed files with 12 additions and 6 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-PyOpenAL
Version: 0.7.6a1
Version: 0.7.7a1
Release: 0
Summary: Python bindings for OpenAL
License: SUSE-Public-Domain
@@ -26,6 +26,7 @@ Group: Development/Languages/Python
URL: https://github.com/Zuzu-Typ/PyOpenAL
Source: https://files.pythonhosted.org/packages/source/P/PyOpenAL/PyOpenAL-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: dos2unix
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-numpy
@@ -46,8 +47,7 @@ installed, OGG Vorbis, OGG Opus and FLAC files.
%prep
%setup -q -n PyOpenAL-%{version}
# wrong-file-end-of-line-encoding
sed -i 's/\r$//' README.md
dos2unix README.md
%build
%python_build