Author: lisu Date: Mon Feb 14 13:06:19 2011 GMT Module: packages Tag: HEAD ---- Log message: - fix build with new tinyxml - BR: tinyxml-devel - rel 4
---- Files affected: packages/CEGUI: CEGUI.spec (1.46 -> 1.47) ---- Diffs: ================================================================ Index: packages/CEGUI/CEGUI.spec diff -u packages/CEGUI/CEGUI.spec:1.46 packages/CEGUI/CEGUI.spec:1.47 --- packages/CEGUI/CEGUI.spec:1.46 Mon Feb 14 13:34:06 2011 +++ packages/CEGUI/CEGUI.spec Mon Feb 14 14:06:14 2011 @@ -1,7 +1,7 @@ # $Revision$, $Date$ # TODO: -# - external tinyxml # - external tolua++ +# - separete packages for plugins # # Conditional build: %bcond_without xercesc # build XercesParser @@ -13,13 +13,14 @@ Summary(pl.UTF-8): CEGUI - wolnodostępna biblioteka zapewniającą okienka i widgety Name: CEGUI Version: 0.7.5 -Release: 3 +Release: 4 License: LGPL v2.1+ (with MIT parts) Group: Libraries Source0: http://downloads.sourceforge.net/crayzedsgui/%{name}-%{version}.tar.gz # Source0-md5: 38c79d1fdfaaa10f481c99a2ac479516 Source1: http://downloads.sourceforge.net/crayzedsgui/%{name}-DOCS-%{version}.tar.gz # Source1-md5: cdf59df7503f752a70eea4081eaac6ef +Patch0: %{name}-new-tinyxml.patch URL: http://www.cegui.org.uk/ BuildRequires: DevIL-devel BuildRequires: DirectFB-devel @@ -47,6 +48,7 @@ %endif BuildRequires: pcre-devel >= 5.0 BuildRequires: pkgconfig +BuildRequires: tinyxml-devel # for irrlicht renderer BuildRequires: xorg-lib-libXxf86vm-devel %if %{with xercesc} @@ -126,6 +128,7 @@ %prep %setup -q -a 1 +%patch0 -p1 %build %{__libtoolize} @@ -233,6 +236,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.47 2011/02/14 13:06:14 lisu +- fix build with new tinyxml +- BR: tinyxml-devel +- rel 4 + Revision 1.46 2011/02/14 12:34:06 lisu - rel 3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/CEGUI/CEGUI.spec?r1=1.46&r2=1.47&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
