rpms/tcptraceroute/EL-4 tcptraceroute.spec, NONE, 1.1 sources, 1.1, 1.2

Sindre Pedersen Bjørdal (sindrepb) fedora-extras-commits at redhat.com
Tue Jun 19 06:00:17 UTC 2007


Author: sindrepb

Update of /cvs/extras/rpms/tcptraceroute/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22233

Modified Files:
	sources 
Added Files:
	tcptraceroute.spec 
Log Message:
add files to branch


--- NEW FILE tcptraceroute.spec ---
Name:           tcptraceroute
Version:        1.5
Release:        0.1.beta7%{?dist}
Summary:        A traceroute implementation using TCP packets

Group:          Applications/Internet
License:        GPL
URL:            http://michael.toren.net/code/tcptraceroute/
Source0:        http://michael.toren.net/code/tcptraceroute/%{name}-%{version}beta7.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libpcap-devel, libnet-devel    

%description
TCPtraceroute is a traceroute implementation using TCP packets.

The problem is that with the widespread use of firewalls on the modern
Internet, many of the packets that the conventional traceroute(8) sends
out (ICMP echo or UDP) end up being filtered, making it impossible to
completely trace the path to the destination. By sending out TCP SYN packets
instead of UDP or ICMP ECHO packets, tcptraceroute is able to bypass the most
common firewall filters.

%prep
%setup -qn %{name}-%{version}beta7

%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

rm -f $RPM_BUILD_ROOT%{_mandir}/%{name}/AUTHORS
rm -f $RPM_BUILD_ROOT%{_mandir}/%{name}/ChangeLog
rm -f $RPM_BUILD_ROOT%{_mandir}/%{name}/COPYING
rm -f $RPM_BUILD_ROOT%{_mandir}/%{name}/NEWS
rm -f $RPM_BUILD_ROOT%{_mandir}/%{name}/README 

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README
%{_bindir}/*
%{_mandir}/man?/*
%doc %{_docdir}/tcptraceroute



%changelog
* Fri May 04 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 1.5-0.1.beta7
- Initial build


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/tcptraceroute/EL-4/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Jun 2007 04:39:12 -0000	1.1
+++ sources	19 Jun 2007 05:59:41 -0000	1.2
@@ -0,0 +1 @@
+65d1001509f971ea986fcbc2dd009643  tcptraceroute-1.5beta7.tar.gz




More information about the fedora-extras-commits mailing list