]> git.pld-linux.org Git - SPECS.git/blob - paris-traceroute.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / paris-traceroute.spec
1 Summary:        A new version of a well-known network diagnosis and measurement tool
2 Summary(pl.UTF-8):      Nowa wersja dobrze znanego narzędzia do diagnostyki i pomiarów sieci
3 Name:           paris-traceroute
4 Version:        0.92
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/Networking
8 Source0:        http://www.paris-traceroute.net/downloads/%{name}-%{version}-dev.tar.gz
9 # Source0-md5:  43a23e4a0d4a877e81b7c330091adc75
10 URL:            http://www.paris-traceroute.net/
11 BuildRequires:  libstdc++-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Paris traceroute is a new version of the well-known network diagnosis
16 and measurement tool. It addresses problems caused by load balancers
17 with the initial implementation of traceroute.
18
19 %description -l pl.UTF-8
20 Paris traceroute to nowa wersja dobrze znanego narzędzia do
21 diagnostyki i pomiarów sieci. Radzi sobie z problemami powodowanymi
22 przez load balancery ze wstępną implementacją traceroute.
23
24 %prep
25 %setup -q -n %{name}-%{version}-dev
26
27 %build
28 %configure
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 %{__make} install \
35         DESTDIR=$RPM_BUILD_ROOT
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc AUTHORS ChangeLog NEWS README
43 %attr(755,root,root) %{_bindir}/*
This page took 2.997894 seconds and 3 git commands to generate.