Author: qboosh Date: Sun Apr 16 22:11:15 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - typo, more deps, lib64 hacks
---- Files affected: SPECS: ogre.spec (1.10 -> 1.11) ---- Diffs: ================================================================ Index: SPECS/ogre.spec diff -u SPECS/ogre.spec:1.10 SPECS/ogre.spec:1.11 --- SPECS/ogre.spec:1.10 Sun Apr 16 01:54:00 2006 +++ SPECS/ogre.spec Mon Apr 17 00:11:09 2006 @@ -12,16 +12,25 @@ # Source0-md5: 23e17ef81f1d7e159c0ba626a27c7681 URL: http://www.ogre3d.org/ BuildRequires: DevIL-devel >= 1.6.7 -BuildRequires: autoconf +BuildRequires: XFree86-devel +BuildRequires: autoconf >= 2.50 BuildRequires: automake -BuildRequires: libtool +BuildRequires: cppunit-devel >= 1.10.0 +BuildRequires: freetype-devel >= 2.1.0 +BuildRequires: libtool >= 2:1.5 +BuildRequires: pkgconfig +BuildRequires: sed >= 4.0 +# X11R7: xorg-lib-libXt-devel xorg-lib-libXaw-devel xorg-lib-libXrandr-devel +BuildRequires: zlib-devel BuildRequires: zziplib-devel +# OpenEXR-devel (disabled by default) +# CEGUI >= 0.3.0 ??? BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Object-oriented Graphics Rendering Engine. -%description -l Pl +%description -l pl OGRE - zorientowany obiektowo silnik renderowania grafiki %package devel @@ -52,6 +61,11 @@ find -name CVS -print0 | xargs -0 rm -rf +sed -i -e 's,"-L/usr/X11R6/lib ,"-L/usr/X11R6/%{_lib} ,' acinclude.m4 +# X11R7 +#sed -i -e 's,"-L/usr/X11R6/lib ,",' acinclude.m4 +#sed -i -e 's,="-I/usr/X11R6/include",=,' acinclude.m4 + %build %{__libtoolize} %{__aclocal} @@ -106,6 +120,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.11 2006/04/16 22:11:09 qboosh +- typo, more deps, lib64 hacks + Revision 1.10 2006/04/15 23:54:00 glen - restore _rel macro ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/ogre.spec?r1=1.10&r2=1.11&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
