Name: perl-Net-ARP
Summary: Create and send ARP packets
Version: 1.0.6
Release: 1
License: Artistic/GPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/Net-ARP/
Description: This module is a Perl extension to create and send ARP packets.
You do not need to install any additionally libraries like Libnet to compile
this extension. It uses kernel header files to create the packets.
The build was succesful. The following RPMs were generated:
The build was succesful. The following RPMs were generated:
The spec file used by the build system currently has the following contents:
# $Id$ # Authority: dries # Upstream: Bastian Ballmann <Crazydj$chaostal,de> %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib) %define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch) %define real_name Net-ARP Summary: Create and send ARP packets Name: perl-Net-ARP Version: 1.0.6 Release: 1%{?dist} License: Artistic/GPL Group: Applications/CPAN URL: http://search.cpan.org/dist/Net-ARP/ Source: http://www.cpan.org/modules/by-module/Net/Net-ARP-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) %description This module is a Perl extension to create and send ARP packets. You do not need to install any additionally libraries like Libnet to compile this extension. It uses kernel header files to create the packets. %prep %setup -n %{real_name} %build CFLAGS="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}" %{__make} %{?_smp_mflags} OPTIMIZE="%{optflags}" %install %{__rm} -rf %{buildroot} %{__make} pure_install ### Clean up buildroot find %{buildroot} -name .packlist -exec %{__rm} {} \; %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc Changes MANIFEST README %doc %{_mandir}/man3/Net::ARP.3pm* %dir %{perl_vendorarch}/auto/Net/ %{perl_vendorarch}/auto/Net/ARP/ %dir %{perl_vendorarch}/Net/ %{perl_vendorarch}/Net/ARP.pm %changelog * Wed Jul 22 2009 Christoph Maser <cmr@financial.com> - 1.0.6-1 - Updated to version 1.0.6. * Fri Jan 04 2008 Dag Wieers <dag@wieers.com> - 1.0.2-1 - Updated to release 1.0.2. * Mon Nov 19 2007 Dag Wieers <dag@wieers.com> - 1.0.1-1 - Updated to release 1.0.1. * Thu Nov 15 2007 Dag Wieers <dag@wieers.com> - 1.0-1 - Updated to release 1.0. * Sun Mar 26 2006 Dries Verachtert <dries@ulyssis.org> - 0.8-1 - Updated to release 0.8. * Fri Dec 9 2005 Dries Verachtert <dries@ulyssis.org> - 0.6-1 - Initial package.