Hello community, here is the log from the commit of package python-scapy for openSUSE:Factory checked in at 2013-04-23 17:33:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-scapy (Old) and /work/SRC/openSUSE:Factory/.python-scapy.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-scapy", Maintainer is "" Changes: -------- New Changes file: --- /dev/null 2013-04-05 00:01:41.916011506 +0200 +++ /work/SRC/openSUSE:Factory/.python-scapy.new/python-scapy.changes 2013-04-23 17:34:00.000000000 +0200 @@ -0,0 +1,10 @@ +------------------------------------------------------------------- +Mon Apr 22 11:41:59 UTC 2013 - [email protected] + +- Add description + +------------------------------------------------------------------- +Mon Apr 22 11:25:23 UTC 2013 - [email protected] + +- Initial version + New: ---- python-scapy.changes python-scapy.spec scapy-latest.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-scapy.spec ++++++ # # spec file for package python-scapy # # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ Name: python-scapy Version: 2.1.0 Release: 0 License: GPL-2.0 Summary: Interactive packet manipulation tool Url: http://www.cartel-securite.fr/pbiondi/scapy.html Group: Development/Languages/Python Source: scapy-latest.tar.gz BuildRequires: python-devel # Documentation requirements: #BuildRequires: python-Sphinx BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %else BuildArch: noarch %endif %description Scapy is a powerful interactive packet manipulation program. It is able to forge or decode packets of a wide number of protocols, send them on the wire, capture them, match requests and replies, and much more. It can easily handle most classical tasks like scanning, tracerouting, probing, unit tests, attacks or network discovery (it can replace hping, 85% of nmap, arpspoof, arp-sk, arping, tcpdump, tethereal, p0f, etc.). It also performs very well at a lot of other specific tasks that most other tools can't handle, like sending invalid frames, injecting your own 802.11 frames, combining technics (VLAN hopping+ARP cache poisoning, VOIP decoding on WEP encrypted channel, ...), etc. %prep %setup -q -n scapy-%{version} %build python setup.py build #NOTE(saschpe): The documentation is CC-BY-SA-NC-2.5, thus we can not # redistribute it (sr#172834): rm -r doc/scapy #cd doc/scapy && make html && rm _build/html/.buildinfo %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} #%%check #cd test && ./run_tests %files %defattr(-,root,root,-) #%%doc doc/scapy/_build/html %{_bindir}/scapy %{_bindir}/UTscapy %{python_sitelib}/* %{_mandir}/man1/scapy.1.gz %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
