[pnp4nagios/el6] Removed double slashes fro directories (BZ#810212).

Ján ONDREJ ondrejj at fedoraproject.org
Thu Apr 5 11:30:39 UTC 2012


commit 6b53da8f7bdc72e710a83e770eb444a8157d03b8
Author: Jan ONDREJ (SAL) <ondrejj(at)salstar.sk>
Date:   Thu Apr 5 13:30:31 2012 +0200

    Removed double slashes fro directories (BZ#810212).

 pnp4nagios.spec |   21 ++++++++++++---------
 1 files changed, 12 insertions(+), 9 deletions(-)
---
diff --git a/pnp4nagios.spec b/pnp4nagios.spec
index 060dc38..f21e983 100644
--- a/pnp4nagios.spec
+++ b/pnp4nagios.spec
@@ -1,6 +1,6 @@
 Name:           pnp4nagios
 Version:        0.6.16
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Nagios performance data analysis tool
 
 Group:          Applications/System
@@ -45,14 +45,14 @@ sed -i -e '/^\t$(MAKE) strip-post-install$/d' src/Makefile.in
 
 
 %build
-%configure --bindir=%{_sbindir}/ \
-           --libexecdir=%{_libexecdir}/%{name}/ \
-           --sysconfdir=%{_sysconfdir}/%{name}/ \
-           --localstatedir=%{_localstatedir}/log/%{name}/ \
-           --datadir=%{_datadir}/nagios/html/%{name}/ \
-           --datarootdir=%{_datadir}/nagios/html/%{name}/ \
-           --with-perfdata-dir=%{_localstatedir}/lib/%{name}/ \
-           --with-perfdata-spool-dir=%{_localstatedir}/spool/%{name}/
+%configure --bindir=%{_sbindir} \
+           --libexecdir=%{_libexecdir}/%{name} \
+           --sysconfdir=%{_sysconfdir}/%{name} \
+           --localstatedir=%{_localstatedir}/log/%{name} \
+           --datadir=%{_datadir}/nagios/html/%{name} \
+           --datarootdir=%{_datadir}/nagios/html/%{name} \
+           --with-perfdata-dir=%{_localstatedir}/lib/%{name} \
+           --with-perfdata-spool-dir=%{_localstatedir}/spool/%{name}
 make %{?_smp_mflags} all
 
 
@@ -137,6 +137,9 @@ fi
 %{_datadir}/nagios/html/%{name}/kohana
 
 %changelog
+* Thu Apr 05 2012 Ján ONDREJ (SAL) <ondrejj(at)salstar.sk> - 0.6.16-2
+- Removed double slashes fro directories (BZ#810212).
+
 * Thu Nov 24 2011 Ján ONDREJ (SAL) <ondrejj(at)salstar.sk> - 0.6.16-1
 - update to upstream
 


More information about the scm-commits mailing list