Update package to version 3.1.7
This commit is contained in:
parent
5ff46bf5c9
commit
06b9ff5c5d
Binary file not shown.
BIN
PyOpenGL-3.1.7.tar.gz
Normal file
BIN
PyOpenGL-3.1.7.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-PyOpenGL
|
Name: python-PyOpenGL
|
||||||
Version: 3.1.6
|
Version: 3.1.7
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Standard OpenGL bindings for Python
|
Summary: Standard OpenGL bindings for Python
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://pyopengl.sourceforge.net
|
URL: http://pyopengl.sourceforge.net
|
||||||
Source0: https://files.pythonhosted.org/packages/5b/01/f8fd986bc7f456f1a925ee0239f0391838ade92cdb6e5b674ffb8b86cfd6/PyOpenGL-3.1.6.tar.gz
|
Source0: https://files.pythonhosted.org/packages/72/b6/970868d44b619292f1f54501923c69c9bd0ab1d2d44cf02590eac2706f4f/PyOpenGL-3.1.7.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -13,7 +13,7 @@ PyOpenGL is the most common cross platform Python binding to OpenGL and related
|
|||||||
|
|
||||||
%package -n python3-PyOpenGL
|
%package -n python3-PyOpenGL
|
||||||
Summary: Standard OpenGL bindings for Python
|
Summary: Standard OpenGL bindings for Python
|
||||||
Provides: python-PyOpenGL
|
Provides: python-PyOpenGL = %{version}-%{release}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
%description -n python3-PyOpenGL
|
%description -n python3-PyOpenGL
|
||||||
@ -63,11 +63,15 @@ mv %{buildroot}/doclist.lst .
|
|||||||
|
|
||||||
%files -n python3-PyOpenGL -f filelist.lst
|
%files -n python3-PyOpenGL -f filelist.lst
|
||||||
%dir %{python3_sitelib}/*
|
%dir %{python3_sitelib}/*
|
||||||
|
%dir %{python3_sitelib}/OpenGL/*
|
||||||
|
|
||||||
%files help -f doclist.lst
|
%files help -f doclist.lst
|
||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 19 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 3.1.7-1
|
||||||
|
- Update package to version 3.1.7
|
||||||
|
|
||||||
* Thu Oct 27 2022 liqiuyu <liqiuyu@kylinos.cn> - 3.1.6-1
|
* Thu Oct 27 2022 liqiuyu <liqiuyu@kylinos.cn> - 3.1.6-1
|
||||||
- Upgrade package to version 3.1.6
|
- Upgrade package to version 3.1.6
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user