Update of /cvsroot/wxlua/wxLua/distrib/autopackage
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv25620/distrib/autopackage
Modified Files:
default.apspec.in makeautopackage
Log Message:
small AP fixes
Index: default.apspec.in
===================================================================
RCS file: /cvsroot/wxlua/wxLua/distrib/autopackage/default.apspec.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** default.apspec.in 24 Dec 2006 11:20:18 -0000 1.3
--- default.apspec.in 24 Dec 2006 13:30:56 -0000 1.4
***************
*** 15,18 ****
--- 15,19 ----
AutopackageTarget: 1.2
PackageFileName: $SHORTNAME-$SOFTWAREVERSION-$PACKAGEVERSION.x86.package
+ Compression: bzip2
[BuildPrepare]
***************
*** 20,26 ****
# to their absolute path otherwise they will be considered as shared
# and the order of the lib will be messed !!
! export APBUILD_RESOLVE_LIBPATH=".*lua.*"
export APBUILD_STATIC="tiff expat"
! prepareBuild --disable-shared --disable-debug --disable-customwxbind-install
[BuildUnprepare]
--- 21,28 ----
# to their absolute path otherwise they will be considered as shared
# and the order of the lib will be messed !!
! export APBUILD_RESOLVE_LIBPATH=".*stedit.* .*lua.*"
export APBUILD_STATIC="tiff expat"
! export NO_WXLUAEDIT_CHECK=1
! prepareBuild --disable-shared --disable-debug --enable-unicode --disable-customwxbind-install --disable-precomp-headers
[BuildUnprepare]
Index: makeautopackage
===================================================================
RCS file: /cvsroot/wxlua/wxLua/distrib/autopackage/makeautopackage,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** makeautopackage 24 Dec 2006 09:46:19 -0000 1.2
--- makeautopackage 24 Dec 2006 13:30:56 -0000 1.3
***************
*** 4,12 ****
# main dir after you ran configure there
mkdir -p toupload
rm -f upload/*.xml upload/*.meta upload/*.package
cd ../..
! makeinstaller $@ distrib/autopackage/default.apspec.in
if test $? = 0; then
mv *.xml *.meta *.package distrib/autopackage/toupload
--- 4,13 ----
# main dir after you ran configure there
+ rm -rf toupload
mkdir -p toupload
rm -f upload/*.xml upload/*.meta upload/*.package
cd ../..
! makeinstaller $@ distrib/autopackage/default.apspec
if test $? = 0; then
mv *.xml *.meta *.package distrib/autopackage/toupload
|