Author: dumindu
Date: Mon Jan  7 03:53:41 2008
New Revision: 11958

Log:

adding changes from 1.0 branch



Modified:
   trunk/solutions/identity/modules/mod-cspace/INSTALL
   trunk/solutions/identity/modules/mod-cspace/build/linux/DEB/makedeb.sh
   trunk/solutions/identity/modules/mod-cspace/build/linux/DEB/rules
   trunk/solutions/identity/modules/mod-cspace/build/linux/RPM/makerpm.sh
   trunk/solutions/identity/modules/mod-cspace/configure.ac

Modified: trunk/solutions/identity/modules/mod-cspace/INSTALL
==============================================================================
--- trunk/solutions/identity/modules/mod-cspace/INSTALL (original)
+++ trunk/solutions/identity/modules/mod-cspace/INSTALL Mon Jan  7 03:53:41 2008
@@ -3,9 +3,9 @@
   Requiements
   ===========
 
-  o Apache2 Web Server (2.0.x or better)
-  o libxml2 ( >= 2.6.0)
-  o xmlsec ( >= 1.0.0)
+  o Apache2 Web Server (2.2.0 or better)
+  o libxml2 ( >= 2.6.20)
+  o xmlsec ( >= 1.2.0)
 
   Unix
   ====

Modified: trunk/solutions/identity/modules/mod-cspace/build/linux/DEB/makedeb.sh
==============================================================================
--- trunk/solutions/identity/modules/mod-cspace/build/linux/DEB/makedeb.sh      
(original)
+++ trunk/solutions/identity/modules/mod-cspace/build/linux/DEB/makedeb.sh      
Mon Jan  7 03:53:41 2008
@@ -2,11 +2,12 @@
 VER="1.0"
 pushd .
 cd ../../../
+./configure --with-apxs2
 make dist
 tar xf mod-cspace-src-${VER}.tar.gz
 mv mod-cspace-src-${VER} mod-cspace-${VER}
 cd mod-cspace-${VER}/
-dh_make --createorig -l
+dh_make --createorig -s
 cp ../build/linux/DEB/control debian/
 cp ../build/linux/DEB/postinst debian/
 cp ../build/linux/DEB/rules debian/

Modified: trunk/solutions/identity/modules/mod-cspace/build/linux/DEB/rules
==============================================================================
--- trunk/solutions/identity/modules/mod-cspace/build/linux/DEB/rules   
(original)
+++ trunk/solutions/identity/modules/mod-cspace/build/linux/DEB/rules   Mon Jan 
 7 03:53:41 2008
@@ -35,7 +35,7 @@
 
        # Add here commands to compile the package.
        $(MAKE)
-       #docbook-to-man debian/mod-cspace-src.sgml > mod-cspace-src.1
+       #docbook-to-man debian/mod-cspace.sgml > mod-cspace.1
 
        touch $@
 
@@ -45,7 +45,7 @@
        rm -f build-stamp 
 
        # Add here commands to clean up after the build process.
-       $(MAKE) distclean
+#      $(MAKE) distclean
        rm -f config.sub config.guess
 
        dh_clean 
@@ -56,8 +56,8 @@
        dh_clean -k 
        dh_installdirs
 
-       # Add here commands to install the package into debian/mod-cspace-src.
-       $(MAKE) DESTDIR=$(CURDIR)/debian/mod-cspace-src install
+       # Add here commands to install the package into debian/mod-cspace.
+       $(MAKE) DESTDIR=$(CURDIR)/debian/mod-cspace install
 #      apxs2 -i -n "cspace" mod_cspace.so
 
 

Modified: trunk/solutions/identity/modules/mod-cspace/build/linux/RPM/makerpm.sh
==============================================================================
--- trunk/solutions/identity/modules/mod-cspace/build/linux/RPM/makerpm.sh      
(original)
+++ trunk/solutions/identity/modules/mod-cspace/build/linux/RPM/makerpm.sh      
Mon Jan  7 03:53:41 2008
@@ -1,6 +1,7 @@
 #!/bin/bash
 VER=1.0
 cd ../../..
+./configure --with-apxs2
 make dist
 
 tar xf mod-cspace-src-${VER}.tar.gz

Modified: trunk/solutions/identity/modules/mod-cspace/configure.ac
==============================================================================
--- trunk/solutions/identity/modules/mod-cspace/configure.ac    (original)
+++ trunk/solutions/identity/modules/mod-cspace/configure.ac    Mon Jan  7 
03:53:41 2008
@@ -47,7 +47,7 @@
 dnl Checks for libraries.
 AC_CHECK_LIB(dl, dlopen)
 
-CFLAGS="$CFLAGS -DCSPACE_DEBUG -DSHARED_MODULE"
+CFLAGS="$CFLAGS -DSHARED_MODULE"
 if test "$GCC" = "yes"; then
     CFLAGS="-O2 $CFLAGS -ansi -Wall -Werror -Wno-implicit-function-declaration"
 fi

_______________________________________________
Identity-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/identity-dev

Reply via email to