* make nagios module noarch
authorZdeněk Šustr <sustr4@cesnet.cz>
Tue, 6 Sep 2011 09:44:21 +0000 (09:44 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Tue, 6 Sep 2011 09:44:21 +0000 (09:44 +0000)
* shorten description
* install ChangeLog with the package

org.glite.lb.nagios/Makefile
org.glite.lb.nagios/configure
org.glite.lb.nagios/project/package.description
org.glite.lb/configure

index 4c230e1..0c9651c 100644 (file)
@@ -14,6 +14,7 @@ install:
        -chown nagios:nagios ${DESTDIR}${PREFIX}/var/lib/grid-monitoring/emi.lb
        mkdir -p ${DESTDIR}${PREFIX}${prefix}/libexec/grid-monitoring/probes/emi.lb
        ${INSTALL} -m 0755 src/LB-probe ${DESTDIR}${PREFIX}${prefix}/libexec/grid-monitoring/probes/emi.lb
+       ( cd ${top_srcdir}/project && ${INSTALL} -m 644 ChangeLog package.description package.summary ${DESTDIR}${PREFIX}${prefix}/share/doc/${package}-${version} )
 
 stage:
        $(MAKE) install PREFIX=${stagedir}
index 5f94259..f4b0740 100755 (executable)
@@ -969,6 +969,9 @@ for my $ext (keys %deps_aux) {
        'lb.yaim' => {
                default => { 'package.buildarch' => 'noarch' },
        },
+       'lb.nagios' => {
+               default => { 'package.buildarch' => 'noarch' },
+       },
        'px.yaim' => {
                default => { 'package.buildarch' => 'noarch' },
        },
index c97e3c2..6007e41 100644 (file)
@@ -1 +1 @@
-This is a package to distribute a nagios probe that checks the EMI L&B server. It is a shell-based script titled check_lb_server.
+This is a nagios probe that checks the EMI L&B server. It is a shell-based script titled check_lb_server.
index 5f94259..f4b0740 100755 (executable)
@@ -969,6 +969,9 @@ for my $ext (keys %deps_aux) {
        'lb.yaim' => {
                default => { 'package.buildarch' => 'noarch' },
        },
+       'lb.nagios' => {
+               default => { 'package.buildarch' => 'noarch' },
+       },
        'px.yaim' => {
                default => { 'package.buildarch' => 'noarch' },
        },