auto-import changelog data from traceroute-1.4a12-5.src.rpm
Wed Jun 19 2002 Phil Knirsch <pknirsch@redhat.com> 1.4a12-5 - Don't forcibly strip binaries Thu May 23 2002 Tim Powers <timp@redhat.com> - automated rebuild
This commit is contained in:
parent
19f46d3141
commit
f0ddecc993
@ -1,7 +1,7 @@
|
|||||||
Summary: Traces the route taken by packets over a TCP/IP network.
|
Summary: Traces the route taken by packets over a TCP/IP network.
|
||||||
Name: traceroute
|
Name: traceroute
|
||||||
Version: 1.4a12
|
Version: 1.4a12
|
||||||
Release: 2
|
Release: 5
|
||||||
Copyright: BSD
|
Copyright: BSD
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Source: ftp://ftp.ee.lbl.gov/traceroute-1.4a12.tar.gz
|
Source: ftp://ftp.ee.lbl.gov/traceroute-1.4a12.tar.gz
|
||||||
@ -18,18 +18,20 @@ Patch9: traceroute-1.4a5-aliases.patch
|
|||||||
Patch10: traceroute-1.4a5-droproot.patch
|
Patch10: traceroute-1.4a5-droproot.patch
|
||||||
Patch11: traceroute-1.4a5-bigpacklen.patch
|
Patch11: traceroute-1.4a5-bigpacklen.patch
|
||||||
Patch12: traceroute-1.4a5-lsrr.patch
|
Patch12: traceroute-1.4a5-lsrr.patch
|
||||||
Patch13: traceroute-1.4a12-sockaddrfix.patch
|
|
||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The traceroute utility displays the route used by IP packets on their
|
The traceroute utility displays the route used by IP packets on their
|
||||||
way to a specified network (or Internet) host. Traceroute displays the
|
way to a specified network (or Internet) host. Traceroute displays
|
||||||
IP number and host name (if possible) of the machines along the route
|
the IP number and host name (if possible) of the machines along the
|
||||||
taken by the packets. Traceroute is used as a network debugging
|
route taken by the packets. Traceroute is used as a network debugging
|
||||||
tool. If you are having network connectivity problems, traceroute will
|
tool. If you're having network connectivity problems, traceroute will
|
||||||
show you where the trouble is coming from along the route.
|
show you where the trouble is coming from along the route.
|
||||||
|
|
||||||
|
Install traceroute if you need a tool for diagnosing network connectivity
|
||||||
|
problems.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .fix
|
%patch0 -p1 -b .fix
|
||||||
@ -45,10 +47,11 @@ show you where the trouble is coming from along the route.
|
|||||||
%patch10 -p1 -b .droproot
|
%patch10 -p1 -b .droproot
|
||||||
%patch11 -p1 -b .bigpacklen
|
%patch11 -p1 -b .bigpacklen
|
||||||
%patch12 -p1 -b .lsrr
|
%patch12 -p1 -b .lsrr
|
||||||
%patch13 -p1 -b .sockaddrfix
|
|
||||||
autoreconf -f ; aclocal ; autoconf ; libtoolize --copy --force
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
|
rm -f config.sub
|
||||||
|
cp /usr/share/libtool/config.sub .
|
||||||
%configure
|
%configure
|
||||||
make CCOPT="$RPM_OPT_FLAGS"
|
make CCOPT="$RPM_OPT_FLAGS"
|
||||||
|
|
||||||
@ -59,10 +62,6 @@ mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man8
|
|||||||
|
|
||||||
make DESTDIR=${RPM_BUILD_ROOT} install install-man
|
make DESTDIR=${RPM_BUILD_ROOT} install install-man
|
||||||
|
|
||||||
( cd $RPM_BUILD_ROOT
|
|
||||||
strip .%{_sbindir}/* || :
|
|
||||||
)
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
@ -73,8 +72,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Mar 14 2002 Phil Knirsch <pknirsch@redhat.com>
|
* Wed Jun 19 2002 Phil Knirsch <pknirsch@redhat.com> 1.4a12-5
|
||||||
- Added patch by Tom "spot" Callaway to fix sockaddr problem in sparc64.
|
- Don't forcibly strip binaries
|
||||||
|
|
||||||
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
||||||
|
- automated rebuild
|
||||||
|
|
||||||
|
* Wed Jan 30 2002 Phil Knirsch <pknirsch@redhat.com>
|
||||||
|
- Bumped version number for rebuild
|
||||||
|
|
||||||
* Mon Jun 25 2001 Philipp Knirsch <pknirsch@redhat.de>
|
* Mon Jun 25 2001 Philipp Knirsch <pknirsch@redhat.de>
|
||||||
- Updated to 1.4a12
|
- Updated to 1.4a12
|
||||||
|
Loading…
Reference in New Issue
Block a user