Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37043116
en ru br
ALT Linux repos
S:0.4-alt2.qa1

Group :: Monitoring
RPM: m-ping

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: m-ping
Version: 0.4
Release: alt2.qa1

Summary: Visual graphical ping, traceroute and whois tool
License: GPLv2
Group: Monitoring

Url: http://m-ping.sourceforge.net/
Packager: Alexandr Boltris <alex at altlinux.org>

Source: %name-%version.tar.gz
Source1: %name.desktop

# Automatically added by buildreq on Wed Dec 15 2010

BuildRequires: gcc-c++ libqt4-devel

%description
M-Ping application provides three types of operations:
- Ping
- Traceroute
- Whois
All of these operations can be executed at the same time and in multiple
instances. The results are visualized either using graphical methods or
with text output (or both) inside an MDI window. The processing itself
is based on standard external tools (e.g. for ping and traceroute)
or on internal implementation inside the application.

%prep
%setup

%build
export PATH=%_qt4dir/bin/:$PATH
%configure
%make_build all

%install
install -pD -m755 bin/m-ping %buildroot/%_bindir/%name
install -pD -m644 %SOURCE1 %buildroot/%_desktopdir/%name.desktop
install -pD -m644 res/%name.png %buildroot/%_liconsdir/%name.png

%files
%_bindir/*
%_desktopdir/*
%_liconsdir/*
%doc README

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin