[packages/CEGUI] - added python-CEGUI-Renderer-Ogre package
qboosh
qboosh at pld-linux.org
Fri Aug 3 20:07:48 CEST 2012
commit e66d35234f433ceb3d5b018623594358539a48a6
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Aug 3 20:08:06 2012 +0200
- added python-CEGUI-Renderer-Ogre package
CEGUI.spec | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
---
diff --git a/CEGUI.spec b/CEGUI.spec
index 69b8a7b..9bbd9bb 100644
--- a/CEGUI.spec
+++ b/CEGUI.spec
@@ -301,6 +301,19 @@ Python binding for CEGUI.
%description -n python-CEGUI -l pl.UTF-8
Wiązania Pythona do CEGUI.
+%package -n python-CEGUI-Renderer-Ogre
+Summary: Python binding for CEGUI OgreRenderer library
+Summary(pl.UTF-8): Wiązania Pythona do biblioteki CEGUI OgreRenderer
+Group: Libraries/Python
+Requires: %{name}-Renderer-Ogre = %{version}-%{release}
+Requires: python-CEGUI = %{version}-%{release}
+
+%description -n python-CEGUI-Renderer-Ogre
+Python binding for CEGUI OgreRenderer library.
+
+%description -n python-CEGUI-Renderer-Ogre -l pl.UTF-8
+Wiązania Pythona do biblioteki CEGUI OgreRenderer.
+
%package -n python-CEGUI-Renderer-OpenGL
Summary: Python binding for CEGUI OpenGLRenderer library
Summary(pl.UTF-8): Wiązania Pythona do biblioteki CEGUI OpenGLRenderer
@@ -503,6 +516,14 @@ rm -rf $RPM_BUILD_ROOT
%defattr(644,root,root,755)
%attr(755,root,root) %{py_sitedir}/PyCEGUI.so
+%if %{with ogre}
+%files -n python-CEGUI-Renderer-Ogre
+%defattr(644,root,root,755)
+%attr(755,root,root) %{py_sitedir}/PyCEGUIOgreRenderer.so
+%endif
+
+%if %{with opengl}
%files -n python-CEGUI-Renderer-OpenGL
%defattr(644,root,root,755)
%attr(755,root,root) %{py_sitedir}/PyCEGUIOpenGLRenderer.so
+%endif
More information about the pld-cvs-commit
mailing list