Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions specs/scapy/scapy.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
# Authority: dag
# Upstream: Philippe Biondi <biondi$cartel-securite,fr>

### Requires python >= 2.5
# ExcludeDist: el3 el4 el5

%define python_sitelib %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib()')

Summary: Interactive packet manipulation tool and network scanner
Name: scapy
Version: 2.0.0.10
Version: 2.2.0
Release: 1%{?dist}
License: GPL
Group: Applications/Internet
Expand All @@ -16,8 +19,8 @@ Source: http://www.secdev.org/projects/scapy/files/scapy-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildArch: noarch
BuildRequires: python >= 2.4
Requires: python >= 2.4, nmap
BuildRequires: python >= 2.5
Requires: python >= 2.5, nmap

%description
Scapy is a powerful interactive packet manipulation tool, packet generator,
Expand Down Expand Up @@ -53,6 +56,9 @@ the interpretor, and restored the next time you launch scapy.
%{python_sitelib}

%changelog
* Fri Jun 27 2014 David Imhoff <dimhoff_devel@xs4all.com> - 2.2.0-1
- Updated to release 2.2.0.

* Sat Oct 11 2008 Dag Wieers <dag@wieers.com> - 2.0.0.10-1
- Updated to release 2.0.0.10.

Expand Down