2015-07-10 10:59:52 +00:00
|
|
|
Name: perl-libnet
|
2016-08-01 13:15:49 +00:00
|
|
|
Version: 3.10
|
2017-07-27 07:13:38 +00:00
|
|
|
Release: 395%{?dist}
|
2015-07-10 10:59:52 +00:00
|
|
|
Summary: Perl clients for various network protocols
|
2016-09-16 12:58:21 +00:00
|
|
|
# other files: GPL+ or Artistic
|
|
|
|
## Not in binary packages
|
|
|
|
# repackage.sh: GPLv2+
|
|
|
|
## Removed from upstream sources:
|
|
|
|
# lib/Net/libnetFAQ.pod: Artistic (CPAN RT#117888)
|
2015-07-10 10:59:52 +00:00
|
|
|
License: GPL+ or Artistic
|
|
|
|
Group: Development/Libraries
|
|
|
|
URL: http://search.cpan.org/dist/libnet/
|
2016-09-16 12:58:21 +00:00
|
|
|
# Origin source archive contains Artistic only files, CPAN RT#117888.
|
|
|
|
# Local archive produced by "./repackage.sh %%{version}" command.
|
|
|
|
# http://www.cpan.org/authors/id/S/SH/SHAY/libnet-%%{version}.tar.gz
|
|
|
|
Source0: libnet-%{version}_repackaged.tar.gz
|
|
|
|
# Replacement for the Artistic only file, CPAN RT#117888.
|
|
|
|
Source1: libnetFAQ.pod
|
2015-07-10 10:59:52 +00:00
|
|
|
# Convert Changes to UTF-8
|
2016-07-20 06:16:17 +00:00
|
|
|
Patch0: libnet-3.09-Normalize-Changes-encoding.patch
|
2015-07-10 11:05:42 +00:00
|
|
|
# Do not create Net/libnet.cfg, bug #1238689
|
2016-01-06 08:42:23 +00:00
|
|
|
Patch1: libnet-3.08-Do-not-create-Net-libnet.cfg.patch
|
2015-07-10 10:59:52 +00:00
|
|
|
BuildArch: noarch
|
2016-09-16 12:58:21 +00:00
|
|
|
BuildRequires: coreutils
|
2015-07-10 10:59:52 +00:00
|
|
|
BuildRequires: findutils
|
|
|
|
BuildRequires: make
|
2017-07-12 12:50:17 +00:00
|
|
|
BuildRequires: perl-interpreter
|
2016-06-24 07:53:37 +00:00
|
|
|
BuildRequires: perl-generators
|
2015-07-10 10:59:52 +00:00
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64
|
2015-07-10 11:05:42 +00:00
|
|
|
# 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
|
2015-07-10 10:59:52 +00:00
|
|
|
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
|
2016-07-20 06:16:17 +00:00
|
|
|
BuildRequires: perl(IO::Socket::IP) >= 0.25
|
2015-07-10 10:59:52 +00:00
|
|
|
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}
|
2016-07-20 06:16:17 +00:00
|
|
|
# Core modules must be built without non-core dependencies
|
2015-07-10 10:59:52 +00:00
|
|
|
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)
|
2015-07-10 11:05:42 +00:00
|
|
|
BuildRequires: perl(IO::File)
|
2015-07-10 10:59:52 +00:00
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
# Optional tests:
|
|
|
|
%if !%{defined perl_bootstrap}
|
2016-07-20 06:16:17 +00:00
|
|
|
# Core modules must be built without non-core dependencies
|
2015-07-10 10:59:52 +00:00
|
|
|
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
|
2016-07-20 06:16:17 +00:00
|
|
|
Requires: perl(IO::Socket::IP) >= 0.25
|
2015-07-10 10:59:52 +00:00
|
|
|
Requires: perl(POSIX)
|
|
|
|
Requires: perl(Socket) >= 2.016
|
2016-07-20 06:16:17 +00:00
|
|
|
# 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)
|
2015-07-10 10:59:52 +00:00
|
|
|
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}
|
2016-09-16 12:58:21 +00:00
|
|
|
# Provide dummy Net::libnetFAQ document, CPAN RT#117888
|
|
|
|
install -m 0644 %{SOURCE1} lib/Net
|
2015-07-10 10:59:52 +00:00
|
|
|
%patch0 -p1
|
2015-07-10 11:05:42 +00:00
|
|
|
%patch1 -p1
|
2015-07-10 10:59:52 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor </dev/null
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
2016-07-20 06:16:17 +00:00
|
|
|
find $RPM_BUILD_ROOT -type f -name .packlist -delete
|
2015-07-10 10:59:52 +00:00
|
|
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
|
|
|
|
|
%check
|
|
|
|
make test
|
|
|
|
|
|
|
|
%files
|
|
|
|
%license Artistic Copying LICENCE
|
|
|
|
%doc Changes README
|
|
|
|
%{perl_vendorlib}/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
%changelog
|
2017-07-27 07:13:38 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.10-395
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-06-07 15:09:49 +00:00
|
|
|
* Wed Jun 07 2017 Jitka Plesnikova <jplesnik@redhat.com> - 3.10-394
|
|
|
|
- Perl 5.26 re-rebuild of bootstrapped packages
|
|
|
|
|
2017-06-03 10:57:25 +00:00
|
|
|
* Sat Jun 03 2017 Jitka Plesnikova <jplesnik@redhat.com> - 3.10-393
|
|
|
|
- Perl 5.26 rebuild
|
|
|
|
|
2017-02-11 06:13:22 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.10-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-09-16 12:58:21 +00:00
|
|
|
* Fri Sep 16 2016 Petr Pisar <ppisar@redhat.com> - 3.10-2
|
|
|
|
- Net::libnetFAQ document replaced with a hyper link because of the Artistic
|
|
|
|
license (CPAN RT#117888)
|
|
|
|
|
2016-08-01 13:15:49 +00:00
|
|
|
* Mon Aug 01 2016 Jitka Plesnikova <jplesnik@redhat.com> - 3.10-1
|
|
|
|
- 3.10 bump
|
|
|
|
|
2016-07-27 11:35:15 +00:00
|
|
|
* Wed Jul 27 2016 Petr Pisar <ppisar@redhat.com> - 3.09-2
|
|
|
|
- Fix blocking in Net::FTP and other subclasses (bug #1360610)
|
|
|
|
|
2016-07-20 06:16:17 +00:00
|
|
|
* Wed Jul 20 2016 Petr Pisar <ppisar@redhat.com> - 3.09-1
|
|
|
|
- 3.09 bump
|
|
|
|
|
2016-05-18 14:45:01 +00:00
|
|
|
* Wed May 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 3.08-366
|
|
|
|
- Perl 5.24 re-rebuild of bootstrapped packages
|
|
|
|
|
2016-05-14 10:23:57 +00:00
|
|
|
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 3.08-365
|
|
|
|
- Increase release to favour standalone package
|
|
|
|
|
2016-02-04 16:48:45 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.08-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-01-06 08:42:23 +00:00
|
|
|
* Wed Jan 06 2016 Petr Pisar <ppisar@redhat.com> - 3.08-1
|
|
|
|
- 8.08 bump
|
|
|
|
|
2015-07-20 12:38:12 +00:00
|
|
|
* Mon Jul 20 2015 Petr Pisar <ppisar@redhat.com> - 3.07-1
|
|
|
|
- 3.07 bump
|
|
|
|
|
2015-07-10 10:59:52 +00:00
|
|
|
* Wed Jul 01 2015 Petr Pisar <ppisar@redhat.com> 3.06-1
|
|
|
|
- Specfile autogenerated by cpanspec 1.78.
|
2015-07-10 11:05:42 +00:00
|
|
|
- Do not create Net/libnet.cfg (bug #1238689)
|