Subpackage Net::*ent modules into perl-Net
This commit is contained in:
parent
a971e5716e
commit
927cbfc2ef
@ -1191,6 +1191,16 @@ Requires: perl(warnings) \
|
|||||||
Requires: perl(XSLoader) \
|
Requires: perl(XSLoader) \
|
||||||
Provides: perl(NDBM_File) = 1.15 \
|
Provides: perl(NDBM_File) = 1.15 \
|
||||||
%{nil}
|
%{nil}
|
||||||
|
%global gendep_perl_Net \
|
||||||
|
Requires: perl(:VERSION) >= 5.6.0 \
|
||||||
|
Requires: perl(Class::Struct) \
|
||||||
|
Requires: perl(Exporter) \
|
||||||
|
Requires: perl(strict) \
|
||||||
|
Provides: perl(Net::hostent) = 1.02 \
|
||||||
|
Provides: perl(Net::netent) = 1.01 \
|
||||||
|
Provides: perl(Net::protoent) = 1.01 \
|
||||||
|
Provides: perl(Net::servent) = 1.02 \
|
||||||
|
%{nil}
|
||||||
%global gendep_perl_Net_Ping \
|
%global gendep_perl_Net_Ping \
|
||||||
Requires: perl(:VERSION) >= 5.2.0 \
|
Requires: perl(:VERSION) >= 5.2.0 \
|
||||||
Requires: perl(Carp) \
|
Requires: perl(Carp) \
|
||||||
@ -2087,10 +2097,6 @@ Provides: perl(File::Copy) = 2.34 \
|
|||||||
Provides: perl(FileHandle) = 2.03 \
|
Provides: perl(FileHandle) = 2.03 \
|
||||||
Provides: perl(FindBin) = 1.51 \
|
Provides: perl(FindBin) = 1.51 \
|
||||||
Provides: perl(Getopt::Std) = 1.12 \
|
Provides: perl(Getopt::Std) = 1.12 \
|
||||||
Provides: perl(Net::hostent) = 1.02 \
|
|
||||||
Provides: perl(Net::netent) = 1.01 \
|
|
||||||
Provides: perl(Net::protoent) = 1.01 \
|
|
||||||
Provides: perl(Net::servent) = 1.02 \
|
|
||||||
Provides: perl(Pod::Functions) = 1.13 \
|
Provides: perl(Pod::Functions) = 1.13 \
|
||||||
Provides: perl(SelectSaver) = 1.02 \
|
Provides: perl(SelectSaver) = 1.02 \
|
||||||
Provides: perl(Symbol) = 1.08 \
|
Provides: perl(Symbol) = 1.08 \
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
from Config import *
|
from Config import *
|
||||||
addFilter("spelling-error .* (autoloaded|awk|cacheout|decrement|exe|gdbm|globbing|gmtime|groff|libnet|localtime|lstat|Memoizing|metapackage|ndbm|Nestable|odbm|opcodes|perlbug|perldoc|perlfunc|perlglob|perllocale|perlmain|perlpod|perlsub|reachability|redispatch|rpmbuild|sdbm|sed|splain|truncations|usr|writemain)");
|
addFilter("spelling-error .* (autoloaded|awk|cacheout|decrement|exe|gdbm|gethost|getnet|getproto|getserv|globbing|gmtime|groff|libnet|localtime|lstat|Memoizing|metapackage|ndbm|Nestable|odbm|opcodes|perlbug|perldoc|perlfunc|perlglob|perllocale|perlmain|perlpod|perlsub|reachability|redispatch|rpmbuild|sdbm|sed|splain|truncations|usr|writemain)");
|
||||||
addFilter("unexpanded-macro %description .* %INC");
|
addFilter("unexpanded-macro %description .* %INC");
|
||||||
# POSIX module provides wrappers for libc functions
|
# POSIX module provides wrappers for libc functions
|
||||||
addFilter("missing-call-to-setgroups-before-setuid .*/auto/POSIX/POSIX.so");
|
addFilter("missing-call-to-setgroups-before-setuid .*/auto/POSIX/POSIX.so");
|
||||||
|
42
perl.spec
42
perl.spec
@ -410,7 +410,7 @@ Requires: perl-mro,
|
|||||||
%if %{with gdbm}
|
%if %{with gdbm}
|
||||||
Requires: perl-NDBM_File,
|
Requires: perl-NDBM_File,
|
||||||
%endif
|
%endif
|
||||||
Requires: perl-Net-Ping, perl-NEXT,
|
Requires: perl-Net, perl-Net-Ping, perl-NEXT,
|
||||||
%if %{with gdbm}
|
%if %{with gdbm}
|
||||||
Requires: perl-ODBM_File,
|
Requires: perl-ODBM_File,
|
||||||
%endif
|
%endif
|
||||||
@ -2608,6 +2608,23 @@ a Perl hash, but when your program exits, the data will remain in the file, to
|
|||||||
be used the next time your program runs.
|
be used the next time your program runs.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%package Net
|
||||||
|
Summary: By-name interface to Perl built-in network resolver
|
||||||
|
License: GPL+ or Artistic
|
||||||
|
Epoch: 0
|
||||||
|
Version: 1.02
|
||||||
|
BuildArch: noarch
|
||||||
|
Requires: %perl_compat
|
||||||
|
Requires: perl(Socket)
|
||||||
|
%if %{defined perl_bootstrap}
|
||||||
|
%gendep_perl_Net
|
||||||
|
%endif
|
||||||
|
Conflicts: perl-interpreter < 4:5.30.1-451
|
||||||
|
|
||||||
|
%description Net
|
||||||
|
This package provide object-oriented interface to Perl built-in gethost*(),
|
||||||
|
getnet*(), getproto*(), and getserv*() functions.
|
||||||
|
|
||||||
%package Net-Ping
|
%package Net-Ping
|
||||||
Summary: Check a remote host for reachability
|
Summary: Check a remote host for reachability
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
@ -4858,7 +4875,18 @@ popd
|
|||||||
%exclude %{_mandir}/man3/NDBM_File.3*
|
%exclude %{_mandir}/man3/NDBM_File.3*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
# Net
|
||||||
|
%exclude %{privlib}/Net/hostent.pm
|
||||||
|
%exclude %{privlib}/Net/netent.pm
|
||||||
|
%exclude %{privlib}/Net/protoent.pm
|
||||||
|
%exclude %{privlib}/Net/servent.pm
|
||||||
|
%exclude %{_mandir}/man3/Net::hostent.3*
|
||||||
|
%exclude %{_mandir}/man3/Net::netent.3*
|
||||||
|
%exclude %{_mandir}/man3/Net::protoent.3*
|
||||||
|
%exclude %{_mandir}/man3/Net::servent.3*
|
||||||
|
|
||||||
# Net-Ping
|
# Net-Ping
|
||||||
|
%exclude %dir %{privlib}/Net
|
||||||
%exclude %{privlib}/Net/Ping.pm
|
%exclude %{privlib}/Net/Ping.pm
|
||||||
%exclude %{_mandir}/man3/Net::Ping.*
|
%exclude %{_mandir}/man3/Net::Ping.*
|
||||||
|
|
||||||
@ -6110,6 +6138,17 @@ popd
|
|||||||
%{_mandir}/man3/NDBM_File.3*
|
%{_mandir}/man3/NDBM_File.3*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%files Net
|
||||||
|
%dir %{privlib}/Net
|
||||||
|
%{privlib}/Net/hostent.pm
|
||||||
|
%{privlib}/Net/netent.pm
|
||||||
|
%{privlib}/Net/protoent.pm
|
||||||
|
%{privlib}/Net/servent.pm
|
||||||
|
%{_mandir}/man3/Net::hostent.3*
|
||||||
|
%{_mandir}/man3/Net::netent.3*
|
||||||
|
%{_mandir}/man3/Net::protoent.3*
|
||||||
|
%{_mandir}/man3/Net::servent.3*
|
||||||
|
|
||||||
%files Net-Ping
|
%files Net-Ping
|
||||||
%dir %{privlib}/Net
|
%dir %{privlib}/Net
|
||||||
%{privlib}/Net/Ping.pm
|
%{privlib}/Net/Ping.pm
|
||||||
@ -6577,6 +6616,7 @@ popd
|
|||||||
- Move charnames to perl-libs
|
- Move charnames to perl-libs
|
||||||
- Subpackage File-stat
|
- Subpackage File-stat
|
||||||
- Subpackage Class-Struct
|
- Subpackage Class-Struct
|
||||||
|
- Subpackage Net::*ent modules into perl-Net
|
||||||
|
|
||||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4:5.30.1-450
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4:5.30.1-450
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user