[dspam] nodal core issues

Nathanael Noblet gnat at fedoraproject.org
Tue Mar 1 16:18:13 UTC 2011


commit f1e43e74a276e7ec6d69969d977e5c3affa1ab6e
Author: Nathanael D. Noblet <nathanael at gnat.ca>
Date:   Tue Mar 1 09:17:35 2011 -0700

    nodal core issues

 dspam.spec |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/dspam.spec b/dspam.spec
index 0e1a1db..4995078 100644
--- a/dspam.spec
+++ b/dspam.spec
@@ -139,7 +139,7 @@ Web-based interface for DSPAM's powerful Anti-Spam engine.
 %patch2 -p0
 
 %build
-sh ./autogen.sh
+#sh ./autogen.sh
 
 %configure \
     --enable-long-usernames \
@@ -162,7 +162,7 @@ sh ./autogen.sh
     --with-dspam-home-group='%{mail_group}' \
     --with-dspam-mode='%{dspam_mode}' \
     --with-logdir='%{dspam_logdir}' \
-    --sysconfdir='%{dspam_confdir}'
+    --sysconfdir='%{dspam_confdir}' 
 
 %{__make} OPTIMIZE="%{optflags} -fPIC -DPIC"
 
@@ -373,6 +373,7 @@ service httpd condrestart
 %changelog
 * Tue Mar 1 2011 Nathanael Noblet <nathanael at gnat.ca> - 3.9.0.-15
 - Applied Matej Cepl's patch to move the web dir to /var/www/dspam
+- Removed autogen call to see if configure nodalcore option passes
 
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.9.0-14
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild



More information about the perl-devel mailing list