]> git.pld-linux.org Git - packages/CEGUI.git/commitdiff
- subpackage for OgreRenderer
authorlisu <lisu@pld-linux.org>
Wed, 12 May 2010 11:51:10 +0000 (11:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    CEGUI.spec -> 1.30

CEGUI.spec

index a8501e8260ad8661a653238bf30aa9e4256aa6d0..1da07df7157b3a78c2aefb1dbb4e13c5d6dd9053 100644 (file)
@@ -1,8 +1,6 @@
 # TODO:
 # - external tinyxml
 # - external tolua++
-# - ogre-renderer (BR: CEGUI-OGRE >= 1.0.0 through pkgconfig)
-# - maybe we should make subpackages? For example CEGUI-OPENGL (smc.spec)?
 #
 # Conditional build:
 %bcond_without xercesc         # build XercesParser
@@ -111,6 +109,18 @@ OpenGLRenderer library for CEGUI.
 %description OPENGL -l pl.UTF-8
 Biblioteka OpenGLRenderer dla CEGUI.
 
+%package OGRE
+Summary:       OgreRenderer library for CEGUI
+Summary(pl.UTF-8):     Biblioteka OgreRenderer dla CEGUI
+Group:         Libraries
+Requires:      %{name} = %{version}-%{release}
+
+%description OGRE
+OgreRenderer library for CEGUI.
+
+%description OGRE -l pl.UTF-8
+Biblioteka OgreRenderer dla CEGUI
+
 %prep
 %setup -q -a 1
 %patch0 -p1
@@ -203,6 +213,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/%{name}
 %{_pkgconfigdir}/CEGUI.pc
 %{_pkgconfigdir}/CEGUI-OPENGL.pc
+%{_pkgconfigdir}/CEGUI-OGRE.pc
 
 %if %{with opengl}
 %files OPENGL
@@ -211,3 +222,11 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/libCEGUIOpenGLRenderer.so
 %{_libdir}/libCEGUIOpenGLRenderer.la
 %endif
+
+%if %{with ogre}
+%files OGRE
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libCEGUIOgreRenderer-%{version}.so
+%attr(755,root,root) %{_libdir}/libCEGUIOgreRenderer.so
+%{_libdir}/libCEGUIOgreRenderer.la
+%endif
This page took 0.025069 seconds and 4 git commands to generate.