Name: perl-Net-Pcap-Easy Version: 1.4209 Release: 1%{?dist} Summary: Convenience functions to make Net::Pcap easier to use License: ASL 2.0 Group: Development/Libraries URL: http://search.cpan.org/dist/Net-Pcap-Easy/ Source0: http://www.cpan.org/modules/by-module/Net/Net-Pcap-Easy-%{version}.tar.gz BuildArch: noarch BuildRequires: perl BuildRequires: perl(bytes) BuildRequires: perl(Carp) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Slurp) BuildRequires: perl(Net::Netmask) BuildRequires: perl(NetPacket::ARP) BuildRequires: perl(NetPacket::Ethernet) BuildRequires: perl(NetPacket::ICMP) BuildRequires: perl(NetPacket::IGMP) BuildRequires: perl(NetPacket::IP) BuildRequires: perl(NetPacket::TCP) BuildRequires: perl(NetPacket::UDP) BuildRequires: perl(Net::Pcap) BuildRequires: perl(Socket) BuildRequires: perl(strict) BuildRequires: perl(Test) BuildRequires: perl(Test::More) BuildRequires: perl(warnings) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module is little more than a collection of macros and convenience functions. Net::Pcap does all the real work (of lifting libpcap into perl anyway). %prep %setup -q -n Net-Pcap-Easy-%{version} %build TEST_DEVICE=skip %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install make pure_install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %files %doc Changes README examples contrib %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sat Nov 22 2014 David Dick - 1.4209-1 - Initial release