update to 3.1.9 [release 3.1.9-1mamba;Thu Apr 10 2025]
This commit is contained in:
parent
70a7ff86c4
commit
e534395288
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <silvan.calarco@mambasoft.it> 3.1.9-1mamba
|
||||
- update to 3.1.9
|
||||
|
||||
* Thu Jan 18 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 3.1.7-2mamba
|
||||
- rebuilt with python3 = 3.11
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user