2024-01-06 07:22:23 +01:00
|
|
|
Name: mtr
|
2024-01-06 07:22:23 +01:00
|
|
|
Version: 0.92
|
2024-01-06 07:22:23 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: The functionality of the 'traceroute' and 'ping' programs in a single network diagnostic tool
|
|
|
|
Group: Network/Monitoring
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: http://www.bitwizard.nl/mtr/
|
|
|
|
Source: ftp://ftp.bitwizard.nl/mtr/mtr-%{version}.tar.gz
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libatk-devel
|
|
|
|
BuildRequires: libcairo-devel
|
|
|
|
BuildRequires: libfontconfig-devel
|
|
|
|
BuildRequires: libfreetype-devel
|
|
|
|
BuildRequires: libgdk-pixbuf-devel
|
|
|
|
BuildRequires: libglib-devel
|
|
|
|
BuildRequires: libgtk2-devel
|
|
|
|
BuildRequires: libncurses-devel
|
|
|
|
BuildRequires: libpango-devel
|
|
|
|
BuildRequires: libtermcap-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
mtr combines the functionality of the 'traceroute' and 'ping' programs in a single network diagnostic tool.
|
|
|
|
As mtr starts, it investigates the network connection between the host mtr runs on and a user-specified destination host. After it determines the address of each network hop between the machines, it sends a sequence ICMP ECHO requests to each one to determine the quality of the link to each machine. As it does this, it prints running statistics about each machine.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2024-01-06 07:22:23 +01:00
|
|
|
%configure --without-gtk
|
2024-01-06 07:22:23 +01:00
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_sbindir}/mtr
|
2024-01-06 07:22:23 +01:00
|
|
|
%{_sbindir}/mtr-packet
|
|
|
|
%{_datadir}/bash-completion/completions/mtr
|
2024-01-06 07:22:23 +01:00
|
|
|
%{_mandir}/man8/mtr.8*
|
2024-01-06 07:22:23 +01:00
|
|
|
%{_mandir}/man8/mtr-packet.8*
|
2024-01-06 07:22:23 +01:00
|
|
|
%doc AUTHORS COPYING
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 07:22:23 +01:00
|
|
|
* Tue Aug 08 2017 Automatic Build System <autodist@mambasoft.it> 0.92-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:22:23 +01:00
|
|
|
* Sat Apr 15 2017 Automatic Build System <autodist@mambasoft.it> 0.87-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:22:23 +01:00
|
|
|
* Tue Dec 16 2014 Automatic Build System <autodist@mambasoft.it> 0.86-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 07:22:23 +01:00
|
|
|
* Wed Jul 23 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.85-1mamba
|
|
|
|
- package created using the webbuild interface
|