]> git.pld-linux.org Git - packages/apinger.git/blobdiff - apinger.spec
- updated feedback address
[packages/apinger.git] / apinger.spec
index 596406515a043de6161afcc990a3f9611af8f7cd..323f1fc81d72736f17e31fa426d7cb22ea2846c1 100644 (file)
@@ -1,17 +1,16 @@
 Summary:       Alarm Pinger - network monitor with mail notification
 Summary(pl):   Alarm Pinger - monitor sieci z powiadamianiem poczt±
 Name:          apinger
-Version:       0.1
-Release:       1
+Version:       0.6.1
+Release:       2
 License:       GPL
 Group:         Networking/Utilities
 Source0:       http://www.bnet.pl/~jajcus/%{name}/%{name}-%{version}.tar.gz
+# Source0-md5: 3505e6503ec06363613f16713501bb33
 Source1:       %{name}.init
 Source2:       %{name}.sysconf
 Patch0:                %{name}-user.patch
 URL:           http://www.bnet.pl/~jajcus/
-BuildRequires: autoconf
-BuildRequires: automake
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -40,10 +39,7 @@ IPv4 jak i IPv6.
 %patch0 -p1
 
 %build
-aclocal
-autoheader
-%{__autoconf}
-%configure 
+%configure
 %{__make}
 
 %install
@@ -64,7 +60,7 @@ rm -rf $RPM_BUILD_ROOT
 if [ -f /var/lock/subsys/apinger ]; then
        /etc/rc.d/init.d/apinger restart 1>&2
 else
-       echo "Type \"/etc/rc.d/init.d/apinger start\" to start named" 1>&2
+       echo "Type \"/etc/rc.d/init.d/apinger start\" to start apinger" 1>&2
 fi
 
 %preun
@@ -73,11 +69,11 @@ if [ "$1" = "0" ]; then
                /etc/rc.d/init.d/apinger stop 1>&2
        fi
        /sbin/chkconfig --del apinger
-fi    
+fi
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS NEWS TODO README
+%doc AUTHORS NEWS TODO README doc/FAQ.html
 %attr(755,root,root) %{_sbindir}/*
 %attr(754,root,root) %config(noreplace) /etc/rc.d/init.d/apinger
 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/sysconfig/apinger
This page took 0.072515 seconds and 4 git commands to generate.