Author: zeb
Date: Mon Dec 18 13:17:00 2006
New Revision: 98525

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

Log:
- Added docbook DTD for documentation

Modified: packages/cooker/ecell/current/SPECS/ecell.spec
==============================================================================
--- packages/cooker/ecell/current/SPECS/ecell.spec      (original)
+++ packages/cooker/ecell/current/SPECS/ecell.spec      Mon Dec 18 13:17:00 2006
@@ -4,7 +4,7 @@
 # when compiling SVN: complete this,
 # use %{svn} on line 30, uncomment line 97
 %define svn             2632
-%define rel            1
+%define rel            2
 %define release        %mkrel 1.%{svn}.%{rel}
 
 # when compiling stable version
@@ -14,7 +14,7 @@
 %define major          2
 %define libname                %mklibname %{name}%{major}
 
-%define build_doc      0
+%define build_doc      1
 
 # Macros for in the menu-file.
 %define section Applications/Sciences/Biology
@@ -38,8 +38,11 @@
 Buildrequires: python-numpy gnome-python-canvas boost-devel gsl-devel
 Requires:      gnome-python gnome-python-canvas gnome-python-gnomevfs 
pygtk2.0-libglade python-numpy libsbml
 Requires:      %{libname} = %{version}-%{release}
-# We need xorg-x11-Xvfb to be able to import gnome.canvas python module during 
compilation
-BuildRequires: python-devel python-numpy-devel pygtk2.0-libglade libltdl-devel 
doxygen
+# We do not need anymore xorg-x11-Xvfb to be able to import gnome.canvas 
python module during compilation
+BuildRequires: python-devel python-numpy-devel pygtk2.0-libglade
+BuildRequires:  libltdl-devel
+BuildRequires:  doxygen
+BuildRequires:  docbook-dtd42-xml
 
 %description
 E-Cell Project is an international research project aiming to model and
@@ -110,7 +113,7 @@
 # no need, it is not created
 # kill $(cat /tmp/.X$XDISPLAY-lock)
 
-# make doc
+# build documentation
 %if %build_doc
 %make doc
 %endif

Reply via email to