]> git.pld-linux.org Git - packages/CEGUI.git/commitdiff
- added python-CEGUI-Renderer-Ogre package
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 3 Aug 2012 18:08:06 +0000 (20:08 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 3 Aug 2012 18:08:06 +0000 (20:08 +0200)
CEGUI.spec

index 69b8a7b81812b8f3d54c3c34f7d198bd9a2a7084..9bbd9bbcdd70b3918f6388317679a912e2935016 100644 (file)
@@ -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
This page took 0.11892 seconds and 4 git commands to generate.