diff --git a/python-opengl.spec b/python-opengl.spec index 661187e..0e6b226 100644 --- a/python-opengl.spec +++ b/python-opengl.spec @@ -1,15 +1,16 @@ %define pkgname OpenGL Name: python-opengl -Version: 3.1.7 -Release: 2mamba +Version: 3.1.9 +Release: 1mamba Summary: Standard OpenGL bindings for Python Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://pyopengl.sourceforge.net/ -Source: https://pypi.debian.net/PyOpenGL/PyOpenGL-%{version}.tar.gz +Source: https://pypi.debian.net/PyOpenGL/pyopengl-%{version}.tar.gz License: BSD +BuildArch: noarch ## AUTOBUILDREQ-BEGIN BuildRequires: libpython311-devel ## AUTOBUILDREQ-END @@ -24,7 +25,7 @@ Obsoletes: python-opengl-py310 < 3.1.7-2mamba %endif %prep -%setup -q -n PyOpenGL-%{version} +%setup -q -n pyopengl-%{version} %build CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel @@ -42,12 +43,15 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %files %{?pyappend} %defattr(-,root,root) -%dir %{python_sitelib}/Py%{pkgname}-%{version}.dist-info -%{python_sitelib}/Py%{pkgname}-%{version}.dist-info/* +%dir %{python_sitelib}/pyopengl-%{version}.dist-info +%{python_sitelib}/pyopengl-%{version}.dist-info/* %dir %{python_sitelib}/%{pkgname} %{python_sitelib}/%{pkgname}/* %changelog +* Thu Apr 10 2025 Silvan Calarco 3.1.9-1mamba +- update to 3.1.9 + * Thu Jan 18 2024 Silvan Calarco 3.1.7-2mamba - rebuilt with python3 = 3.11