rpms/PyOpenGL/devel PyOpenGL.spec,1.11,1.12

Nikolay Vladimirov turki at fedoraproject.org
Fri Jan 2 00:08:31 UTC 2009


Author: turki

Update of /cvs/pkgs/rpms/PyOpenGL/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5031

Modified Files:
	PyOpenGL.spec 
Log Message:
More packaging fixes for b8


Index: PyOpenGL.spec
===================================================================
RCS file: /cvs/pkgs/rpms/PyOpenGL/devel/PyOpenGL.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- PyOpenGL.spec	1 Jan 2009 23:34:20 -0000	1.11
+++ PyOpenGL.spec	2 Jan 2009 00:08:00 -0000	1.12
@@ -59,11 +59,7 @@
 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/*
-# don't package the tests files
-rm -r $RPM_BUILD_ROOT%{python_sitelib}/OpenGL/tests
-# for %%doc
-rm documentation/pydoc/builddocs.py documentation/buildepydoc.py
+chmod -x $RPM_BUILD_ROOT%{python_sitelib}/%{name}-%{version}%{prever}-py?.?.egg-info
 
 
 %clean
@@ -72,7 +68,6 @@
 
 %files
 %defattr(-,root,root,-)
-%doc license.txt
 %{python_sitelib}/*OpenGL*
 %exclude %{python_sitelib}/OpenGL/Tk
 
@@ -82,8 +77,6 @@
 
 %files doc
 %defattr(-,root,root,-)
-%doc documentation/*
-
 
 %changelog
 * Fri Jan 2 2009 Nikolay Vladimirov <nikolay at vladimiroff.com> - 3.0.0-0.11.b8
@@ -91,6 +84,10 @@
 - performance, bug-fix and packaging release. 
 - Use macro for "python"
 - remove "--single-version-externally-managed" option for setup.py
+- *.egg-info is no longer a folder, it's a file now 
+- Tests are no longer installed by setup.py
+- Documentation is no longer distributed in "documentation" folder
+- license.txt is also no longer provided by upstream.
 
 * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 3.0.0-0.10.b6
 - Fix locations for Python 2.6




More information about the fedora-extras-commits mailing list