sub-package Path-Tools

This commit is contained in:
Marcela Mašláňová 2011-03-15 17:18:13 +01:00
parent 41f23fe164
commit 5e61ede315
1 changed files with 33 additions and 2 deletions

View File

@ -21,7 +21,7 @@
Name: perl
Version: %{perl_version}
# release number must be even higher, becase dual-lived modules will be broken otherwise
Release: 154%{?dist}
Release: 155%{?dist}
Epoch: %{perl_epoch}
Summary: Practical Extraction and Report Language
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.
%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
Summary: Generic input parsing/checking mechanism
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-Module-Build, perl-Module-CoreList, perl-Module-Load,
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-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
@ -1471,6 +1482,14 @@ rm -rf $RPM_BUILD_ROOT
%exclude %{privlib}/Package/
%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
%exclude %{privlib}/Params/
%exclude %{_mandir}/man3/Params::Check*
@ -1827,6 +1846,15 @@ rm -rf $RPM_BUILD_ROOT
%{privlib}/Package/
%{_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
%defattr(-,root,root,-)
%{privlib}/Params/
@ -1937,6 +1965,9 @@ rm -rf $RPM_BUILD_ROOT
# Old changelog entries are preserved in CVS.
%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
- sub-package Scalar-List-Utils