sub-package Path-Tools
This commit is contained in:
parent
41f23fe164
commit
5e61ede315
35
perl.spec
35
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: 154%{?dist}
|
Release: 155%{?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
|
||||||
@ -661,6 +661,17 @@ can be useful for, among others, setting up an autogenerated @EXPORT/@EXPORT_OK
|
|||||||
for a Constants.pm file.
|
for a Constants.pm file.
|
||||||
|
|
||||||
|
|
||||||
|
%package Path-Tools
|
||||||
|
Summary: PathTools Perl module (Cwd, File::Spec)
|
||||||
|
Group: Development/Libraries
|
||||||
|
License: GPL+ or Artistic
|
||||||
|
Version: 3.31
|
||||||
|
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
||||||
|
|
||||||
|
%description Path-Tools
|
||||||
|
PathTools Perl module (Cwd, File::Spec).
|
||||||
|
|
||||||
|
|
||||||
%package Params-Check
|
%package Params-Check
|
||||||
Summary: Generic input parsing/checking mechanism
|
Summary: Generic input parsing/checking mechanism
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -911,7 +922,7 @@ Requires: perl-File-Fetch, perl-IO-Compress, perl-IO-Zlib,
|
|||||||
Requires: perl-IPC-Cmd, perl-Locale-Maketext-Simple, perl-Log-Message, perl-Log-Message-Simple,
|
Requires: perl-IPC-Cmd, perl-Locale-Maketext-Simple, perl-Log-Message, perl-Log-Message-Simple,
|
||||||
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, perl-Path-Tools
|
||||||
Requires: perl-Params-Check, perl-Pod-Escapes, perl-Pod-Simple, perl-Scalar-List-Utils
|
Requires: perl-Params-Check, perl-Pod-Escapes, perl-Pod-Simple, perl-Scalar-List-Utils
|
||||||
Requires: perl-Term-UI, 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
|
||||||
@ -1471,6 +1482,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%exclude %{privlib}/Package/
|
%exclude %{privlib}/Package/
|
||||||
%exclude %{_mandir}/man3/Package::Constants*
|
%exclude %{_mandir}/man3/Package::Constants*
|
||||||
|
|
||||||
|
# Path-Tools
|
||||||
|
%exclude %{archlib}/auto/Cwd/Cwd.so
|
||||||
|
%exclude %{archlib}/Cwd.pm
|
||||||
|
%exclude %{archlib}/File/Spec/*
|
||||||
|
%exclude %{archlib}/File/Spec.pm
|
||||||
|
%exclude %{_mandir}/man3/Cwd.3pm*
|
||||||
|
%exclude %{_mandir}/man3/File::Spec*
|
||||||
|
|
||||||
# Params-Check
|
# Params-Check
|
||||||
%exclude %{privlib}/Params/
|
%exclude %{privlib}/Params/
|
||||||
%exclude %{_mandir}/man3/Params::Check*
|
%exclude %{_mandir}/man3/Params::Check*
|
||||||
@ -1827,6 +1846,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{privlib}/Package/
|
%{privlib}/Package/
|
||||||
%{_mandir}/man3/Package::Constants*
|
%{_mandir}/man3/Package::Constants*
|
||||||
|
|
||||||
|
%files Path-Tools
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%{archlib}/auto/Cwd/Cwd.so
|
||||||
|
%{archlib}/Cwd.pm
|
||||||
|
%{archlib}/File/Spec/*
|
||||||
|
%{archlib}/File/Spec.pm
|
||||||
|
%{_mandir}/man3/Cwd.3pm*
|
||||||
|
%{_mandir}/man3/File::Spec*
|
||||||
|
|
||||||
%files Params-Check
|
%files Params-Check
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{privlib}/Params/
|
%{privlib}/Params/
|
||||||
@ -1937,6 +1965,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
# Old changelog entries are preserved in CVS.
|
# Old changelog entries are preserved in CVS.
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 15 2011 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.12.3-155
|
||||||
|
- sub-package Path-Tools
|
||||||
|
|
||||||
* Sat Feb 19 2011 Iain Arnell <iarnell@gmail.com> 4:5.12.3-154
|
* Sat Feb 19 2011 Iain Arnell <iarnell@gmail.com> 4:5.12.3-154
|
||||||
- sub-package Scalar-List-Utils
|
- sub-package Scalar-List-Utils
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user