rpms/scapy/F-8 scapy.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Devan Goodwin (dgoodwin) fedora-extras-commits at redhat.com
Wed Jan 23 03:29:28 UTC 2008


Author: dgoodwin

Update of /cvs/extras/rpms/scapy/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32369/F-8

Modified Files:
	.cvsignore sources 
Added Files:
	scapy.spec 
Log Message:
Importing scapy SRPM info F-8 branch.



--- NEW FILE scapy.spec ---
Name: scapy
Version: 1.1.1
Release: 4%{?dist}
Summary: Interactive packet manipulation tool and network scanner

Group: Applications/Internet
License: GPLv2
URL: http://www.secdev.org/projects/scapy/
Source0: http://www.secdev.org/projects/scapy/files/scapy-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch: noarch
BuildRequires: python >= 2.3

Requires: python >= 2.3

%description
Scapy is a powerful interactive packet manipulation program built on top 
of the Python interpreter. It can be used to forge or decode packets of 
a wide number of protocols, send them over the wire, capture them, match 
requests and replies, and much more.

%prep
%setup -q -n scapy-%{version}

%build

%install
%{__rm} -rf %{buildroot}
%{__install} -Dp -m0755 scapy.py %{buildroot}%{_bindir}/scapy
%{__install} -Dp -m0644 scapy.1 %{buildroot}%{_mandir}/man1/scapy.1

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc AUTHORS changelog COPYING README
%doc %{_mandir}/man1/scapy.1*
%{_bindir}/scapy

%changelog
* Tue Jan 22 2008 Devan Goodwin <dgoodwin at dangerouslyinc.com> 1.1.1-4
- Switch to using rm macro.

* Mon Jan 21 2008 Devan Goodwin <dgoodwin at dangerouslyinc.com> 1.1.1-2
- Spec file cleanup.

* Fri Jan 18 2008 Devan Goodwin <dgoodwin at dangerouslyinc.com> 1.1.1-1
- Initial packaging for Fedora.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/scapy/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	22 Jan 2008 23:42:25 -0000	1.1
+++ .cvsignore	23 Jan 2008 03:28:50 -0000	1.2
@@ -0,0 +1 @@
+scapy-1.1.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/scapy/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	22 Jan 2008 23:42:25 -0000	1.1
+++ sources	23 Jan 2008 03:28:50 -0000	1.2
@@ -0,0 +1 @@
+8ac720a1bea4304797c713ef1ed063f1  scapy-1.1.1.tar.gz




More information about the fedora-extras-commits mailing list