- upgrade to new upstream traceroute-2.0.8

- fixed traceroute.8 install source path and traceroute6.8 link source
- fixed typo in Source0 URL
This commit is contained in:
Martin Bacovsky 2007-09-18 11:25:28 +00:00
parent e1c54cea3c
commit 71856e9228
3 changed files with 13 additions and 6 deletions

View File

@ -1 +1 @@
traceroute-2.0.7.tar.gz
traceroute-2.0.8.tar.gz

View File

@ -1 +1 @@
40011b06c5b83116dcf140878def8810 traceroute-2.0.7.tar.gz
d3dedd19c4d72d3251384ff9d53476ad traceroute-2.0.8.tar.gz

View File

@ -1,12 +1,12 @@
Summary: Traces the route taken by packets over an IPv4/IPv6 network
Name: traceroute
Epoch: 3
Version: 2.0.7
Version: 2.0.8
Release: 1%{?dist}
Group: Applications/Internet
License: GPL
URL: http://traceroute.sourceforge.net
Source0: http://dl.sourceforge.net/traceroute/traceroute-%{version}.tag.gz
Source0: http://dl.sourceforge.net/traceroute/traceroute-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -41,8 +41,10 @@ ln -s traceroute tracert
popd
install -d $RPM_BUILD_ROOT%{_mandir}/man8
install -p -m644 traceroute.8 $RPM_BUILD_ROOT%{_mandir}/man8
ln -s traceroute.8 $RPM_BUILD_ROOT%{_mandir}/man8/traceroute6.8
install -p -m644 traceroute/traceroute.8 $RPM_BUILD_ROOT%{_mandir}/man8
pushd $RPM_BUILD_ROOT%{_mandir}/man8
ln -s traceroute.8 traceroute6.8
popd
%clean
@ -57,6 +59,11 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Sep 18 2007 Martin Bacovsky <mbacovsk@redhat.com> - 3:2.0.8-1
- upgrade to new upstream traceroute-2.0.8
- fixed traceroute.8 install source path and traceroute6.8 link source
- fixed typo in Source0 URL
* Tue Aug 28 2007 Dmitry Butskoy <Dmitry@Butskoy.name>
- Change URL and Source0 (upstream is at SourceForge now)