Author: tpg
Date: Tue Jan 30 14:13:25 2007
New Revision: 115428
Modified:
packages/cooker/k3d/current/SPECS/k3d.spec
Log:
- add buildrequires
- add configure options
Modified: packages/cooker/k3d/current/SPECS/k3d.spec
==============================================================================
--- packages/cooker/k3d/current/SPECS/k3d.spec (original)
+++ packages/cooker/k3d/current/SPECS/k3d.spec Tue Jan 30 14:13:25 2007
@@ -1,4 +1,3 @@
-%define __libtoolize true
%define major 0
%define libname %mklibname k3d %{major}
@@ -19,10 +18,15 @@
BuildRequires: libgts-devel
BuildRequires: libMagick-devel
BuildRequires: gtkglext-devel
+BuildRequires: freetype2-devel
+BuildRequires: libOpenEXR-devel
+BuildRequires: libtiff-devel
+BuildRequires: libpng-devel
+BuildRequires: libjpeg-devel
+BuildRequires: python-devel >= 2.5
%ifarch x86_64
BuildRequires: chrpath
%endif
-Requires: freetype2
Requires: %{_lib}%{name} = %{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
@@ -75,8 +79,24 @@
%configure2_5x \
--enable-shared \
- --enable-static
-
+ --enable-static \
+ --without-libxml2 \
+ --with-external-boost \
+ --with-freetype2 \
+ --with-gnome \
+ --without-graphviz \
+ --with-gts \
+ --with-imagemagick \
+ --with-jpeg \
+ --with-ngui \
+ --without-nls \
+ --with-openexr \
+ --with-png \
+ --with-python \
+ --without-qt \
+ --without-superlu \
+ --with-svg-icons \
+ --with-tiff
%make
%install