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