packages: CEGUI/CEGUI.spec - leave devel files in -devel subpackage and mak...

lisu lisu at pld-linux.org
Wed May 12 14:06:22 CEST 2010


Author: lisu                         Date: Wed May 12 12:06:22 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- leave devel files in -devel subpackage and make -devel requires -OGRE and -OPENGL

---- Files affected:
packages/CEGUI:
   CEGUI.spec (1.30 -> 1.31) 

---- Diffs:

================================================================
Index: packages/CEGUI/CEGUI.spec
diff -u packages/CEGUI/CEGUI.spec:1.30 packages/CEGUI/CEGUI.spec:1.31
--- packages/CEGUI/CEGUI.spec:1.30	Wed May 12 13:51:10 2010
+++ packages/CEGUI/CEGUI.spec	Wed May 12 14:06:16 2010
@@ -76,6 +76,8 @@
 Summary(pl.UTF-8):	Pliki programistyczne dla CEGUI
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
+Requires:	CEGUI-OGRE
+Requires:	CEGUI-OPENGL
 Requires:	freetype-devel >= 2.0
 Requires:	libstdc++-devel
 Requires:	pcre-devel >= 5.0
@@ -196,7 +198,11 @@
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libCEGUIBase.so
+%attr(755,root,root) %{_libdir}/libCEGUIOgreRenderer.so
+%attr(755,root,root) %{_libdir}/libCEGUIOpenGLRenderer.so
 %{_libdir}/libCEGUIBase.la
+%{_libdir}/libCEGUIOgreRenderer.la
+%{_libdir}/libCEGUIOpenGLRenderer.la
 # plugins - but as their headers are included...
 %{_libdir}/libCEGUICoronaImageCodec.la
 %{_libdir}/libCEGUIDevILImageCodec.la
@@ -220,16 +226,12 @@
 %files OPENGL
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libCEGUIOpenGLRenderer-%{version}.so
-%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
 
 
@@ -239,6 +241,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.31  2010/05/12 12:06:16  lisu
+- leave devel files in -devel subpackage and make -devel requires -OGRE and -OPENGL
+
 Revision 1.30  2010/05/12 11:51:10  lisu
 - subpackage for OgreRenderer
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/CEGUI/CEGUI.spec?r1=1.30&r2=1.31&f=u



More information about the pld-cvs-commit mailing list