]> git.pld-linux.org Git - packages/apinger.git/commitdiff
- fix building with recent auto tools
authorMarcin Krol <hawk@tld-linux.org>
Thu, 26 Jul 2012 09:30:18 +0000 (09:30 +0000)
committerMarcin Krol <hawk@tld-linux.org>
Thu, 26 Jul 2012 09:30:18 +0000 (09:30 +0000)
- added no_exit, no_forked_receiver and src ip patches (see patch
  commit logs for details)

apinger.spec

index 5bd9bf51aabf198c1a407bea7b3b0892f731824e..9ab32711dd213101ee7fb7cd204972973da73a31 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Alarm Pinger - network monitor with mail notification
 Summary(pl.UTF-8):     Alarm Pinger - monitor sieci z powiadamianiem pocztÄ…
 Name:          apinger
 Version:       0.6.1
-Release:       5
+Release:       6
 License:       GPL
 Group:         Networking/Utilities
 Source0:       http://www.bnet.pl/~jajcus/apinger/%{name}-%{version}.tar.gz
@@ -13,6 +13,10 @@ Patch0:              %{name}-user.patch
 Patch1:                %{name}-avg_delay.patch
 Patch2:                %{name}-config_overwrite_fix.patch
 Patch3:                %{name}-rrd_timestamp.patch
+Patch4:                %{name}-ac.patch
+Patch5:                %{name}-no_exit.patch
+Patch6:                %{name}-no_forked_receiver.patch
+Patch7:                %{name}-srcip.patch
 URL:           http://www.bnet.pl/~jajcus/
 BuildRequires: rpmbuild(macros) >= 1.268
 Requires(post,preun):  /sbin/chkconfig
@@ -46,8 +50,15 @@ IPv4 jak i IPv6.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
+%patch5 -p1
+%patch6 -p1
+%patch7 -p1
 
 %build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
This page took 0.041448 seconds and 4 git commands to generate.