sub-package Scalar-List-Utils
This commit is contained in:
parent
11ee90e0a5
commit
41f23fe164
48
perl.spec
48
perl.spec
@ -21,7 +21,7 @@
|
|||||||
Name: perl
|
Name: perl
|
||||||
Version: %{perl_version}
|
Version: %{perl_version}
|
||||||
# release number must be even higher, becase dual-lived modules will be broken otherwise
|
# release number must be even higher, becase dual-lived modules will be broken otherwise
|
||||||
Release: 153%{?dist}
|
Release: 154%{?dist}
|
||||||
Epoch: %{perl_epoch}
|
Epoch: %{perl_epoch}
|
||||||
Summary: Practical Extraction and Report Language
|
Summary: Practical Extraction and Report Language
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -722,6 +722,20 @@ Pod::Simple is a Perl library for parsing text in the Pod ("plain old
|
|||||||
documentation") markup language that is typically used for writing
|
documentation") markup language that is typically used for writing
|
||||||
documentation for Perl and for Perl modules.
|
documentation for Perl and for Perl modules.
|
||||||
|
|
||||||
|
%package Scalar-List-Utils
|
||||||
|
Summary: A selection of general-utility scalar and list subroutines
|
||||||
|
Group: Development/Libraries
|
||||||
|
License: GPL+ or Artistic
|
||||||
|
Epoch: 0
|
||||||
|
Version: 1.22
|
||||||
|
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
||||||
|
|
||||||
|
%description Scalar-List-Utils
|
||||||
|
Scalar::Util and List::Util contain a selection of subroutines that people have
|
||||||
|
expressed would be nice to have in the perl core, but the usage would not
|
||||||
|
really be high enough to warrant the use of a keyword, and the size so small
|
||||||
|
such that being individual extensions would be wasteful.
|
||||||
|
|
||||||
|
|
||||||
%package Term-UI
|
%package Term-UI
|
||||||
Summary: Term::ReadLine UI made easy
|
Summary: Term::ReadLine UI made easy
|
||||||
@ -898,8 +912,8 @@ Requires: perl-IPC-Cmd, perl-Locale-Maketext-Simple, perl-Log-Message, per
|
|||||||
Requires: perl-Module-Build, perl-Module-CoreList, perl-Module-Load,
|
Requires: perl-Module-Build, perl-Module-CoreList, perl-Module-Load,
|
||||||
Requires: perl-Module-Load-Conditional, perl-Module-Loaded,
|
Requires: perl-Module-Load-Conditional, perl-Module-Loaded,
|
||||||
Requires: perl-Module-Pluggable, perl-Object-Accessor, perl-Package-Constants,
|
Requires: perl-Module-Pluggable, perl-Object-Accessor, perl-Package-Constants,
|
||||||
Requires: perl-Params-Check, perl-Pod-Escapes, perl-Pod-Simple, perl-Term-UI,
|
Requires: perl-Params-Check, perl-Pod-Escapes, perl-Pod-Simple, perl-Scalar-List-Utils
|
||||||
Requires: perl-Test-Harness, perl-Test-Simple, perl-Time-Piece, perl-version
|
Requires: perl-Term-UI, perl-Test-Harness, perl-Test-Simple, perl-Time-Piece, perl-version
|
||||||
Requires: perl-threads, perl-threads-shared, perl-parent, perl-Parse-CPAN-Meta
|
Requires: perl-threads, perl-threads-shared, perl-parent, perl-Parse-CPAN-Meta
|
||||||
|
|
||||||
%description core
|
%description core
|
||||||
@ -1475,6 +1489,18 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%exclude %{privlib}/Pod/Simple.pod
|
%exclude %{privlib}/Pod/Simple.pod
|
||||||
%exclude %{_mandir}/man3/Pod::Simple*
|
%exclude %{_mandir}/man3/Pod::Simple*
|
||||||
|
|
||||||
|
# Scalar-List-Utils
|
||||||
|
%exclude %{archlib}/List/
|
||||||
|
%exclude %{archlib}/List/Util/
|
||||||
|
%exclude %{archlib}/List/Util.pm
|
||||||
|
%exclude %{archlib}/Scalar/
|
||||||
|
%exclude %{archlib}/Scalar/Util/
|
||||||
|
%exclude %{archlib}/Scalar/Util.pm
|
||||||
|
%exclude %{archlib}/auto/List/
|
||||||
|
%exclude %{archlib}/auto/List/Util/
|
||||||
|
%exclude %{_mandir}/man3/List::Util*
|
||||||
|
%exclude %{_mandir}/man3/Scalar::Util*
|
||||||
|
|
||||||
# Term-UI
|
# Term-UI
|
||||||
%exclude %{privlib}/Term/UI.pm
|
%exclude %{privlib}/Term/UI.pm
|
||||||
%exclude %{privlib}/Term/UI/
|
%exclude %{privlib}/Term/UI/
|
||||||
@ -1825,6 +1851,19 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{privlib}/Pod/Simple.pod
|
%{privlib}/Pod/Simple.pod
|
||||||
%{_mandir}/man3/Pod::Simple*
|
%{_mandir}/man3/Pod::Simple*
|
||||||
|
|
||||||
|
%files Scalar-List-Utils
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%{archlib}/List/
|
||||||
|
%{archlib}/List/Util/
|
||||||
|
%{archlib}/List/Util.pm
|
||||||
|
%{archlib}/Scalar/
|
||||||
|
%{archlib}/Scalar/Util/
|
||||||
|
%{archlib}/Scalar/Util.pm
|
||||||
|
%{archlib}/auto/List/
|
||||||
|
%{archlib}/auto/List/Util/
|
||||||
|
%{_mandir}/man3/List::Util*
|
||||||
|
%{_mandir}/man3/Scalar::Util*
|
||||||
|
|
||||||
%files Term-UI
|
%files Term-UI
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{privlib}/Term/UI/
|
%{privlib}/Term/UI/
|
||||||
@ -1898,6 +1937,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
# Old changelog entries are preserved in CVS.
|
# Old changelog entries are preserved in CVS.
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 19 2011 Iain Arnell <iarnell@gmail.com> 4:5.12.3-154
|
||||||
|
- sub-package Scalar-List-Utils
|
||||||
|
|
||||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4:5.12.3-153
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4:5.12.3-153
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user