Subpackage sort
This commit is contained in:
parent
c351f9f555
commit
8dac7a162f
@ -2217,7 +2217,6 @@ Provides: perl(EVERY::LAST) \
|
|||||||
Provides: perl(Pod::Functions) = 1.13 \
|
Provides: perl(Pod::Functions) = 1.13 \
|
||||||
Provides: perl(dumpvar.pl) \
|
Provides: perl(dumpvar.pl) \
|
||||||
Provides: perl(perl5db.pl) \
|
Provides: perl(perl5db.pl) \
|
||||||
Provides: perl(sort) = 2.04 \
|
|
||||||
Provides: perl(subs) = 1.03 \
|
Provides: perl(subs) = 1.03 \
|
||||||
Provides: perl(vars) = 1.05 \
|
Provides: perl(vars) = 1.05 \
|
||||||
Provides: perl(vmsish) = 1.04 \
|
Provides: perl(vmsish) = 1.04 \
|
||||||
@ -2384,6 +2383,10 @@ Provides: perl(Pod::Text::Termcap) = 4.11 \
|
|||||||
Requires: perl(Carp) \
|
Requires: perl(Carp) \
|
||||||
Provides: perl(sigtrap) = 1.09 \
|
Provides: perl(sigtrap) = 1.09 \
|
||||||
%{nil}
|
%{nil}
|
||||||
|
%global gendep_perl_sort \
|
||||||
|
Requires: perl(strict) \
|
||||||
|
Provides: perl(sort) = 2.04 \
|
||||||
|
%{nil}
|
||||||
%global gendep_perl_tests \
|
%global gendep_perl_tests \
|
||||||
%{nil}
|
%{nil}
|
||||||
%global gendep_perl_threads \
|
%global gendep_perl_threads \
|
||||||
|
30
perl.spec
30
perl.spec
@ -431,7 +431,8 @@ Requires: perl-Pod-Parser, perl-Pod-Perldoc, perl-Pod-Simple,
|
|||||||
Requires: perl-Pod-Usage, perl-podlators, perl-POSIX,
|
Requires: perl-Pod-Usage, perl-podlators, perl-POSIX,
|
||||||
Requires: perl-Safe, perl-Scalar-List-Utils,
|
Requires: perl-Safe, perl-Scalar-List-Utils,
|
||||||
Requires: perl-Search-Dict, perl-SelectSaver,
|
Requires: perl-Search-Dict, perl-SelectSaver,
|
||||||
Requires: perl-SelfLoader, perl-sigtrap, perl-Socket, perl-Storable,
|
Requires: perl-SelfLoader, perl-sigtrap, perl-Socket, perl-sort,
|
||||||
|
Requires: perl-Storable,
|
||||||
Requires: perl-Symbol, perl-Sys-Hostname, perl-Sys-Syslog,
|
Requires: perl-Symbol, perl-Sys-Hostname, perl-Sys-Syslog,
|
||||||
Requires: perl-Term-ANSIColor, perl-Term-Cap, perl-Term-Complete,
|
Requires: perl-Term-ANSIColor, perl-Term-Cap, perl-Term-Complete,
|
||||||
Requires: perl-Term-ReadLine,
|
Requires: perl-Term-ReadLine,
|
||||||
@ -3516,6 +3517,24 @@ that it has a far more likely chance of getting the numbers right. This
|
|||||||
includes all of the commonly used pound-defines like AF_INET, SOCK_STREAM, etc.
|
includes all of the commonly used pound-defines like AF_INET, SOCK_STREAM, etc.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%package sort
|
||||||
|
Summary: Perl pragma to control sort() behavior
|
||||||
|
License: GPL+ or Artistic
|
||||||
|
Epoch: 0
|
||||||
|
Version: 2.04
|
||||||
|
BuildArch: noarch
|
||||||
|
Requires: %perl_compat
|
||||||
|
Requires: perl(Carp)
|
||||||
|
Requires: perl(warnings)
|
||||||
|
%if %{defined perl_bootstrap}
|
||||||
|
%gendep_perl_sort
|
||||||
|
%endif
|
||||||
|
Conflicts: perl < 4:5.30.1-451
|
||||||
|
|
||||||
|
%description sort
|
||||||
|
With the "sort" pragma you can control the behavior of the builtin "sort()"
|
||||||
|
function.
|
||||||
|
|
||||||
%if %{dual_life} || %{rebuild_from_scratch}
|
%if %{dual_life} || %{rebuild_from_scratch}
|
||||||
%package Storable
|
%package Storable
|
||||||
Summary: Persistence for Perl data structures
|
Summary: Persistence for Perl data structures
|
||||||
@ -5637,6 +5656,10 @@ popd
|
|||||||
%exclude %{privlib}/sigtrap.pm
|
%exclude %{privlib}/sigtrap.pm
|
||||||
%exclude %{_mandir}/man3/sigtrap.*
|
%exclude %{_mandir}/man3/sigtrap.*
|
||||||
|
|
||||||
|
# sort
|
||||||
|
%exclude %{privlib}/sort.pm
|
||||||
|
%exclude %{_mandir}/man3/sort.*
|
||||||
|
|
||||||
# Storable
|
# Storable
|
||||||
%exclude %{archlib}/Storable.pm
|
%exclude %{archlib}/Storable.pm
|
||||||
%exclude %{archlib}/auto/Storable/
|
%exclude %{archlib}/auto/Storable/
|
||||||
@ -7086,6 +7109,10 @@ popd
|
|||||||
%{privlib}/sigtrap.pm
|
%{privlib}/sigtrap.pm
|
||||||
%{_mandir}/man3/sigtrap.*
|
%{_mandir}/man3/sigtrap.*
|
||||||
|
|
||||||
|
%files sort
|
||||||
|
%{privlib}/sort.pm
|
||||||
|
%{_mandir}/man3/sort.*
|
||||||
|
|
||||||
%files Symbol
|
%files Symbol
|
||||||
%{privlib}/Symbol.pm
|
%{privlib}/Symbol.pm
|
||||||
%{_mandir}/man3/Symbol.*
|
%{_mandir}/man3/Symbol.*
|
||||||
@ -7428,6 +7455,7 @@ popd
|
|||||||
- Subpackage less
|
- Subpackage less
|
||||||
- Subpackage meta_notation
|
- Subpackage meta_notation
|
||||||
- Subpackage sigtrap
|
- Subpackage sigtrap
|
||||||
|
- Subpackage sort
|
||||||
|
|
||||||
* 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