Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 43181d7191d5be9ee9f4c91b2db13ad3 > files > 2

intrace-1.4.3-3.fc15.src.rpm

Name:		intrace
Version:	1.4.3
Release:	3%{?dist}
Summary:	Traceroute-like application for network reconnaisance

Group:		Applications/Internet
License:	GPLv2+
URL:		http://code.google.com/p/%{name}/
Source0:	http://%{name}.googlecode.com/files/%{name}-%{version}.tgz

BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)


%description
InTrace is a traceroute-like application that enables users to
enumerate IP hops exploiting existing TCP connections, both initiated
from local network (local system) or from remote hosts. It could be
useful for network reconnaissance and firewall bypassing

%prep
%setup -q -n %{name}-%{version}
sed -i 's|-O3|%{optflags}|g' Makefile



%build
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}/
install -p %{name} $RPM_BUILD_ROOT/%{_bindir}/


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc ChangeLog README LICENSE.GPLv2 LICENSE.GPLv3
%{_bindir}/%{name}



%changelog
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild


* Tue Oct 27 2009 Kashyap Chamarthy <kashyapc@fedoraproject.org> - 1.4.3-2
- Add Fedora optflags for compilation

* Wed Sep 30 2009 Kashyap Chamarthy <kashyapc@fedoraproject.org> - 1.4.3-1
- New upstream version with License text in source files and rewritten sender.c
- See comments #8 and #9 in https://bugzilla.redhat.com/show_bug.cgi?id=524386

* Sat Sep 19 2009 Kashyap Chamarthy <kashyapc@fedoraproject.org> - 1.4.2-2
- Changes made to spec as per comment in Bugzilla https://bugzilla.redhat.com/show_bug.cgi?id=524386#c2

* Sat Sep 19 2009 Kashyap Chamarthy <kashyapc@fedoraproject.org> - 1.4.2-1
- Initial spec file