|
@@ -3,7 +3,7 @@
|
|
|
|
|
|
Name: PyOpenGL
|
|
Name: PyOpenGL
|
|
Version: 3.0.0
|
|
Version: 3.0.0
|
|
-Release: 2%{_dist_release}
|
|
+Release: 3%{_dist_release}
|
|
Summary: Python bindings for OpenGL
|
|
Summary: Python bindings for OpenGL
|
|
License: BSD
|
|
License: BSD
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
@@ -19,6 +19,9 @@ Requires: freeglut
|
|
# in some other repositories this is named python-opengl
|
|
# in some other repositories this is named python-opengl
|
|
Provides: python-opengl = %{version}-%{release}
|
|
Provides: python-opengl = %{version}-%{release}
|
|
Obsoletes: python-opengl < %{version}-%{release}
|
|
Obsoletes: python-opengl < %{version}-%{release}
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+
|
|
|
|
|
|
%description
|
|
%description
|
|
PyOpenGL is the cross platform Python binding to OpenGL and related APIs. It
|
|
PyOpenGL is the cross platform Python binding to OpenGL and related APIs. It
|
|
@@ -69,7 +72,7 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
%files
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%doc license.txt
|
|
+##doc license.txt
|
|
%{python_sitelib}/*OpenGL*
|
|
%{python_sitelib}/*OpenGL*
|
|
%exclude %{python_sitelib}/OpenGL/Tk
|
|
%exclude %{python_sitelib}/OpenGL/Tk
|
|
|
|
|
|
@@ -83,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Apr 16 2011 Shu KONNO <owa@bg.wakwak.com> 3.0.0-3
|
|
|
|
+- rebuilt with rpm-4.8.1-3
|
|
|
|
+
|
|
* Wed Feb 03 2010 Shu KONNO <owa@bg.wakwak.com> 3.0.0-2
|
|
* Wed Feb 03 2010 Shu KONNO <owa@bg.wakwak.com> 3.0.0-2
|
|
- rebuilt with python-2.6.4
|
|
- rebuilt with python-2.6.4
|
|
|
|
|