SPECS: CEGUI.spec - added link patch - -devel deps (for CEGUIBase ...

qboosh qboosh at pld-linux.org
Sun May 27 20:01:11 CEST 2007


Author: qboosh                       Date: Sun May 27 18:01:11 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added link patch
- -devel deps (for CEGUIBase only)
- some BRs, more to do

---- Files affected:
SPECS:
   CEGUI.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/CEGUI.spec
diff -u SPECS/CEGUI.spec:1.3 SPECS/CEGUI.spec:1.4
--- SPECS/CEGUI.spec:1.3	Sat May 26 12:06:16 2007
+++ SPECS/CEGUI.spec	Sun May 27 20:01:06 2007
@@ -1,6 +1,11 @@
 # $Revision$, $Date$
 # TODO:
 # - gcc33 patch only for AC-branch
+# - ogre-renderer (BR: CEGUI-OGRE >= 1.0.0 through pkgconfig)
+# - irrlicht-renderer (BR: irrlicht-devel, xorg-lib-libXxf86vm-devel)
+# - corona (BR: corona >= 1.2.0 through corona-config script)
+# - devil (BR: DevIL-devel)
+# - silly (BR: SILLY >= 0.1.0 through pkgconfig)
 #
 Summary:	CEGUI - a free library providing windowing and widgets
 Summary(pl.UTF-8):	CEGUI - wolnodostępna biblioteka zapewniającą okienka i widgety
@@ -14,16 +19,22 @@
 Source1:	http://dl.sourceforge.net/crayzedsgui/%{name}-DOCS-%{version}.tar.gz
 # Source1-md5:	e268b5812f146ee1ff9ba4c07ff501b7
 Patch0:         %{name}-gcc33.patch
+Patch1:		%{name}-link.patch
 URL:		http://www.cegui.org.uk/
 BuildRequires:	FreeImage-devel
 BuildRequires:	OpenGL-GLU-devel
-BuildRequires:	autoconf
+BuildRequires:	OpenGL-glut-devel
+BuildRequires:	autoconf >= 2.59
 BuildRequires:	automake
-BuildRequires:	freetype-devel >= 0.15.0
+BuildRequires:	expat-devel
+BuildRequires:	freetype-devel >= 2.0
 BuildRequires:	libstdc++-devel
-BuildRequires:	libtool
-BuildRequires:	pcre-devel
+BuildRequires:	libtool >= 2:1.5
+BuildRequires:	libxml2-devel >= 1:2.6
+BuildRequires:	lua50-devel >= 5.0
+BuildRequires:	pcre-devel >= 5.0
 BuildRequires:	pkgconfig
+BuildRequires:	xerces-c-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -47,6 +58,9 @@
 Summary(pl.UTF-8):	Pliki programistyczne dla CEGUI
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
+Requires:	freetype-devel >= 2.0
+Requires:	libstdc++-devel
+Requires:	pcre-devel >= 5.0
 
 %description devel
 CEGUI headers and documentation.
@@ -57,6 +71,7 @@
 %prep
 %setup -q -b 1
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
@@ -64,7 +79,9 @@
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure
+%configure \
+	--with-default-image-codec=FreeImageImageCodec \
+	--with-default-parser=LibxmlParser
 
 %{__make}
 
@@ -83,15 +100,16 @@
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README
-%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%attr(755,root,root) %{_libdir}/libCEGUI*.so.*.*.*
 
 %files devel
 %defattr(644,root,root,755)
 %doc documentation
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
+%attr(755,root,root) %{_libdir}/libCEGUI*.so
+%{_libdir}/libCEGUI*.la
 %{_includedir}/%{name}
-%{_pkgconfigdir}/*
+%{_pkgconfigdir}/CEGUI.pc
+%{_pkgconfigdir}/CEGUI-OPENGL.pc
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -99,6 +117,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2007/05/27 18:01:06  qboosh
+- added link patch
+- -devel deps (for CEGUIBase only)
+- some BRs, more to do
+
 Revision 1.3  2007/05/26 10:06:16  arvenil
 - BR: libstdc++-devel
 - BR: freetype-devel >= 0.15.0
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/CEGUI.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list