rpms/traceroute/FC-5 .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 traceroute.spec, 1.22, 1.23

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Oct 23 14:30:01 UTC 2006


Author: mbacovsk

Update of /cvs/dist/rpms/traceroute/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv31057

Modified Files:
	.cvsignore sources traceroute.spec 
Log Message:
* Mon Oct 23 2006 Martin Bacovsky <mbacovsk at redhat.com> - 2.0.1-1.fc5
- new source
- new features including ICMP support above all (#176587)
- Thanks to Dmitry Butskoy




Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/traceroute/FC-5/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	9 Jan 2006 09:33:31 -0000	1.6
+++ .cvsignore	23 Oct 2006 14:29:59 -0000	1.7
@@ -1 +1 @@
-traceroute-1.0.4.tar.bz2
+traceroute-2.0.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/traceroute/FC-5/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	9 Jan 2006 09:33:31 -0000	1.6
+++ sources	23 Oct 2006 14:29:59 -0000	1.7
@@ -1 +1 @@
-1217755c6287caa7ca0bfc1ddaa2d9ac  traceroute-1.0.4.tar.bz2
+1c46e039d35098d29c38cf31d7db18e2  traceroute-2.0.1.tar.gz


Index: traceroute.spec
===================================================================
RCS file: /cvs/dist/rpms/traceroute/FC-5/traceroute.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- traceroute.spec	11 Feb 2006 05:53:09 -0000	1.22
+++ traceroute.spec	23 Oct 2006 14:29:59 -0000	1.23
@@ -1,13 +1,13 @@
-Summary: Traces the route taken by packets over a TCP/IP network.
+Summary: Traces the route taken by packets over an IPv4/IPv6 network
 Name: traceroute
-Version: 1.0.4
-Release: 1.2
-Epoch: 2
-License: GPL
+Version: 2.0.1
+Release: 1.fc5
 Group: Applications/Internet
-Source: ftp://ftp.lst.de/pub/people/okir/traceroute/%{name}-%{version}.tar.bz2
-Patch0: traceroute-1.0.4-compat.patch
-BuildRoot: %{_tmppath}/%{name}-root
+License: GPL
+URL:  http://dmitry.butskoy.name/traceroute
+Source0: http://www.odu.neva.ru/buc/traceroute/traceroute-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
 
 %description
 The traceroute utility displays the route used by IP packets on their
@@ -17,46 +17,49 @@
 tool.  If you're having network connectivity problems, traceroute will
 show you where the trouble is coming from along the route.
 
-This is a small traceroute replacement that works without requiring a
-setuid bit. This implementation relies on a number of features of the
-2.4 Linux kernel. It also has IPv6 support, and does parallel probes,
-which makes it a little faster.
-
 Install traceroute if you need a tool for diagnosing network connectivity
 problems.
 
+
 %prep
 %setup -q
-%patch0 -p1 -b .compat
+
 
 %build
-%ifarch s390 s390x
-export CFLAGS="$RPM_OPT_FLAGS -fPIC"
-%else
-export CFLAGS="$RPM_OPT_FLAGS -fpic"
-%endif
-export LDFLAGS="-pie"
+make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
 
-make CCOPT="$CFLAGS"
 
 %install
-rm -rf %{buildroot}
-install -m 755 -D %{name} %{buildroot}/bin/%{name}
-install -m 644 -D %{name}.1 %{buildroot}%{_mandir}/man8/%{name}.8
-#for IPv6 traceroute
-ln -sf %{name} %{buildroot}/bin/traceroute6
-ln -sf %{_mandir}/man8/%{name}.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/%{name}6.8 
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT/bin
+install -m755 traceroute/traceroute $RPM_BUILD_ROOT/bin
+pushd $RPM_BUILD_ROOT/bin
+ln -s traceroute traceroute6
+ln -s traceroute tracert
+ln -s traceroute tcptraceroute
+popd
+
+install -d $RPM_BUILD_ROOT%{_mandir}/man8
+install -p traceroute.8 $RPM_BUILD_ROOT%{_mandir}/man8
+
 
 %clean
-rm -rf %{buildroot}
+rm -rf $RPM_BUILD_ROOT
+
 
 %files
-%defattr(-,root,root)
-%doc ChangeLog COPYING.GPL README
-/bin/traceroute*
-%{_mandir}/man8/*
+%defattr(-,root,root,-)
+%doc COPYING README TODO CREDITS
+/bin/*
+%{_mandir}/*/*
 
 %changelog
+* Mon Oct 23 2006 Martin Bacovsky <mbacovsk at redhat.com> - 2.0.1-1.fc5
+- new source
+- new features including ICMP support above all (#176587)
+- Thanks to Dmitry Butskoy
+
 * Fri Feb 10 2006 Jesse Keating <jkeating at redhat.com> - 2:1.0.4-1.2
 - bump again for double-long bug on ppc(64)
 




More information about the fedora-cvs-commits mailing list