rpms/scapy/F-10 .cvsignore, 1.2, 1.3 scapy.spec, 1.1, 1.2 sources, 1.2, 1.3

Devan Goodwin dgoodwin at fedoraproject.org
Sun Dec 21 13:09:52 UTC 2008


Author: dgoodwin

Update of /cvs/extras/rpms/scapy/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3526

Modified Files:
	.cvsignore scapy.spec sources 
Log Message:
Update scapy to 2.0.0.9 for F-10.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/scapy/F-10/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	23 Jan 2008 03:23:34 -0000	1.2
+++ .cvsignore	21 Dec 2008 13:09:21 -0000	1.3
@@ -1 +1 @@
-scapy-1.1.1.tar.gz
+scapy-2.0.0.9.tar.gz


Index: scapy.spec
===================================================================
RCS file: /cvs/extras/rpms/scapy/F-10/scapy.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- scapy.spec	23 Jan 2008 03:23:34 -0000	1.1
+++ scapy.spec	21 Dec 2008 13:09:21 -0000	1.2
@@ -1,6 +1,8 @@
+%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+
 Name: scapy
-Version: 1.1.1
-Release: 4%{?dist}
+Version: 2.0.0.9
+Release: 2%{?dist}
 Summary: Interactive packet manipulation tool and network scanner
 
 Group: Applications/Internet
@@ -10,9 +12,9 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch: noarch
-BuildRequires: python >= 2.3
+BuildRequires: python >= 2.5
 
-Requires: python >= 2.3
+Requires: python >= 2.5
 
 %description
 Scapy is a powerful interactive packet manipulation program built on top 
@@ -24,22 +26,30 @@
 %setup -q -n scapy-%{version}
 
 %build
+%{__python} setup.py build
 
 %install
 %{__rm} -rf %{buildroot}
-%{__install} -Dp -m0755 scapy.py %{buildroot}%{_bindir}/scapy
-%{__install} -Dp -m0644 scapy.1 %{buildroot}%{_mandir}/man1/scapy.1
+%{__install} -Dp -m0644 doc/scapy.1.gz %{buildroot}%{_mandir}/man1/scapy.1.gz
+%{__python} setup.py install -O1 --skip-build --root %{buildroot}
+%{__rm} -f %{buildroot}%{python_sitelib}/*egg-info/requires.txt
+
 
 %clean
 %{__rm} -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS changelog COPYING README
 %doc %{_mandir}/man1/scapy.1*
 %{_bindir}/scapy
+%{_bindir}/UTscapy
+%{python_sitelib}/scapy/*
+%{python_sitelib}/scapy-*.egg-info
 
 %changelog
+* Sun Dec 07 2008 Devan Goodwin <dgoodwin at dangerouslyinc.com> 2.0.0.9-2
+- Update for Scapy 2.0.0.9.
+
 * Tue Jan 22 2008 Devan Goodwin <dgoodwin at dangerouslyinc.com> 1.1.1-4
 - Switch to using rm macro.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/scapy/F-10/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	23 Jan 2008 03:23:34 -0000	1.2
+++ sources	21 Dec 2008 13:09:21 -0000	1.3
@@ -1 +1 @@
-8ac720a1bea4304797c713ef1ed063f1  scapy-1.1.1.tar.gz
+953dc98dbd78fba3a80d554514581d26  scapy-2.0.0.9.tar.gz




More information about the fedora-extras-commits mailing list