Author: buchan
Date: Tue Feb  6 16:37:02 2007
New Revision: 116819

Modified:
   packages/cooker/grass/current/SPECS/grass.spec

Log:
Enable a few more features


Modified: packages/cooker/grass/current/SPECS/grass.spec
==============================================================================
--- packages/cooker/grass/current/SPECS/grass.spec      (original)
+++ packages/cooker/grass/current/SPECS/grass.spec      Tue Feb  6 16:37:02 2007
@@ -3,7 +3,7 @@
 %define cvs_d 05
 %define cvsver exp_%{cvs_y}_%{cvs_m}_%{cvs_d}
 %define version        6.2.1
-%define rel 2
+%define rel 3
 %define release %mkrel %rel
 #define release %{?_with_cvs:%mkrel -c %{cvs_y}%{cvs_m}%{cvs_d} 
%rel}%{!?_with_cvs:%mkrel %rel}
 %define grassfix 62
@@ -66,6 +66,10 @@
 BuildRequires: unixODBC-devel
 BuildRequires:  mysql-devel
 BuildRequires: termcap-devel
+BuildRequires: ffmpeg-devel
+BuildRequires: freetype-devel
+BuildRequires: python-devel
+BuildRequires: sqlite-devel
 %if %mdkversion >= 200700
 # deal with Xorg split
 BuildRequires: mesaglw-devel
@@ -107,12 +111,18 @@
 %else
        --with-opengl-libs=%{_prefix}/X11R6/%{_lib} \
        --with-motif-includes=%{_prefix}/X11R6/include \
-       --with-glw \
 %endif
        --with-gdal  \
        --with-mysql --with-mysql-includes=%{_includedir}/mysql \
        --with-odbc \
-       %{?build_cxx:--with-cxx} 
%{?_with_cvs:--with-grass50=`pwd`/../grass50_%{cvsver}}
+       --enable-largefile \
+       --with-ffmpeg --with-ffmpeg-includes=%{_includedir}/ffmpeg \
+       --with-curses \
+       --with-python \
+       --with-sqlite \
+       --with-cxx \
+       --with-nls \
+       %{?_with_cvs:--with-grass50=`pwd`/../grass50_%{cvsver}}
 
 #Options that aren't really used
 #      --with-blas \

Reply via email to