File tcptraceroute.spec of Package tcptraceroute
#
# spec file for package tcptraceroute (Version 1.5.beta7)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
%define _prefix /usr
Name: tcptraceroute
Version: 1.5.beta7
Release: 1
Summary: Traceroute Implementation using TCP Packets
Source: %{name}-%{version}.tar.bz2
Url: http://michael.toren.net/code/tcptraceroute/
Group: Productivity/Networking/Routing
License: GPL v2 only
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libnet libpcap-devel
%description
tcptraceroute is a traceroute implementation using TCP SYN packets,
instead of the more traditional UDP or ICMP ECHO packets. In doing so,
it is able to trace through many common firewall filters.
Authors:
--------
mct@toren.net
%prep
%setup -q
%build
%configure
%__make %{?jobs:-j%{jobs}}
%install
%makeinstall
%__rm -rf "%{buildroot}%{_datadir}/doc"
%clean
%__rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING NEWS README
%doc examples.txt tcptraceroute.1.html
%{_bindir}/tcptraceroute
%doc %{_mandir}/man1/tcptraceroute.1*
# Local Variables:
# mode: rpm-spec
# tab-width: 3
# End:
%changelog
* Mon Apr 07 2008 crrodriguez@suse.de
- fix rpm version number
* Tue Mar 18 2008 pgajdos@suse.cz
- moved from BuildService (network:utilities, pbleser)
[fate#302509]