From: Aleš Křenek Date: Tue, 11 Oct 2005 20:06:31 +0000 (+0000) Subject: new (hopefully correct) mapping of glite module version to libtool -version-info X-Git-Tag: glite-security-gsoap-plugin_R_1_2_0~6 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=476c61de4db05c584287d6a0f2c670bccbc63369;p=jra1mw.git new (hopefully correct) mapping of glite module version to libtool -version-info --- diff --git a/org.glite.security.gsoap-plugin/Makefile b/org.glite.security.gsoap-plugin/Makefile index 5045515..17fc5be 100644 --- a/org.glite.security.gsoap-plugin/Makefile +++ b/org.glite.security.gsoap-plugin/Makefile @@ -25,7 +25,12 @@ gsoap_versions?=2.6.2 2.7.0 GSPLUGIN_DEBUG?=no GSPLUGIN_VERSION_CHECKING?=yes -version_info=-version-info `echo ${version} | cut -d. -f1,2 | tr . :` + +offset=1 +version_info:=-version-info ${shell \ + perl -e '$$,=":"; @F=split "\\.","${version}"; print $$F[0]+$$F[1]+${offset},$$F[2],$$F[1]' } + +# version_info=-version-info `echo ${version} | cut -d. -f1,2 | tr . :` gsoap_version=${gsoap_default_version} diff --git a/org.glite.security.gsoap-plugin/project/version.properties b/org.glite.security.gsoap-plugin/project/version.properties index b69e5b7..ff80206 100644 --- a/org.glite.security.gsoap-plugin/project/version.properties +++ b/org.glite.security.gsoap-plugin/project/version.properties @@ -1,3 +1,2 @@ -# 1.2 pushed after branching 1.1, no added functionality yet module.version=1.2.0 module.age=0