Name: perl-libnet Version: 3.10 Release: 1%{?dist} Summary: Perl clients for various network protocols License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/libnet/ Source0: http://www.cpan.org/authors/id/S/SH/SHAY/libnet-%{version}.tar.gz # Convert Changes to UTF-8 Patch0: libnet-3.09-Normalize-Changes-encoding.patch # Do not create Net/libnet.cfg, bug #1238689 Patch1: libnet-3.08-Do-not-create-Net-libnet.cfg.patch BuildArch: noarch BuildRequires: findutils BuildRequires: make BuildRequires: perl BuildRequires: perl-generators BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64 # Getopt::Std not used because of Do-not-create-Net-libnet.cfg.patch # IO::File not used because of Do-not-create-Net-libnet.cfg.patch BuildRequires: perl(strict) BuildRequires: perl(warnings) # Run-time: BuildRequires: perl(Carp) BuildRequires: perl(constant) # Convert::EBCDIC not used BuildRequires: perl(Errno) BuildRequires: perl(Exporter) BuildRequires: perl(Fcntl) # File::Basename not used at tests BuildRequires: perl(FileHandle) BuildRequires: perl(IO::Select) BuildRequires: perl(IO::Socket) >= 1.05 # Prefer IO::Socket::IP over IO::Socket::INET6 and IO::Socket::INET # IO::Socket::INET6 not used BuildRequires: perl(IO::Socket::IP) >= 0.25 BuildRequires: perl(POSIX) BuildRequires: perl(Socket) >= 2.016 BuildRequires: perl(Symbol) BuildRequires: perl(Time::Local) # Optional run-time: # Authen::SASL not used at tests # Digest::MD5 not used at tests %if !%{defined perl_bootstrap} # Core modules must be built without non-core dependencies BuildRequires: perl(IO::Socket::SSL) >= 2.007 %endif # MD5 not used because we prefer Digest::MD5 # MIME::Base64 not used at tests # Tests: BuildRequires: perl(Config) BuildRequires: perl(Cwd) BuildRequires: perl(File::Temp) BuildRequires: perl(IO::File) BuildRequires: perl(Test::More) # Optional tests: %if !%{defined perl_bootstrap} # Core modules must be built without non-core dependencies BuildRequires: perl(IO::Socket::SSL::Utils) %endif # Test::CPAN::Changes not used # Test::Perl::Critic not used # Test::Pod 1.00 not used # Test::Pod::Coverage 0.08 not used Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(File::Basename) Requires: perl(IO::Socket) >= 1.05 # Prefer IO::Socket::IP over IO::Socket::INET6 and IO::Socket::INET Requires: perl(IO::Socket::IP) >= 0.25 Requires: perl(POSIX) Requires: perl(Socket) >= 2.016 # Optional run-time: # Core modules must be built without non-core dependencies %if !%{defined perl_bootstrap} Suggests: perl(Authen::SASL) %endif Suggests: perl(Digest::MD5) %if !%{defined perl_bootstrap} Suggests: perl(IO::Socket::SSL) >= 2.007 %endif Suggests: perl(MIME::Base64) Conflicts: perl < 4:5.22.0-347 # Filter under-specified dependencies %global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\((IO::Socket|Socket)\\)$ %description This 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 -q -n libnet-%{version} %patch0 -p1 %patch1 -p1 %build perl Makefile.PL INSTALLDIRS=vendor - 3.10-1 - 3.10 bump * Wed Jul 27 2016 Petr Pisar - 3.09-2 - Fix blocking in Net::FTP and other subclasses (bug #1360610) * Wed Jul 20 2016 Petr Pisar - 3.09-1 - 3.09 bump * Thu Feb 04 2016 Fedora Release Engineering - 3.08-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Jan 06 2016 Petr Pisar - 3.08-1 - 8.08 bump * Mon Jul 20 2015 Petr Pisar - 3.07-1 - 3.07 bump * Wed Jul 01 2015 Petr Pisar 3.06-1 - Specfile autogenerated by cpanspec 1.78. - Do not create Net/libnet.cfg (bug #1238689)