📄 traceroute.spec
字号:
Summary: Traces the route taken by packets over an IPv4/IPv6 networkName: tracerouteVersion: 2.0.12Release: 1%{?dist}Group: Applications/InternetLicense: GPLv2+URL: http://traceroute.sourceforge.netSource0: http://dl.sourceforge.net/traceroute/traceroute-%{version}.tar.gzBuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)%descriptionThe traceroute utility displays the route used by IP packets on theirway to a specified network (or Internet) host. Traceroute displaysthe IP number and host name (if possible) of the machines along theroute taken by the packets. Traceroute is used as a network debuggingtool. If you're having network connectivity problems, traceroute willshow you where the trouble is coming from along the route.Install traceroute if you need a tool for diagnosing network connectivityproblems.%prep%setup -q%buildmake %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" LDFLAGS=""%installrm -rf $RPM_BUILD_ROOTinstall -d $RPM_BUILD_ROOT/bininstall -m755 traceroute/traceroute $RPM_BUILD_ROOT/binpushd $RPM_BUILD_ROOT/binln -s traceroute traceroute6popdinstall -d $RPM_BUILD_ROOT%{_mandir}/man8install -p -m644 traceroute/traceroute.8 $RPM_BUILD_ROOT%{_mandir}/man8ln -s traceroute.8 $RPM_BUILD_ROOT%{_mandir}/man8/traceroute6.8%cleanrm -rf $RPM_BUILD_ROOT%files%defattr(-,root,root,-)%doc COPYING README TODO CREDITS/bin/*%{_mandir}/*/*%changelog* Tue Oct 20 2006 Dmitry Butskoy <Dmitry@Butskoy.name> - 2.0.2-1- initial release
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -