[packages/nagios] - embedded perl is gone in 4.0.0

arekm arekm at pld-linux.org
Wed Oct 2 08:18:42 CEST 2013


commit fc30c51fd323fcca6e753149788a8f1b3a0e4423
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Wed Oct 2 08:18:38 2013 +0200

    - embedded perl is gone in 4.0.0

 nagios.spec | 16 ----------------
 1 file changed, 16 deletions(-)
---
diff --git a/nagios.spec b/nagios.spec
index f00d8b0..09b7003 100644
--- a/nagios.spec
+++ b/nagios.spec
@@ -3,7 +3,6 @@
 #
 # Conditional build:
 %bcond_without	gd	# without statusmap and trends, which require gd library
-%bcond_with	epn	# with Embedded Perl
 # reeenable when http://tracker.nagios.org/view.php?id=51 is fixed
 %bcond_with	tests
 
@@ -305,16 +304,11 @@ cd ..
 	--with-checkresult-dir=%{_var}/spool/%{name}/checkresults \
 	--with-ping_command='/bin/ping -n %%s -c %%d' \
 	%{!?with_gd:--disable-statusmap --disable-trends} \
-	%{?with_epn:--enable-embedded-perl --with-perlcache} \
 	%{?with_tests:--enable-libtap} \
 	--enable-event-broker
 
 %{__make} all
 
-%if %{with epn}
-%{__make} -C contrib mini_epn
-%endif
-
 %{?with_tests:%{__make} test}
 
 %install
@@ -333,11 +327,6 @@ install -d $RPM_BUILD_ROOT{/etc/{sysconfig,rc.d/init.d},%{_webapps}/%{_webapp}}
 	INIT_OPTS="" \
 	COMMAND_OPTS=""
 
-%if %{with epn}
-install -d $RPM_BUILD_ROOT%{_bindir}
-install -p contrib/mini_epn $RPM_BUILD_ROOT%{_bindir}
-%endif
-
 install -p %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
 cp -p %{SOURCE3} $RPM_BUILD_ROOT/etc/sysconfig/%{name}
 
@@ -500,11 +489,6 @@ done
 
 %{_examplesdir}/%{name}-%{version}
 
-# epn
-%if %{with epn}
-%attr(755,root,root) %{_bindir}/mini_epn
-%endif
-
 %files common
 %defattr(644,root,root,755)
 %attr(750,root,nagcmd) %dir %{_sysconfdir}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nagios.git/commitdiff/fc30c51fd323fcca6e753149788a8f1b3a0e4423



More information about the pld-cvs-commit mailing list