summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorankry2004-04-15 05:31:08 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitb052933bb5d896e18158d3974b388e971b124f05 (patch)
tree361ac32fcafdd93c8307f9675cd412c4a87dffc1
parenta16edae6f4ceaca5eddef3bc0d87d184219157e7 (diff)
downloadperl-NetPacket-b052933bb5d896e18158d3974b388e971b124f05.zip
perl-NetPacket-b052933bb5d896e18158d3974b388e971b124f05.tar.gz
- updated description, fixed License
Changed files: perl-NetPacket.spec -> 1.20
-rw-r--r--perl-NetPacket.spec27
1 files changed, 17 insertions, 10 deletions
diff --git a/perl-NetPacket.spec b/perl-NetPacket.spec
index f01d13d..d337801 100644
--- a/perl-NetPacket.spec
+++ b/perl-NetPacket.spec
@@ -1,12 +1,12 @@
%include /usr/lib/rpm/macros.perl
%define pnam NetPacket
-Summary: NetPacket do disassembly of network packets of various Internet protocols
-Summary(pl): Moduł NetPacket do rozkładania pakietów różnych protokołów internetowych
+Summary: NetPacket - modules to assemble/disassemble network packets of various Internet protocols
+Summary(pl): NetPacket - moduły składania/rozkładania pakietów różnych protokołów internetowych
Name: perl-%{pnam}
Version: 0.04
Release: 2
-License: GPL
+License: Artistic
Group: Development/Languages/Perl
Source0: http://www.cpan.org/modules/by-module/%{pnam}/%{pnam}-%{version}.tar.gz
# Source0-md5: 3bf136cd3b555d50ba4b1ce81968f695
@@ -16,15 +16,22 @@ BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-The NetPacket module do disassembly of network packets of various
-Internet protocols. At present, decoding for the following protocols
-has been implemented: Ethernet (802.3 and 802.2), ARP, ICMP, IGMP, IP,
-UDP and TCP.
+"NetPacket" provides a base class for a cluster of modules related to
+decoding and encoding of network protocols. Each "NetPacket"
+descendent module knows how to encode and decode packets for the
+network protocol it implements. At present, decoding/encoding for the
+following protocols has been implemented: Ethernet (802.3 and 802.2),
+ARP, ICMP, IGMP, IP, UDP, TCP, LLC, Spanning Tree (802.1D and 802.1w)
+and LACP (not complete yet).
%description -l pl
-Moduł NetPacket rozkłada pakiety sieciowe różnych internetowych
-protokołów. Aktualnie ma zaimplementowane dekodowanie następujących
-protokołów: Ethernet (802.3 i 802.2), ARP, ICMP, IGMP, IP, UDP i TCP.
+"NetPacket" stanowi klasę bazową dla zbioru modułów służących do
+rozkodowywania i kodowania protokołów sieciowych. Każdy z tych modułów
+umie rozkodować i zakodować implementowany przez siebie protokół
+sieciowy. Aktualnie zaimplementowane jest rozkodowywanie/kodowanie
+następujących protokołów: Ethernet (802.3 i 802.2), ARP, ICMP, IGMP,
+IP, UDP, TCP, LLC, Spanning Tree (802.1D and 802.1w) i LACP (jeszcze
+nie dokończone).
%prep
%setup -q -n %{pnam}-%{version}