rpms/intrace/F-12 intrace.spec,NONE,1.1 sources,1.1,1.2

kashyap chamarthy kashyapc at fedoraproject.org
Sun Nov 1 19:48:47 UTC 2009


Author: kashyapc

Update of /cvs/pkgs/rpms/intrace/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4407

Modified Files:
	sources 
Added Files:
	intrace.spec 
Log Message:
initial commit



--- NEW FILE intrace.spec ---
Name:		intrace
Version:	1.4.3
Release:	2%{?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

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

* Wed Sep 30 2009 Kashyap Chamarthy <kashyapc at 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 at 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 at fedoraproject.org> - 1.4.2-1
- Initial spec file


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/intrace/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	31 Oct 2009 23:46:46 -0000	1.1
+++ sources	1 Nov 2009 19:48:46 -0000	1.2
@@ -0,0 +1 @@
+7cc6e6b2678c45549c5de8c98968bf18  intrace-1.4.3.tgz




More information about the scm-commits mailing list