]> git.pld-linux.org Git - packages/nagios.git/commitdiff
- embedded perl is gone in 4.0.0
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 2 Oct 2013 06:18:38 +0000 (08:18 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 2 Oct 2013 06:18:38 +0000 (08:18 +0200)
nagios.spec

index f00d8b07555e9e25798ab24b0e9746dc0b0fff49..09b7003694188033553e4e5c0f209d13d6c4ad53 100644 (file)
@@ -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}
This page took 0.120561 seconds and 4 git commands to generate.