Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37840726
en ru br
ALT Linux repositórios
S:2.5.0-alt1
5.0: 2.0.0.10-alt1
4.1: 1.1.1-alt1

Group :: Rede/Outros
RPM: scapy

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

%define packagename python-module-scapy
Name: scapy
Summary: Scapy is a powerful interactive packet manipulation program written in Python
Version: 1.1.1
Release: alt1
Group: Networking/Other
License: GPL3
Packager: Mikhail Pokidko <pma at altlinux.ru>
URL: http://www.secdev.org/projects/scapy/
Source: scapy-1.1.1.tar.gz
#Requires: libpcap, libdnet and their respective python wrapper

# Automatically added by buildreq on Fri Apr 25 2008

BuildRequires: python-base

%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.

%prep
%setup -q

#build


%install
mkdir -p %buildroot%python_sitelibdir \
%buildroot%_man1dir
install -Dp -m0755 scapy.py %buildroot%_bindir/scapy
install -Dp -m0755 scapy.py %buildroot%python_sitelibdir/
install -Dp -m0644 scapy.1 %buildroot%_man1dir/


%files
%doc AUTHORS README COPYING changelog
%_bindir/*
%_man1dir/*
%python_sitelibdir/*

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009