source: projects/specs/trunk/t/traceroute/traceroute-vl.spec @ 11522

Revision 11522, 4.4 KB checked in by tomop, 6 years ago (diff)

traceroute-2.1.0-1

Line 
1Summary: Traces the route taken by packets over a TCP/IP network.
2Summary(ja): TCP/IPネットワーク上でパケットがたどる経路をトレースするツール
3Name: traceroute
4Version: 2.1.0
5Release: 1%{?_dist_release}
6Epoch: 1
7License: GPL
8Group: Applications/Internet
9URL:  http://traceroute.sourceforge.net
10Source0: http://dl.sourceforge.net/traceroute/traceroute-%{version}.tar.gz
11BuildRoot: %{_tmppath}/%{name}-%{version}-root
12Conflicts: iputils <= 20020927-13vl2
13
14Vendor: Project Vine
15Distribution: Vine Linux
16
17%description
18The traceroute utility displays the route used by IP packets on their
19way to a specified network (or Internet) host.  Traceroute displays
20the IP number and host name (if possible) of the machines along the
21route taken by the packets.  Traceroute is used as a network debugging
22tool.  If you're having network connectivity problems, traceroute will
23show you where the trouble is coming from along the route.
24
25Install traceroute if you need a tool for diagnosing network connectivity
26problems.
27
28%prep
29%setup -q
30
31%build
32make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" LDFLAGS=""
33
34%install
35rm -rf $RPM_BUILD_ROOT
36
37install -d $RPM_BUILD_ROOT/bin
38install -m755 traceroute/traceroute $RPM_BUILD_ROOT/bin
39pushd $RPM_BUILD_ROOT/bin
40ln -s traceroute traceroute6
41ln -s traceroute tracert
42popd
43
44install -d $RPM_BUILD_ROOT%{_mandir}/man8
45install -p -m644 traceroute/traceroute.8 $RPM_BUILD_ROOT%{_mandir}/man8
46pushd $RPM_BUILD_ROOT%{_mandir}/man8
47ln -s traceroute.8 traceroute6.8
48popd
49
50%clean
51rm -rf %{buildroot}
52
53%files
54%defattr(-,root,root)
55%doc COPYING README TODO CREDITS
56/bin/*
57%{_mandir}/man?/*
58
59%changelog
60* Thu Feb 22 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1:2.1.0-1
61- updated to 2.1.0.
62
63* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1:2.0.19-1
64- update to 2.0.19
65
66* Wed Nov 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1:2.0.16-1
67- update to 2.0.16
68
69* Wed Apr 15 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1:2.0.12-1
70- update to 2.0.12
71- spec in utf-8
72
73* Fri Mar 21 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1:2.0.9-1vl5
74- updated to 2.0.9
75
76* Wed Sep 20 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1:1.0.4-0vl1
77- replace to new traceroute implementation.
78
79* Tue Oct 21 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4a12-20vl2
80- fix missing traceroute executable
81  - add real executable file of traceroute to %%files
82
83* Mon Oct 20 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4a12-20vl1
84- rebuild with new toolchains
85- s/Copyright/License/
86- based on Redhat Rawhide 1.4a12-20
87
88* Wed Feb 20 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4a5-18vl4
89- rebuild to remove rpmlib dependancy
90
91* Fri Jun 01 2001 <sagami@vinelinux.org>
92- 1.4a5-18vl3: quick hack for build failure and install manpage into _mandir
93
94* Mon Oct 16 2000 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
95- 1.4a5-18vl2
96- merged traceroute-1.4a5-security.patch
97
98* Mon Jul 10 2000 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
99- 1.4a5-18vl1
100- modified %patch5 -p1 -> %patch5 -p0
101
102* Mon Feb  7 2000 Jeff Johnson <jbj@redhat.com>
103- compress man pages.
104
105* Fri Jan 14 2000 Bill Nottingham <notting@redhat.com>
106- add patch for tracing to really long hostnames
107
108* Thu May 27 1999 Richard Henderson <rth@twiddle.net>
109- avoid unaligned traps writing into the output data area.
110
111* Fri May 14 1999 Jeff Johnson <jbj@redhat.com>
112- fix segfault when host cannot be reached through if (#2819)
113
114* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
115- auto rebuild in the new build environment (release 14)
116
117* Fri Mar 19 1999 Jeff Johnson <jbj@redhat.com>
118- strip binaries.
119
120* Sun Feb 07 1999 Preston Brown <pbrown@redhat.com>
121- patch added to automatically determine interface to route through
122
123* Fri Jan 22 1999 Jeff Johnson <jbj@redhat.com>
124- use %configure
125- fix 64 bit problem on alpha (#919)
126
127* Wed Jan 13 1999 Bill Nottingham <notting@redhat.com>
128- configure fix for arm
129
130* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
131- translations modified for de, fr, tr
132
133* Tue Dec 16 1997 Cristian Gafton <gafton@redhat.com>
134- updated the security patch (ouch!). Without the glibc fix, it could be
135  worthless anyway
136
137* Sat Dec 13 1997 Cristian Gafton <gafton@redhat.com>
138- added a security patch fix
139
140* Wed Oct 22 1997 Erik Troan <ewt@redhat.com>
141- added fix from Christopher Seawood
142
143* Mon Sep 22 1997 Erik Troan <ewt@redhat.com>
144- updated to 1.4a5 for security fixes; release 1 is for RH 4.2, release 2
145  is against glibc
146
147* Fri Jul 18 1997 Erik Troan <ewt@redhat.com>
148- built against glibc
Note: See TracBrowser for help on using the repository browser.