Changes for blr.

This commit is contained in:
Vijay Mahendran 2009-04-07 05:52:24 +00:00
parent 97786e8c3b
commit acb6c8b7f1
3 changed files with 10 additions and 3 deletions

View File

@ -52,7 +52,14 @@ cd $TEMP_DIR
##call autobuild ##call autobuild
. /opt/SuSE/bin/.profile . /opt/SuSE/bin/.profile
sudo build --clean ARCH=`uname -m`
case $ARCH in i386|i586|i686)
sudo build --clean
;;
x86_64)
build --clean
;;
esac
##copy rpms to temp directoy ##copy rpms to temp directoy
cp -rf $RPMS_DIR/RPMS $TEMP_DIR cp -rf $RPMS_DIR/RPMS $TEMP_DIR

View File

@ -5,7 +5,7 @@ rem setlocal
set casa_root_dir=%cd% set casa_root_dir=%cd%
rem Do a free (retail) build rem Do a free (retail) build
setlocal setlocal
call "C:\Program Files (x86)\Microsoft Visual Studio 2005\VC\bin\amd64\vcvarsamd64.bat" call "F:\Program Files\Microsoft Visual Studio 8\VC\bin\amd64\vcvarsamd64.bat"
rem VS 2005 crashed when building solution file, so right now building project level. rem VS 2005 crashed when building solution file, so right now building project level.
rem Also, it has the same problem with rebuild option, so I am cleaning binaries in my scripts. rem Also, it has the same problem with rebuild option, so I am cleaning binaries in my scripts.

View File

@ -15,7 +15,7 @@ Name: CASA_auth_token_client
%define debug_opt "" %define debug_opt ""
Url: http://www.novell.com/products Url: http://www.novell.com/products
BuildRequires: CASA-devel curl-devel expat gcc-c++ glade-sharp2 glib2-devel krb5-devel libgcc libgssapi libopenssl-devel libstdc++ libstdc++-devel mono-devel pkgconfig update-alternatives BuildRequires: CASA-devel curl-devel expat gcc-c++ glade-sharp2 glib2-devel krb5-devel libgcc libgssapi openssl-devel libstdc++ libstdc++-devel mono-devel pkgconfig update-alternatives
%if %suse_version > 1020 %if %suse_version > 1020
BuildRequires: libexpat-devel BuildRequires: libexpat-devel
%endif %endif