diff --git a/torque.spec b/torque.spec index 4080584..42d2a60 100644 --- a/torque.spec +++ b/torque.spec @@ -15,7 +15,8 @@ # that $PBS_SERVER_HOME/server_name contains the correct hostname. %global server_name localhost - +# Build doxygen docs +%global doxydoc 1 %global use_rcp 0 %global use_tcl 1 @@ -103,12 +104,7 @@ BuildRequires: tcl-devel BuildRequires: tk-devel %endif -#doxygen appears to be broken in rawhide at the moment -#Dec 9th 2010 so don't build the drmaa documentation -#for now. -%if ! 0%{?fc15} -%global doxydoc 1 -%endif + %if 0%{?doxydoc} BuildRequires: graphviz @@ -780,6 +776,7 @@ fi * Thu Apr 21 2011 Steve Traylen - 3.0.1-1 - Update to 3.0.1. License file name change. +- Renable doxygen documentation for drmaa. * Wed Feb 09 2011 Fedora Release Engineering - 3.0.0_snap.201102011355-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild