Updating version, ChangeLog and copying the most recent configure from ./org.glite...
authorZdeněk Šustr <sustr4@cesnet.cz>
Wed, 30 Mar 2011 07:48:21 +0000 (07:48 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Wed, 30 Mar 2011 07:48:21 +0000 (07:48 +0000)
org.glite.lb.logger/configure
org.glite.lb.logger/project/ChangeLog
org.glite.lb.logger/project/version.properties
org.glite.lb.server/configure
org.glite.lb.server/project/ChangeLog
org.glite.lb.server/project/version.properties

index 52b932d..24b0fce 100755 (executable)
@@ -120,7 +120,8 @@ my %externs = (
                prefix => '/opt/glite'
        },
        lcas => {
-               prefix => '/opt/glite'
+               prefix => '/opt/glite',
+               pkg => 'lcas'
        },
        trustmanager => {
                prefix => '/opt/glite'
@@ -409,11 +410,11 @@ sub mode_build {
        
        open MAK,">Makefile" or die "Makefile: $!\n";
        
-       print MAK "all: @modules\n\nclean:\n";
+       print MAK "all: @modules\n\nclean check:\n";
        
        for (@modules) {
                my $full = full($_);
-               print MAK "\tcd $full/$buildroot{$_} && \${MAKE} clean\n"
+               print MAK "\tcd $full/$buildroot{$_} && \${MAKE} \$@\n"
        }
        
        print MAK "\ndistclean:\n";
@@ -676,6 +677,8 @@ for my $ext (keys %deps_aux) {
        'px.myproxy-config' => [ qq/myproxy-config/ ], # in myproxy-config.spec
        'lbjp-common.gss' => [ qq/glite-security-gss/ ],
        'lbjp-common.gsoap-plugin' => [ qq/glite-security-gsoap-plugin/ ],
+       'lb.glite-LB' => [ qq/glite-LB/ ],
+       'px.glite-PX' => [ qq/glite-PX/ ],
 );
 
 %cvs_prefix = (
@@ -739,7 +742,7 @@ for my $ext (keys %deps_aux) {
                        'lb.client-java' => [ qw/ant:B jdk:B axis:B trustmanager utiljava libtool:B/ ],
                        'lb.glite-LB' => [ qw/fetchcrl:R gpt:R gip_release:R gip_service:R bdii:R glite_version:R glite_info_templates:R glue_schema:R/ ],
                        'lb.yaim' => [ qw/yaim_core:R/ ],
-                       'px.glite-PX' => [qw/myproxy-server:R myproxy-admin:R fetchcrl:R gip_service:R bdii:R glite_version:R gpt:R glue_schema:R nc:R/],
+                       'px.glite-PX' => [qw/myproxy-server:R myproxy-admin:R fetchcrl:R gip_service:R bdii:R glite_version:R gpt:R glue_schema:R/],
                        'px.myproxy-yaim' => [ qw/yaim_core:R/ ],
                },
        },
@@ -796,7 +799,7 @@ for my $ext (keys %deps_aux) {
                        'lb.client-java' => [ qw/ant:B jdk:B axis:B trustmanager trustmanager_axis libtool:B/ ],
                        'lb.glite-LB' => [ qw/fetchcrl:R gip_release:R gip_service:R bdii:R glite_version:R glue_schema:R/ ],
                        'lb.yaim' => [ qw/yaim_core:R yaim_bdii:R/ ],
-                       'px.glite-PX' => [qw/myproxy-server:R myproxy-admin:R fetchcrl:R gip_service:R bdii:R glite_version:R glue_schema:R nc:R/],
+                       'px.glite-PX' => [qw/myproxy-server:R myproxy-admin:R fetchcrl:R gip_service:R bdii:R glite_version:R glue_schema:R/],
                        'px.myproxy-yaim' => [ qw/yaim_core:R yaim_bdii:R/ ],
                },
        },
index 14f20e6..969d1f7 100644 (file)
 - Fixed setting of umask to create event files not readable by others
 - Improved signal handling in logd
 
+2.2.4-2
+- Module rebuilt
+
index 52b932d..24b0fce 100755 (executable)
@@ -120,7 +120,8 @@ my %externs = (
                prefix => '/opt/glite'
        },
        lcas => {
-               prefix => '/opt/glite'
+               prefix => '/opt/glite',
+               pkg => 'lcas'
        },
        trustmanager => {
                prefix => '/opt/glite'
@@ -409,11 +410,11 @@ sub mode_build {
        
        open MAK,">Makefile" or die "Makefile: $!\n";
        
-       print MAK "all: @modules\n\nclean:\n";
+       print MAK "all: @modules\n\nclean check:\n";
        
        for (@modules) {
                my $full = full($_);
-               print MAK "\tcd $full/$buildroot{$_} && \${MAKE} clean\n"
+               print MAK "\tcd $full/$buildroot{$_} && \${MAKE} \$@\n"
        }
        
        print MAK "\ndistclean:\n";
@@ -676,6 +677,8 @@ for my $ext (keys %deps_aux) {
        'px.myproxy-config' => [ qq/myproxy-config/ ], # in myproxy-config.spec
        'lbjp-common.gss' => [ qq/glite-security-gss/ ],
        'lbjp-common.gsoap-plugin' => [ qq/glite-security-gsoap-plugin/ ],
+       'lb.glite-LB' => [ qq/glite-LB/ ],
+       'px.glite-PX' => [ qq/glite-PX/ ],
 );
 
 %cvs_prefix = (
@@ -739,7 +742,7 @@ for my $ext (keys %deps_aux) {
                        'lb.client-java' => [ qw/ant:B jdk:B axis:B trustmanager utiljava libtool:B/ ],
                        'lb.glite-LB' => [ qw/fetchcrl:R gpt:R gip_release:R gip_service:R bdii:R glite_version:R glite_info_templates:R glue_schema:R/ ],
                        'lb.yaim' => [ qw/yaim_core:R/ ],
-                       'px.glite-PX' => [qw/myproxy-server:R myproxy-admin:R fetchcrl:R gip_service:R bdii:R glite_version:R gpt:R glue_schema:R nc:R/],
+                       'px.glite-PX' => [qw/myproxy-server:R myproxy-admin:R fetchcrl:R gip_service:R bdii:R glite_version:R gpt:R glue_schema:R/],
                        'px.myproxy-yaim' => [ qw/yaim_core:R/ ],
                },
        },
@@ -796,7 +799,7 @@ for my $ext (keys %deps_aux) {
                        'lb.client-java' => [ qw/ant:B jdk:B axis:B trustmanager trustmanager_axis libtool:B/ ],
                        'lb.glite-LB' => [ qw/fetchcrl:R gip_release:R gip_service:R bdii:R glite_version:R glue_schema:R/ ],
                        'lb.yaim' => [ qw/yaim_core:R yaim_bdii:R/ ],
-                       'px.glite-PX' => [qw/myproxy-server:R myproxy-admin:R fetchcrl:R gip_service:R bdii:R glite_version:R glue_schema:R nc:R/],
+                       'px.glite-PX' => [qw/myproxy-server:R myproxy-admin:R fetchcrl:R gip_service:R bdii:R glite_version:R glue_schema:R/],
                        'px.myproxy-yaim' => [ qw/yaim_core:R yaim_bdii:R/ ],
                },
        },
index 24e959b..aa2d27c 100644 (file)
 - Build system cleanup -- removing obsolete files
 - Fixed seting of umask to create event files not readable by others
 
+2.2.4-2
+- Module rebuilt
+
index 9c8aefc..dc04669 100644 (file)
@@ -1,3 +1,3 @@
 # : /cvs/jra1mw/org.glite.lb.server/project/version.properties,v 1.185 2008/06/25 13:12:58 akrenek Exp $
 module.version=2.2.4
-module.age=1
+module.age=2