rpms/PyOpenGL/F-10 .cvsignore, 1.7, 1.8 PyOpenGL.spec, 1.8, 1.9 sources, 1.7, 1.8

Nikolay Vladimirov turki at fedoraproject.org
Tue Jun 9 20:21:55 UTC 2009


Author: turki

Update of /cvs/pkgs/rpms/PyOpenGL/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3741

Modified Files:
	.cvsignore PyOpenGL.spec sources 
Log Message:
Update to 3.0.0


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/PyOpenGL/F-10/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore	2 Jan 2009 01:25:22 -0000	1.7
+++ .cvsignore	9 Jun 2009 20:21:25 -0000	1.8
@@ -1 +1 @@
-PyOpenGL-3.0.0b8.tar.gz
+PyOpenGL-3.0.0.tar.gz


Index: PyOpenGL.spec
===================================================================
RCS file: /cvs/pkgs/rpms/PyOpenGL/F-10/PyOpenGL.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- PyOpenGL.spec	2 Jan 2009 01:25:22 -0000	1.8
+++ PyOpenGL.spec	9 Jun 2009 20:21:25 -0000	1.9
@@ -1,24 +1,21 @@
-%define prever b8
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           PyOpenGL
 Version:        3.0.0
-Release:        0.9.%{prever}%{?dist}
+Release:        1%{?dist}
 Summary:        Python bindings for OpenGL
 License:        BSD
 Group:          System Environment/Libraries
 URL:            http://pyopengl.sourceforge.net/
-Source0:        http://downloads.sourceforge.net/pyopengl/%{name}-%{version}%{prever}.tar.gz
-Source1:	license.txt
+Source0:        http://downloads.sourceforge.net/pyopengl/%{name}-%{version}.tar.gz
 Patch0:         PyOpenGL-3.0.0a6-shebang.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  python-devel python-setuptools-devel
 BuildArch:      noarch
-Requires:       python-numeric python-setuptools freeglut
+Requires:       numpy python-setuptools freeglut
 # in some other repositories this is named python-opengl
 Provides:       python-opengl = %{version}-%{release}
 Obsoletes:      python-opengl < %{version}-%{release}
-Obsoletes:	PyOpenGL-doc
 
 %description
 PyOpenGL is the cross platform Python binding to OpenGL and related APIs. It
@@ -39,9 +36,8 @@ Requires:       %{name} = %{version}-%{r
 %{name} Togl (Tk OpenGL widget) 1.6 support.
 
 %prep
-%setup -q -n %{name}-%{version}%{prever}
+%setup -q -n %{name}-%{version}
 %patch0 -p1 -z .shebang
-cp -p %{SOURCE1} .
 
 %build
 %{__python} setup.py build
@@ -51,7 +47,7 @@ cp -p %{SOURCE1} .
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root="$RPM_BUILD_ROOT" \
   --prefix="%{_prefix}"
-chmod -x $RPM_BUILD_ROOT%{python_sitelib}/%{name}-%{version}%{prever}-py?.?.egg-info
+chmod -x $RPM_BUILD_ROOT%{python_sitelib}/%{name}-%{version}-py?.?.egg-info
 
 
 %clean
@@ -60,7 +56,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc license.txt
 %{python_sitelib}/*OpenGL*
 %exclude %{python_sitelib}/OpenGL/Tk
 
@@ -69,7 +64,13 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/OpenGL/Tk
 
 %changelog
-* Fri Jan 2 2009 Nikolay Vladimirov <nikolay at vladimiroff.com> - 3.0.0-0.9.b8
+* Tue Jun 9 2009 Nikolay Vladimirov <nikolay at vladimiroff.com> - 3.0.0-1
+- Updated to 3.0 stable
+- Changed requires from python-numeric to numpy for BZ #504681
+- upstream removed full license text in license.txt
+- other minor spec fixes
+
+* Fri Jan 2 2009 Nikolay Vladimirov <nikolay at vladimiroff.com> - 3.0.0-0.11.b8
 - New upstream 3.0.0b8 (b7 was skipped by upstream)
 - performance, bug-fix and packaging release. 
 - Use macro for "python"


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/PyOpenGL/F-10/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	2 Jan 2009 01:25:22 -0000	1.7
+++ sources	9 Jun 2009 20:21:25 -0000	1.8
@@ -1 +1 @@
-1d9afbf0a403d916997937ef0dde2520  PyOpenGL-3.0.0b8.tar.gz
+ab0fd5f95b8aaaa6b3902c2350b5d5c0  PyOpenGL-3.0.0.tar.gz




More information about the fedora-extras-commits mailing list