Name: perl-libnet
Summary: Collection of Perl modules which provide Internet protocols
Version: 1.22
Release: 1
License: Artistic/GPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/libnet/
Description: perl-libnet is a collection of Perl modules which provides a simple
and consistent programming interface (API) to the client side
of various protocols used in the internet community.
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: dag # Upstream: Graham Barr <gbarr$pobox,com> ### EL2 ships with perl-libnet-1.0703-6 %{?el2:# Tag: rfx} # ExclusiveDist: el2 %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib) %define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch) %define real_name libnet Summary: Collection of Perl modules which provide Internet protocols Name: perl-libnet Version: 1.22 Epoch: 2 Release: 1%{?dist} License: Artistic/GPL Group: Applications/CPAN URL: http://search.cpan.org/dist/libnet/ Source: http://www.cpan.org/modules/by-module/Net/libnet-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: perl >= 0:5.00503 BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl >= 0:5.00503 %description perl-libnet is a collection of Perl modules which provides a simple and consistent programming interface (API) to the client side of various protocols used in the internet community. %prep %setup -n %{real_name}-%{version} %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 META.yml README SIGNATURE %doc %{_mandir}/man3/Net::*.3pm* %{perl_vendorlib}/Net/ %changelog * Thu Nov 15 2007 Dag Wieers <dag@wieers.com> - 1.22-1 - Updated to release 1.22. * Sun Aug 05 2007 Dag Wieers <dag@wieers.com> - 1.21-1 - Updated to release 1.21. * Sat Nov 5 2005 Dries Verachtert <dries@ulyssis.org> - 1.19-1 - Updated to release 1.19. * Wed Dec 19 2001 root <root@redhat.com> - Spec file was autogenerated.