]> git.pld-linux.org Git - packages/perl-NetPacket.git/blobdiff - perl-NetPacket.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/perl-NetPacket.git] / perl-NetPacket.spec
index 81f6266852182c58eacd653080b2b3758d4f091f..aeeac7145d92d832f6ac428de7eece975f0ae78b 100644 (file)
@@ -1,44 +1,53 @@
-%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
-Name:          perl-%{pnam}
-Version:       0.03
-Release:       2
-License:       GPL
+%define                pdir    NetPacket
+Summary:       NetPacket - modules to assemble/disassemble network packets of various Internet protocols
+Summary(pl.UTF-8):     NetPacket - moduły składania/rozkładania pakietów różnych protokołów internetowych
+Name:          perl-NetPacket
+Version:       1.6.0
+Release:       1
+License:       Artistic
 Group:         Development/Languages/Perl
-Group(de):     Entwicklung/Sprachen/Perl
-Group(pl):     Programowanie/Jêzyki/Perl
-Source0:        ftp://ftp.perl.org/pub/CPAN/modules/by-module/%{pnam}/%{pnam}-%{version}.tar.gz
-BuildRequires: rpm-perlprov >= 3.0.3-16
-BuildRequires: perl >= 5.6
+Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{version}.tar.gz
+# Source0-md5: 17ba0407dada096f046f513387e88818
+Patch0:                %{name}-ethernet.patch
+URL:           http://search.cpan.org/dist/NetPacket/
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
 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.
-
-%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" 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.UTF-8
+"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}
+%setup -q -n %{pdir}-%{version}
+%patch0 -p1
 
 %build
-perl Makefile.PL
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
-gzip -9nf README 
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -name .packlist | xargs -r rm -f
 
 %clean
@@ -46,7 +55,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%{perl_sitelib}/%{pnam}.pm
-%{perl_sitelib}/%{pnam}
+%doc README
+%{perl_vendorlib}/*.pm
+%{perl_vendorlib}/%{pdir}
 %{_mandir}/man3/*
-%doc *.gz
This page took 0.637348 seconds and 4 git commands to generate.