Sub-package Errno
This commit is contained in:
parent
2b8215aa55
commit
711ed412e9
27
perl.spec
27
perl.spec
@ -254,7 +254,8 @@ Requires: perl-CPAN-Meta-YAML, perl-Encode, perl-encoding
|
|||||||
Requires: perl-Data-Dumper, perl-DB_File,
|
Requires: perl-Data-Dumper, perl-DB_File,
|
||||||
Requires: perl-Devel-Peek, perl-Devel-PPPort, perl-Devel-SelfStubber,
|
Requires: perl-Devel-Peek, perl-Devel-PPPort, perl-Devel-SelfStubber,
|
||||||
Requires: perl-Digest, perl-Digest-MD5,
|
Requires: perl-Digest, perl-Digest-MD5,
|
||||||
Requires: perl-Digest-SHA, perl-Env, perl-Exporter, perl-experimental
|
Requires: perl-Digest-SHA,
|
||||||
|
Requires: perl-Env, perl-Errno, perl-Exporter, perl-experimental
|
||||||
Requires: perl-ExtUtils-CBuilder, perl-ExtUtils-Command,
|
Requires: perl-ExtUtils-CBuilder, perl-ExtUtils-Command,
|
||||||
Requires: perl-ExtUtils-Embed,
|
Requires: perl-ExtUtils-Embed,
|
||||||
Requires: perl-ExtUtils-Install, perl-ExtUtils-MakeMaker
|
Requires: perl-ExtUtils-Install, perl-ExtUtils-MakeMaker
|
||||||
@ -840,6 +841,21 @@ this access method is inconvenient, the Perl module Env allows environment
|
|||||||
variables to be treated as scalar or array variables.
|
variables to be treated as scalar or array variables.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%package Errno
|
||||||
|
Summary: System errno constants
|
||||||
|
Group: Development/Libraries
|
||||||
|
License: GPL+ or Artistic
|
||||||
|
Epoch: 0
|
||||||
|
Version: 1.23
|
||||||
|
Requires: %perl_compat
|
||||||
|
Requires: perl(Carp)
|
||||||
|
Conflicts: perl < 4:5.22.0-351
|
||||||
|
|
||||||
|
%description Errno
|
||||||
|
"Errno" defines and conditionally exports all the error constants defined in
|
||||||
|
your system "errno.h" include file. It has a single export tag, ":POSIX",
|
||||||
|
which will export all POSIX defined error numbers.
|
||||||
|
|
||||||
%if %{dual_life} || %{rebuild_from_scratch}
|
%if %{dual_life} || %{rebuild_from_scratch}
|
||||||
%package experimental
|
%package experimental
|
||||||
Summary: Experimental features made easy
|
Summary: Experimental features made easy
|
||||||
@ -2774,6 +2790,10 @@ popd
|
|||||||
%exclude %{privlib}/Env.pm
|
%exclude %{privlib}/Env.pm
|
||||||
%exclude %{_mandir}/man3/Env.3*
|
%exclude %{_mandir}/man3/Env.3*
|
||||||
|
|
||||||
|
# Errno
|
||||||
|
%exclude %{archlib}/Errno.pm
|
||||||
|
%exclude %{_mandir}/man3/Errno.*
|
||||||
|
|
||||||
# Exporter
|
# Exporter
|
||||||
%exclude %{privlib}/Exporter*
|
%exclude %{privlib}/Exporter*
|
||||||
%exclude %{_mandir}/man3/Exporter*
|
%exclude %{_mandir}/man3/Exporter*
|
||||||
@ -3642,6 +3662,10 @@ popd
|
|||||||
%{_mandir}/man3/Env.3*
|
%{_mandir}/man3/Env.3*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%files Errno
|
||||||
|
%{archlib}/Errno.pm
|
||||||
|
%{_mandir}/man3/Errno.*
|
||||||
|
|
||||||
%if %{dual_life} || %{rebuild_from_scratch}
|
%if %{dual_life} || %{rebuild_from_scratch}
|
||||||
%files Exporter
|
%files Exporter
|
||||||
%{privlib}/Exporter*
|
%{privlib}/Exporter*
|
||||||
@ -4422,6 +4446,7 @@ popd
|
|||||||
- Sub-package Devel-SelfStubber
|
- Sub-package Devel-SelfStubber
|
||||||
- Sub-package SelfLoader
|
- Sub-package SelfLoader
|
||||||
- Sub-package IO
|
- Sub-package IO
|
||||||
|
- Sub-package Errno
|
||||||
|
|
||||||
* Fri Aug 07 2015 Petr Pisar <ppisar@redhat.com> - 4:5.22.0-350
|
* Fri Aug 07 2015 Petr Pisar <ppisar@redhat.com> - 4:5.22.0-350
|
||||||
- Sub-package Memoize
|
- Sub-package Memoize
|
||||||
|
Loading…
Reference in New Issue
Block a user