diff --git a/.cvsignore b/.cvsignore index 227b673..c946899 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -traceroute-2.0.7.tar.gz +traceroute-2.0.8.tar.gz diff --git a/sources b/sources index 02e6b45..1da57e0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -40011b06c5b83116dcf140878def8810 traceroute-2.0.7.tar.gz +d3dedd19c4d72d3251384ff9d53476ad traceroute-2.0.8.tar.gz diff --git a/traceroute.spec b/traceroute.spec index 8692c14..2dbf321 100644 --- a/traceroute.spec +++ b/traceroute.spec @@ -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 - 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 - Change URL and Source0 (upstream is at SourceForge now)