2008-06-10 14:58:33 +00:00
|
|
|
%define perl_version 5.10.0
|
|
|
|
%define perl_epoch 4
|
|
|
|
%define perl_arch_stem -thread-multi
|
|
|
|
%define perl_archname %{_arch}-%{_os}%{perl_arch_stem}
|
|
|
|
|
2006-07-22 01:13:26 +00:00
|
|
|
%define multilib_64_archs x86_64 s390x ppc64 sparc64
|
|
|
|
|
|
|
|
Name: perl
|
2007-05-02 15:28:50 +00:00
|
|
|
Version: %{perl_version}
|
2009-10-01 14:41:53 +00:00
|
|
|
Release: 84%{?dist}
|
2007-04-18 20:05:08 +00:00
|
|
|
Epoch: %{perl_epoch}
|
2008-11-24 06:53:53 +00:00
|
|
|
Summary: Practical Extraction and Report Language
|
2006-07-22 01:13:26 +00:00
|
|
|
Group: Development/Languages
|
2007-08-18 06:11:38 +00:00
|
|
|
# Modules Tie::File and Getopt::Long are licenced under "GPLv2+ or Artistic,"
|
|
|
|
# we have to reflect that in the sub-package containing them.
|
|
|
|
License: (GPL+ or Artistic) and (GPLv2+ or Artistic)
|
2006-07-22 01:13:26 +00:00
|
|
|
Url: http://www.perl.org/
|
2008-01-10 02:53:58 +00:00
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/R/RG/RGARCIA/perl-%{perl_version}.tar.gz
|
2007-08-24 18:25:48 +00:00
|
|
|
Source11: filter-requires.sh
|
2006-07-22 01:13:26 +00:00
|
|
|
Source12: perl-5.8.0-libnet.cfg
|
2009-08-23 18:16:14 +00:00
|
|
|
Source13: macros.perl
|
- remove compatibility obsolete sitelib directories
- use a better BuildRoot
- drop a redundant mkdir in %%install
- call patchlevel.h only once; rm patchlevel.bak
- update modules Sys::Syslog, Module::Load::Conditional, Module::CoreList,
Test::Harness, Test::Simple, CGI.pm (dropping the upstreamed patch),
File::Path (that includes our perl-5.10.0-CVE-2008-2827.patch),
constant, Pod::Simple, Archive::Tar, Archive::Extract, File::Fetch,
File::Temp, IPC::Cmd, Time::HiRes, Module::Build, ExtUtils::CBuilder
- standardize the patches for updating embedded modules
- work around a bug in Module::Build tests bu setting TMPDIR to a directory
inside the source tree
2009-03-11 21:12:37 +00:00
|
|
|
|
2007-02-28 15:34:50 +00:00
|
|
|
# Specific to Fedora/RHEL
|
2007-02-22 22:28:15 +00:00
|
|
|
Patch1: perl-5.8.0-root.patch
|
2008-01-10 02:53:58 +00:00
|
|
|
|
2007-02-28 15:34:50 +00:00
|
|
|
# Removes date check, Fedora/RHEL specific
|
2008-01-10 02:53:58 +00:00
|
|
|
Patch2: perl-5.10.0-perlbug-tag.patch
|
|
|
|
|
2006-07-22 01:13:26 +00:00
|
|
|
# work around annoying rpath issue
|
2007-02-28 15:34:50 +00:00
|
|
|
# This is only relevant for Fedora, as it is unlikely
|
|
|
|
# that upstream will assume the existence of a libperl.so
|
2008-01-10 02:53:58 +00:00
|
|
|
Patch4: perl-5.8.8-rpath-make.patch
|
|
|
|
|
2007-02-28 15:34:50 +00:00
|
|
|
# Fedora/RHEL only (64bit only)
|
2008-01-10 02:53:58 +00:00
|
|
|
Patch5: perl-5.8.0-libdir64.patch
|
|
|
|
|
2007-02-28 15:34:50 +00:00
|
|
|
# Fedora/RHEL specific (use libresolv instead of libbind)
|
2008-07-21 09:03:36 +00:00
|
|
|
Patch6: perl-5.10.0-libresolv.patch
|
2008-01-10 02:53:58 +00:00
|
|
|
|
|
|
|
# FIXME: May need the "Fedora" references removed before upstreaming
|
- remove compatibility obsolete sitelib directories
- use a better BuildRoot
- drop a redundant mkdir in %%install
- call patchlevel.h only once; rm patchlevel.bak
- update modules Sys::Syslog, Module::Load::Conditional, Module::CoreList,
Test::Harness, Test::Simple, CGI.pm (dropping the upstreamed patch),
File::Path (that includes our perl-5.10.0-CVE-2008-2827.patch),
constant, Pod::Simple, Archive::Tar, Archive::Extract, File::Fetch,
File::Temp, IPC::Cmd, Time::HiRes, Module::Build, ExtUtils::CBuilder
- standardize the patches for updating embedded modules
- work around a bug in Module::Build tests bu setting TMPDIR to a directory
inside the source tree
2009-03-11 21:12:37 +00:00
|
|
|
# patches ExtUtils-MakeMaker
|
2008-03-08 20:38:57 +00:00
|
|
|
Patch7: perl-5.10.0-USE_MM_LD_RUN_PATH.patch
|
2008-01-10 02:53:58 +00:00
|
|
|
|
2007-08-17 17:57:23 +00:00
|
|
|
# Skip hostname tests, since hostname lookup isn't available in Fedora
|
|
|
|
# buildroots by design.
|
- remove compatibility obsolete sitelib directories
- use a better BuildRoot
- drop a redundant mkdir in %%install
- call patchlevel.h only once; rm patchlevel.bak
- update modules Sys::Syslog, Module::Load::Conditional, Module::CoreList,
Test::Harness, Test::Simple, CGI.pm (dropping the upstreamed patch),
File::Path (that includes our perl-5.10.0-CVE-2008-2827.patch),
constant, Pod::Simple, Archive::Tar, Archive::Extract, File::Fetch,
File::Temp, IPC::Cmd, Time::HiRes, Module::Build, ExtUtils::CBuilder
- standardize the patches for updating embedded modules
- work around a bug in Module::Build tests bu setting TMPDIR to a directory
inside the source tree
2009-03-11 21:12:37 +00:00
|
|
|
# patches Net::Config from libnet
|
2008-03-08 20:38:57 +00:00
|
|
|
Patch8: perl-5.10.0-disable_test_hosts.patch
|
2007-07-25 00:25:02 +00:00
|
|
|
|
2008-01-30 18:45:00 +00:00
|
|
|
# The Fedora builders started randomly failing this futime test
|
|
|
|
# only on x86_64, so we just don't run it. Works fine on normal
|
|
|
|
# systems.
|
2008-03-08 20:38:57 +00:00
|
|
|
Patch10: perl-5.10.0-x86_64-io-test-failure.patch
|
2008-01-30 18:45:00 +00:00
|
|
|
|
2008-03-07 22:11:53 +00:00
|
|
|
# http://public.activestate.com/cgi-bin/perlbrowse/p/32891
|
2008-03-08 20:38:57 +00:00
|
|
|
Patch11: 32891.patch
|
|
|
|
|
2008-05-26 15:09:24 +00:00
|
|
|
# Problem with assertion - add upstream patch
|
|
|
|
Patch15: perl-5.10.0-bz448392.patch
|
|
|
|
|
2008-06-11 13:33:11 +00:00
|
|
|
# Wrong access test
|
|
|
|
Patch16: perl-5.10.0-accessXOK.patch
|
|
|
|
|
- remove compatibility obsolete sitelib directories
- use a better BuildRoot
- drop a redundant mkdir in %%install
- call patchlevel.h only once; rm patchlevel.bak
- update modules Sys::Syslog, Module::Load::Conditional, Module::CoreList,
Test::Harness, Test::Simple, CGI.pm (dropping the upstreamed patch),
File::Path (that includes our perl-5.10.0-CVE-2008-2827.patch),
constant, Pod::Simple, Archive::Tar, Archive::Extract, File::Fetch,
File::Temp, IPC::Cmd, Time::HiRes, Module::Build, ExtUtils::CBuilder
- standardize the patches for updating embedded modules
- work around a bug in Module::Build tests bu setting TMPDIR to a directory
inside the source tree
2009-03-11 21:12:37 +00:00
|
|
|
# fix function pos to handle unicode correctly
|
2008-07-21 09:03:36 +00:00
|
|
|
Patch20: perl-5.10.0-pos.patch
|
2008-07-02 14:02:55 +00:00
|
|
|
|
2008-10-12 08:26:50 +00:00
|
|
|
# Fix crash when localizing a symtab entry rt#52740
|
|
|
|
Patch26: perl-5.10.0-stlocal.patch
|
|
|
|
|
2008-11-29 00:10:09 +00:00
|
|
|
# Change 33640: More diagnostics for Fatal.pm, version bumps for all non-dual life modules affected
|
|
|
|
# http://www.nntp.perl.org/group/perl.perl5.changes/2008/04/msg21478.html
|
|
|
|
Patch28: perl-5.10.0-Change33640.patch
|
|
|
|
|
|
|
|
# Change 33881: (33825) Add SEEK_CUR, SEEK_END, SEEK_SET to list of constants POSIX imports from Fcntl
|
|
|
|
# (33826) Remove POSIX's internal implementation of S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISREG, pull from Fcntl
|
|
|
|
# (33829) Fix typo
|
|
|
|
# http://www.nntp.perl.org/group/perl.perl5.changes/2008/05/msg21717.html
|
|
|
|
Patch29: perl-5.10.0-Change33881.patch
|
|
|
|
|
|
|
|
# Change 33896: Eliminate POSIX::int_macro_int, and all the complex AUTOLOAD fandango
|
|
|
|
# http://www.nntp.perl.org/group/perl.perl5.changes/2008/05/msg21732.html
|
|
|
|
Patch30: perl-5.10.0-Change33896.patch
|
|
|
|
|
|
|
|
# Change 33897: Replaced the WEXITSTATUS, WIFEXITED, WIFSIGNALED, WIFSTOPPED, WSTOPSIG
|
|
|
|
# http://www.nntp.perl.org/group/perl.perl5.changes/2008/05/msg21733.html
|
|
|
|
Patch31: perl-5.10.0-Change33897.patch
|
|
|
|
|
2009-01-19 08:36:43 +00:00
|
|
|
Patch33: perl-5.10.0-PerlIO-via-change34025.patch
|
2008-12-12 14:37:24 +00:00
|
|
|
|
2009-03-11 22:01:05 +00:00
|
|
|
# Change 34507: Fix memory leak in single-char character class optimization
|
|
|
|
Patch34: perl-5.10.0-Change34507.patch
|
|
|
|
|
|
|
|
# Reorder @INC: Based on: http://github.com/rafl/perl/commit/b9ba2fadb18b54e35e5de54f945111a56cbcb249
|
|
|
|
Patch35: perl-5.10.0-reorderINC.patch
|
|
|
|
|
|
|
|
# Fix from Archive::Extract maintainer to only look at stdout
|
|
|
|
# We need this because we're using tar >= 1.21
|
2009-04-07 09:57:20 +00:00
|
|
|
# included upstream in 0.31_03
|
2009-03-11 22:01:05 +00:00
|
|
|
Patch36: perl-5.10.0-Archive-Extract-onlystdout.patch
|
|
|
|
|
2009-04-07 09:57:20 +00:00
|
|
|
# Do not distort lib/CGI/t/util-58.t
|
|
|
|
# http://rt.perl.org/rt3/Ticket/Display.html?id=64502
|
|
|
|
Patch37: perl-CGI-t-util-58.patch
|
|
|
|
|
2009-03-11 22:01:05 +00:00
|
|
|
### Debian Patches ###
|
|
|
|
|
|
|
|
# Fix issue with (nested) definition lists in lib/Pod/Html.pm
|
|
|
|
# Upstream change 32727
|
|
|
|
Patch40: 02_fix_pod2html_dl
|
|
|
|
|
|
|
|
# Fix NULLOK items
|
|
|
|
# Upstream change 33287
|
|
|
|
Patch41: 07_fix_nullok
|
|
|
|
|
|
|
|
# Fix a typo in the predefined common protocols to make "udp" resolve without netbase
|
|
|
|
# Upstream change 33554
|
|
|
|
Patch42: 08_fix_udp_typo
|
|
|
|
|
|
|
|
# Fix a segmentation fault with 'debugperl -Dm'.
|
|
|
|
# Upstream change 33388
|
|
|
|
Patch43: 09_fix_memory_debugging
|
|
|
|
|
|
|
|
# Allow the quote mark delimiter also for those #include directives chased with "h2ph -a".
|
|
|
|
# Also add the directory prefix of the current file when the quote syntax is used;
|
|
|
|
# 'require' will only look in @INC, not the current directory.
|
|
|
|
# Upstream change 33835
|
|
|
|
Patch44: 10_fix_h2ph_include_quote
|
|
|
|
|
|
|
|
# Disable the "v-string in use/require is non-portable" warning.
|
|
|
|
# Upstream change 32910
|
|
|
|
Patch45: 11_disable_vstring_warning
|
|
|
|
|
|
|
|
# Fix a segmentation fault occurring in the mod_perl2 test suite.
|
|
|
|
# Upstream change 33807
|
|
|
|
Patch46: 15_fix_local_symtab
|
|
|
|
|
|
|
|
# Fix the PerlIO_teardown prototype to suppress a compiler warning.
|
|
|
|
# Upstream change 33370
|
|
|
|
Patch47: 16_fix_perlio_teardown_prototype
|
|
|
|
|
|
|
|
# Remove numeric overloading of Getopt::Long callback functions.
|
|
|
|
# Dual-lived module, fixed on the CPAN side in 2.37_01.
|
|
|
|
Patch48: 17_fix_getopt_long_callback
|
|
|
|
|
|
|
|
# Fix Math::BigFloat::sqrt() breaking with too many digits.
|
|
|
|
# Upstream change 33821
|
|
|
|
Patch49: 18_fix_bigint_floats
|
|
|
|
|
|
|
|
# Fix memory corruption with in-place sorting.
|
|
|
|
# Upstream change 33937
|
2009-03-11 22:18:27 +00:00
|
|
|
Patch50: 28_fix_inplace_sort
|
2009-03-11 22:01:05 +00:00
|
|
|
|
|
|
|
# Revert an incorrect substitution optimization introduced in 5.10.0.
|
|
|
|
# Bug introduced by upstream change 26334, reverted with change 33685 in blead and 33732 in maint-5.10.
|
2009-03-11 22:18:27 +00:00
|
|
|
Patch51: 30_fix_freetmps
|
2009-03-11 22:01:05 +00:00
|
|
|
|
|
|
|
# Fix 'Unknown error' messages with attribute.pm.
|
|
|
|
# Upstream change 33265
|
2009-03-11 22:18:27 +00:00
|
|
|
Patch52: 31_fix_attributes_unknown_error
|
2009-03-11 22:01:05 +00:00
|
|
|
|
|
|
|
# Stop t/op/fork.t relying on rand().
|
|
|
|
# Upstream change 33749
|
2009-03-11 22:18:27 +00:00
|
|
|
Patch53: 32_fix_fork_rand
|
2009-03-11 22:01:05 +00:00
|
|
|
|
|
|
|
# Fix memory leak with qr//.
|
2009-04-07 09:57:20 +00:00
|
|
|
# Adapted from upstream change 34506.
|
2009-03-11 22:18:27 +00:00
|
|
|
Patch54: 34_fix_qr-memory-leak-2
|
2009-03-11 22:01:05 +00:00
|
|
|
|
|
|
|
# CVE-2005-0448 revisited: File::Path::rmtree no longer allows creating of setuid files.
|
|
|
|
# We have 2.07, but it is still missing one fix (the debian patch has two fixes, but one is in 2.07)
|
2009-03-11 22:18:27 +00:00
|
|
|
Patch55: perl-5.10.0-fix_file_path_rmtree_setuid.patch
|
2009-03-11 22:01:05 +00:00
|
|
|
|
|
|
|
# Fix $? when dumping core.
|
2009-03-11 22:18:27 +00:00
|
|
|
Patch56: 37_fix_coredump_indicator
|
2009-03-11 22:01:05 +00:00
|
|
|
|
|
|
|
# Fix a memory leak with Scalar::Util::weaken().
|
|
|
|
# Upstream change 34209
|
2009-03-11 22:18:27 +00:00
|
|
|
Patch57: 38_fix_weaken_memleak
|
2009-03-11 22:01:05 +00:00
|
|
|
|
2009-06-08 05:50:22 +00:00
|
|
|
### End of Debian Patches ###
|
|
|
|
|
2009-06-03 18:50:17 +00:00
|
|
|
# http://rt.perl.org/rt3/Ticket/Display.html?id=39060 (#221113)
|
|
|
|
Patch58: perl-perlio-incorrect-errno.patch
|
|
|
|
|
2009-07-10 18:38:10 +00:00
|
|
|
# h2ph: generated *.ph files no longer produce warnings when processed
|
|
|
|
Patch59: perl-bz509676.patch
|
|
|
|
|
|
|
|
# With the Scalar-List-Utils update, more prereq declarations have to
|
|
|
|
# be skipped in Makefile.PL files.
|
|
|
|
Patch60: perl-skip-prereq.patch
|
|
|
|
|
2009-07-27 07:11:48 +00:00
|
|
|
# much better swap logic to support reentrancy and fix assert failure
|
|
|
|
# http://perl5.git.perl.org/perl.git/commitdiff/e9105d30edfbaa7f444bc7984c9bafc8e991ad12
|
|
|
|
# RT #60508
|
|
|
|
Patch61: perl-5.10.0-much-better-swap-logic.patch
|
|
|
|
|
- remove compatibility obsolete sitelib directories
- use a better BuildRoot
- drop a redundant mkdir in %%install
- call patchlevel.h only once; rm patchlevel.bak
- update modules Sys::Syslog, Module::Load::Conditional, Module::CoreList,
Test::Harness, Test::Simple, CGI.pm (dropping the upstreamed patch),
File::Path (that includes our perl-5.10.0-CVE-2008-2827.patch),
constant, Pod::Simple, Archive::Tar, Archive::Extract, File::Fetch,
File::Temp, IPC::Cmd, Time::HiRes, Module::Build, ExtUtils::CBuilder
- standardize the patches for updating embedded modules
- work around a bug in Module::Build tests bu setting TMPDIR to a directory
inside the source tree
2009-03-11 21:12:37 +00:00
|
|
|
# Update some of the bundled modules
|
|
|
|
# see http://fedoraproject.org/wiki/Perl/perl.spec for instructions
|
|
|
|
Patch100: perl-update-constant.patch
|
|
|
|
%define constant_version 1.17
|
|
|
|
Patch101: perl-update-Archive-Extract.patch
|
|
|
|
%define Archive_Extract_version 0.30
|
|
|
|
Patch102: perl-update-Archive-Tar.patch
|
|
|
|
%define Archive_Tar_version 1.46
|
|
|
|
Patch103: perl-update-CGI.patch
|
2009-04-07 12:51:28 +00:00
|
|
|
%define CGI_version 3.43
|
- remove compatibility obsolete sitelib directories
- use a better BuildRoot
- drop a redundant mkdir in %%install
- call patchlevel.h only once; rm patchlevel.bak
- update modules Sys::Syslog, Module::Load::Conditional, Module::CoreList,
Test::Harness, Test::Simple, CGI.pm (dropping the upstreamed patch),
File::Path (that includes our perl-5.10.0-CVE-2008-2827.patch),
constant, Pod::Simple, Archive::Tar, Archive::Extract, File::Fetch,
File::Temp, IPC::Cmd, Time::HiRes, Module::Build, ExtUtils::CBuilder
- standardize the patches for updating embedded modules
- work around a bug in Module::Build tests bu setting TMPDIR to a directory
inside the source tree
2009-03-11 21:12:37 +00:00
|
|
|
Patch104: perl-update-ExtUtils-CBuilder.patch
|
2009-03-23 10:42:13 +00:00
|
|
|
%define ExtUtils_CBuilder_version 0.24
|
- remove compatibility obsolete sitelib directories
- use a better BuildRoot
- drop a redundant mkdir in %%install
- call patchlevel.h only once; rm patchlevel.bak
- update modules Sys::Syslog, Module::Load::Conditional, Module::CoreList,
Test::Harness, Test::Simple, CGI.pm (dropping the upstreamed patch),
File::Path (that includes our perl-5.10.0-CVE-2008-2827.patch),
constant, Pod::Simple, Archive::Tar, Archive::Extract, File::Fetch,
File::Temp, IPC::Cmd, Time::HiRes, Module::Build, ExtUtils::CBuilder
- standardize the patches for updating embedded modules
- work around a bug in Module::Build tests bu setting TMPDIR to a directory
inside the source tree
2009-03-11 21:12:37 +00:00
|
|
|
Patch105: perl-update-File-Fetch.patch
|
|
|
|
%define File_Fetch_version 0.18
|
|
|
|
Patch106: perl-update-File-Path.patch
|
|
|
|
%define File_Path_version 2.07
|
|
|
|
Patch107: perl-update-File-Temp.patch
|
|
|
|
%define File_Temp_version 0.21
|
|
|
|
Patch108: perl-update-IPC-Cmd.patch
|
|
|
|
%define IPC_Cmd_version 0.42
|
|
|
|
Patch109: perl-update-Module-Build.patch
|
|
|
|
%define Module_Build_real_version 0.32
|
|
|
|
# For Module-Build-0.x, the second component has to have four digits.
|
|
|
|
%define Module_Build_rpm_version 0.3200
|
|
|
|
Patch110: perl-update-Module-CoreList.patch
|
|
|
|
%define Module_CoreList_version 2.17
|
|
|
|
Patch111: perl-update-Module-Load-Conditional.patch
|
|
|
|
%define Module_Load_Conditional_version 0.30
|
|
|
|
Patch112: perl-update-Pod-Simple.patch
|
|
|
|
%define Pod_Simple_version 3.07
|
|
|
|
Patch113: perl-update-Sys-Syslog.patch
|
|
|
|
%define Sys_Syslog_version 0.27
|
|
|
|
Patch114: perl-update-Test-Harness.patch
|
|
|
|
%define Test_Harness_version 3.16
|
|
|
|
Patch115: perl-update-Test-Simple.patch
|
2009-09-03 15:30:26 +00:00
|
|
|
%define Test_Simple_version 0.92
|
- remove compatibility obsolete sitelib directories
- use a better BuildRoot
- drop a redundant mkdir in %%install
- call patchlevel.h only once; rm patchlevel.bak
- update modules Sys::Syslog, Module::Load::Conditional, Module::CoreList,
Test::Harness, Test::Simple, CGI.pm (dropping the upstreamed patch),
File::Path (that includes our perl-5.10.0-CVE-2008-2827.patch),
constant, Pod::Simple, Archive::Tar, Archive::Extract, File::Fetch,
File::Temp, IPC::Cmd, Time::HiRes, Module::Build, ExtUtils::CBuilder
- standardize the patches for updating embedded modules
- work around a bug in Module::Build tests bu setting TMPDIR to a directory
inside the source tree
2009-03-11 21:12:37 +00:00
|
|
|
Patch116: perl-update-Time-HiRes.patch
|
|
|
|
%define Time_HiRes_version 1.9719
|
2009-03-23 16:43:17 +00:00
|
|
|
Patch117: perl-update-Digest-SHA.patch
|
|
|
|
%define Digest_SHA_version 5.47
|
2009-03-24 14:57:25 +00:00
|
|
|
# includes Fatal.pm
|
|
|
|
Patch118: perl-update-autodie.patch
|
|
|
|
%define autodie_version 1.999
|
2009-06-08 05:50:22 +00:00
|
|
|
# cpan has it under PathTools-3.30
|
|
|
|
Patch119: perl-update-FileSpec.patch
|
2009-07-10 18:38:10 +00:00
|
|
|
%define File_Spec_version 3.30
|
2009-06-08 12:55:39 +00:00
|
|
|
Patch120: perl-update-Compress_Raw_Zlib.patch
|
2009-07-10 18:38:10 +00:00
|
|
|
%define Compress_Raw_Zlib 2.020
|
|
|
|
Patch121: perl-update-Scalar-List-Utils.patch
|
|
|
|
%define Scalar_List_Utils 1.21
|
2009-10-01 12:33:58 +00:00
|
|
|
Patch122: perl-update-Module-Pluggable.patch
|
2009-09-03 15:30:26 +00:00
|
|
|
%define Module_Pluggable_version 3.90
|
2009-10-01 12:33:58 +00:00
|
|
|
# Also fixes segfault when objects are reblessed (rt#33242, rhbz#459918)
|
|
|
|
Patch123: perl-update-Storable.patch
|
|
|
|
%define Storable_version 2.21
|
- remove compatibility obsolete sitelib directories
- use a better BuildRoot
- drop a redundant mkdir in %%install
- call patchlevel.h only once; rm patchlevel.bak
- update modules Sys::Syslog, Module::Load::Conditional, Module::CoreList,
Test::Harness, Test::Simple, CGI.pm (dropping the upstreamed patch),
File::Path (that includes our perl-5.10.0-CVE-2008-2827.patch),
constant, Pod::Simple, Archive::Tar, Archive::Extract, File::Fetch,
File::Temp, IPC::Cmd, Time::HiRes, Module::Build, ExtUtils::CBuilder
- standardize the patches for updating embedded modules
- work around a bug in Module::Build tests bu setting TMPDIR to a directory
inside the source tree
2009-03-11 21:12:37 +00:00
|
|
|
|
|
|
|
# Fedora uses links instead of lynx
|
|
|
|
# patches File-Fetch and CPAN
|
|
|
|
Patch201: perl-5.10.0-links.patch
|
|
|
|
|
|
|
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
2007-02-22 22:28:15 +00:00
|
|
|
BuildRequires: tcsh, dos2unix, man, groff
|
2008-01-10 02:53:58 +00:00
|
|
|
BuildRequires: gdbm-devel, db4-devel, zlib-devel
|
2008-01-10 03:30:42 +00:00
|
|
|
# For tests
|
|
|
|
BuildRequires: procps, rsyslog
|
|
|
|
|
2007-02-22 22:28:15 +00:00
|
|
|
# The long line of Perl provides.
|
2006-07-22 01:13:26 +00:00
|
|
|
|
|
|
|
# These provides are needed by the perl pkg itself with auto-generated perl.req
|
|
|
|
Provides: perl(VMS::Filespec)
|
|
|
|
Provides: perl(VMS::Stdio)
|
|
|
|
|
2007-02-22 22:28:15 +00:00
|
|
|
# Compat provides
|
2008-01-10 02:53:58 +00:00
|
|
|
Provides: perl(:MODULE_COMPAT_5.10.0)
|
|
|
|
|
2007-02-22 22:28:15 +00:00
|
|
|
# Threading provides
|
|
|
|
Provides: perl(:WITH_ITHREADS)
|
|
|
|
Provides: perl(:WITH_THREADS)
|
|
|
|
# Largefile provides
|
|
|
|
Provides: perl(:WITH_LARGEFILES)
|
|
|
|
# PerlIO provides
|
|
|
|
Provides: perl(:WITH_PERLIO)
|
|
|
|
# File provides
|
2006-07-22 01:13:26 +00:00
|
|
|
Provides: perl(abbrev.pl)
|
|
|
|
Provides: perl(assert.pl)
|
|
|
|
Provides: perl(bigfloat.pl)
|
|
|
|
Provides: perl(bigint.pl)
|
|
|
|
Provides: perl(bigrat.pl)
|
|
|
|
Provides: perl(bytes_heavy.pl)
|
|
|
|
Provides: perl(cacheout.pl)
|
|
|
|
Provides: perl(complete.pl)
|
|
|
|
Provides: perl(ctime.pl)
|
|
|
|
Provides: perl(dotsh.pl)
|
|
|
|
Provides: perl(dumpvar.pl)
|
|
|
|
Provides: perl(exceptions.pl)
|
|
|
|
Provides: perl(fastcwd.pl)
|
|
|
|
Provides: perl(find.pl)
|
|
|
|
Provides: perl(finddepth.pl)
|
|
|
|
Provides: perl(flush.pl)
|
|
|
|
Provides: perl(ftp.pl)
|
|
|
|
Provides: perl(getcwd.pl)
|
|
|
|
Provides: perl(getopt.pl)
|
|
|
|
Provides: perl(getopts.pl)
|
|
|
|
Provides: perl(hostname.pl)
|
|
|
|
Provides: perl(importenv.pl)
|
|
|
|
Provides: perl(look.pl)
|
|
|
|
Provides: perl(newgetopt.pl)
|
|
|
|
Provides: perl(open2.pl)
|
|
|
|
Provides: perl(open3.pl)
|
|
|
|
Provides: perl(perl5db.pl)
|
|
|
|
Provides: perl(pwd.pl)
|
|
|
|
Provides: perl(shellwords.pl)
|
|
|
|
Provides: perl(stat.pl)
|
|
|
|
Provides: perl(syslog.pl)
|
|
|
|
Provides: perl(tainted.pl)
|
|
|
|
Provides: perl(termcap.pl)
|
|
|
|
Provides: perl(timelocal.pl)
|
|
|
|
Provides: perl(utf8_heavy.pl)
|
|
|
|
Provides: perl(validate.pl)
|
|
|
|
Provides: perl(Carp::Heavy)
|
|
|
|
|
2008-02-22 12:42:53 +00:00
|
|
|
# Long history in 3rd-party repositories:
|
- remove compatibility obsolete sitelib directories
- use a better BuildRoot
- drop a redundant mkdir in %%install
- call patchlevel.h only once; rm patchlevel.bak
- update modules Sys::Syslog, Module::Load::Conditional, Module::CoreList,
Test::Harness, Test::Simple, CGI.pm (dropping the upstreamed patch),
File::Path (that includes our perl-5.10.0-CVE-2008-2827.patch),
constant, Pod::Simple, Archive::Tar, Archive::Extract, File::Fetch,
File::Temp, IPC::Cmd, Time::HiRes, Module::Build, ExtUtils::CBuilder
- standardize the patches for updating embedded modules
- work around a bug in Module::Build tests bu setting TMPDIR to a directory
inside the source tree
2009-03-11 21:12:37 +00:00
|
|
|
Provides: perl-File-Temp = %{File_Temp_version}
|
2008-10-23 15:02:01 +00:00
|
|
|
Obsoletes: perl-File-Temp < 0.20
|
2008-02-22 12:42:53 +00:00
|
|
|
|
2008-07-02 14:02:55 +00:00
|
|
|
# Use new testing module perl-Test-Harness, obsolete it outside of this package
|
- remove compatibility obsolete sitelib directories
- use a better BuildRoot
- drop a redundant mkdir in %%install
- call patchlevel.h only once; rm patchlevel.bak
- update modules Sys::Syslog, Module::Load::Conditional, Module::CoreList,
Test::Harness, Test::Simple, CGI.pm (dropping the upstreamed patch),
File::Path (that includes our perl-5.10.0-CVE-2008-2827.patch),
constant, Pod::Simple, Archive::Tar, Archive::Extract, File::Fetch,
File::Temp, IPC::Cmd, Time::HiRes, Module::Build, ExtUtils::CBuilder
- standardize the patches for updating embedded modules
- work around a bug in Module::Build tests bu setting TMPDIR to a directory
inside the source tree
2009-03-11 21:12:37 +00:00
|
|
|
Provides: perl-TAP-Harness = %{Test_Harness_version}
|
2008-07-02 14:02:55 +00:00
|
|
|
Obsoletes: perl-TAP-Harness < 3.10
|
2008-03-07 22:11:53 +00:00
|
|
|
|
2007-08-17 14:31:25 +00:00
|
|
|
Requires: perl-libs = %{perl_epoch}:%{perl_version}-%{release}
|
|
|
|
|
2007-11-26 19:04:13 +00:00
|
|
|
# We need this to break the dependency loop, and ensure that perl-libs
|
|
|
|
# gets installed before perl.
|
|
|
|
Requires(post): perl-libs
|
|
|
|
|
2007-08-24 18:25:48 +00:00
|
|
|
# Filter the automatically generated dependencies.
|
|
|
|
#
|
|
|
|
# The original script might be /usr/lib/rpm/perl.req or
|
|
|
|
# /usr/lib/rpm/redhat/perl.req, better use the original value of the macro:
|
2008-07-04 15:09:52 +00:00
|
|
|
%{expand:%%define prev__perl_requires %{__perl_requires}}
|
2007-08-24 18:25:48 +00:00
|
|
|
%define __perl_requires %{SOURCE11} %{prev__perl_requires}
|
|
|
|
|
|
|
|
# When _use_internal_dependency_generator is 0, the perl.req script is
|
|
|
|
# called from /usr/lib/rpm{,/redhat}/find-requires.sh
|
|
|
|
# Likewise:
|
2008-07-04 15:09:52 +00:00
|
|
|
%{expand:%%define prev__find_requires %{__find_requires}}
|
2007-08-24 18:25:48 +00:00
|
|
|
%define __find_requires %{SOURCE11} %{prev__find_requires}
|
|
|
|
|
2006-07-22 01:13:26 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Perl is a high-level programming language with roots in C, sed, awk
|
|
|
|
and shell scripting. Perl is good at handling processes and files,
|
|
|
|
and is especially good at handling text. Perl's hallmarks are
|
|
|
|
practicality and efficiency. While it is used to do a lot of
|
|
|
|
different things, Perl's most common applications are system
|
|
|
|
administration utilities and web programming. A large proportion of
|
|
|
|
the CGI scripts on the web are written in Perl. You need the perl
|
|
|
|
package installed on your system so that your system can handle Perl
|
|
|
|
scripts.
|
|
|
|
|
|
|
|
Install this package if you want to program in Perl or enable your
|
|
|
|
system to handle Perl scripts.
|
|
|
|
|
2007-04-25 21:04:23 +00:00
|
|
|
%package libs
|
|
|
|
Summary: The libraries for the perl runtime
|
2007-08-18 07:09:29 +00:00
|
|
|
Group: Development/Languages
|
2007-08-18 08:34:32 +00:00
|
|
|
License: GPL+ or Artistic
|
2007-04-25 21:04:23 +00:00
|
|
|
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
|
|
|
|
|
|
|
%description libs
|
|
|
|
The libraries for the perl runtime
|
|
|
|
|
|
|
|
|
2007-02-22 22:28:15 +00:00
|
|
|
%package devel
|
|
|
|
Summary: Header files for use in perl development
|
2007-08-18 07:09:29 +00:00
|
|
|
Group: Development/Languages
|
2007-08-18 08:34:32 +00:00
|
|
|
License: GPL+ or Artistic
|
2007-04-18 20:05:08 +00:00
|
|
|
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
2007-02-22 22:28:15 +00:00
|
|
|
|
|
|
|
%description devel
|
2007-03-09 19:20:56 +00:00
|
|
|
This package contains header files and development modules.
|
|
|
|
Most perl packages will need to install perl-devel to build.
|
|
|
|
|
2006-07-22 01:13:26 +00:00
|
|
|
|
|
|
|
%package suidperl
|
2007-02-22 22:28:15 +00:00
|
|
|
Summary: Suidperl, for use with setuid perl scripts
|
2007-08-18 07:09:29 +00:00
|
|
|
Group: Development/Languages
|
2007-08-18 08:34:32 +00:00
|
|
|
License: GPL+ or Artistic
|
2007-04-18 20:05:08 +00:00
|
|
|
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
2006-07-22 01:13:26 +00:00
|
|
|
|
|
|
|
%description suidperl
|
2007-02-22 22:28:15 +00:00
|
|
|
Suidperl is a setuid binary copy of perl that allows for (hopefully)
|
2006-07-22 01:13:26 +00:00
|
|
|
more secure running of setuid perl scripts.
|
|
|
|
|
2008-01-10 02:53:58 +00:00
|
|
|
|
|
|
|
%package Archive-Extract
|
|
|
|
Summary: Generic archive extracting mechanism
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
# Epoch bump for clean upgrade over old standalone package
|
|
|
|
Epoch: 1
|
- remove compatibility obsolete sitelib directories
- use a better BuildRoot
- drop a redundant mkdir in %%install
- call patchlevel.h only once; rm patchlevel.bak
- update modules Sys::Syslog, Module::Load::Conditional, Module::CoreList,
Test::Harness, Test::Simple, CGI.pm (dropping the upstreamed patch),
File::Path (that includes our perl-5.10.0-CVE-2008-2827.patch),
constant, Pod::Simple, Archive::Tar, Archive::Extract, File::Fetch,
File::Temp, IPC::Cmd, Time::HiRes, Module::Build, ExtUtils::CBuilder
- standardize the patches for updating embedded modules
- work around a bug in Module::Build tests bu setting TMPDIR to a directory
inside the source tree
2009-03-11 21:12:37 +00:00
|
|
|
Version: %{Archive_Extract_version}
|
2008-01-10 02:53:58 +00:00
|
|
|
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
|
|
|
|
|
|
|
%description Archive-Extract
|
|
|
|
Archive::Extract is a generic archive extraction mechanism.
|
|
|
|
|
|
|
|
|
|
|
|
%package Archive-Tar
|
|
|
|
Summary: A module for Perl manipulation of .tar files
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
Epoch: 0
|
- remove compatibility obsolete sitelib directories
- use a better BuildRoot
- drop a redundant mkdir in %%install
- call patchlevel.h only once; rm patchlevel.bak
- update modules Sys::Syslog, Module::Load::Conditional, Module::CoreList,
Test::Harness, Test::Simple, CGI.pm (dropping the upstreamed patch),
File::Path (that includes our perl-5.10.0-CVE-2008-2827.patch),
constant, Pod::Simple, Archive::Tar, Archive::Extract, File::Fetch,
File::Temp, IPC::Cmd, Time::HiRes, Module::Build, ExtUtils::CBuilder
- standardize the patches for updating embedded modules
- work around a bug in Module::Build tests bu setting TMPDIR to a directory
inside the source tree
2009-03-11 21:12:37 +00:00
|
|
|
Version: %{Archive_Tar_version}
|
2008-01-10 02:53:58 +00:00
|
|
|
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
|
|
|
Requires: perl(Compress::Zlib), perl(IO::Zlib)
|
|
|
|
|
|
|
|
%description Archive-Tar
|
|
|
|
Archive::Tar provides an object oriented mechanism for handling tar
|
|
|
|
files. It provides class methods for quick and easy files handling
|
|
|
|
while also allowing for the creation of tar file objects for custom
|
|
|
|
manipulation. If you have the IO::Zlib module installed, Archive::Tar
|
|
|
|
will also support compressed or gzipped tar files.
|
|
|
|
|
|
|
|
|
|
|
|
%package Compress-Raw-Zlib
|
|
|
|
Summary: Low-Level Interface to the zlib compression library
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
Epoch: 0
|
|
|
|
Version: 2.008
|
|
|
|
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
|
|
|
|
|
|
|
%description Compress-Raw-Zlib
|
|
|
|
This module provides a Perl interface to the zlib compression library.
|
|
|
|
It is used by IO::Compress::Zlib.
|
|
|
|
|
|
|
|
|
|
|
|
%package Compress-Zlib
|
|
|
|
Summary: A module providing Perl interfaces to the zlib compression library
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
Epoch: 0
|
|
|
|
Version: 2.008
|
|
|
|
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
|
|
|
|
|
|
|
%description Compress-Zlib
|
|
|
|
The Compress::Zlib module provides a Perl interface to the zlib
|
|
|
|
compression library. Most of the functionality provided by zlib is
|
|
|
|
available in Compress::Zlib.
|
|
|
|
|
|
|
|
The module can be split into two general areas of functionality,
|
|
|
|
namely in-memory compression/decompression and read/write access to
|
|
|
|
gzip files.
|
|
|
|
|
|
|
|
|
2007-03-28 18:53:53 +00:00
|
|
|
%package CPAN
|
|
|
|
Summary: Query, download and build perl modules from CPAN sites
|
2007-08-18 07:09:29 +00:00
|
|
|
Group: Development/Languages
|
2007-08-18 08:34:32 +00:00
|
|
|
License: GPL+ or Artistic
|
2007-03-28 18:53:53 +00:00
|
|
|
Epoch: 0
|
2008-01-10 02:53:58 +00:00
|
|
|
Version: 1.9205
|
2007-04-18 20:05:08 +00:00
|
|
|
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
2007-05-02 15:28:50 +00:00
|
|
|
Provides: cpan = %{version}
|
2007-03-28 18:53:53 +00:00
|
|
|
|
|
|
|
%description CPAN
|
|
|
|
Query, download and build perl modules from CPAN sites.
|
|
|
|
|
2008-01-10 02:53:58 +00:00
|
|
|
|
|
|
|
%package CPANPLUS
|
|
|
|
Summary: API & CLI access to the CPAN mirrors
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
Epoch: 0
|
2008-03-08 20:38:57 +00:00
|
|
|
Version: 0.84
|
2008-01-10 02:53:58 +00:00
|
|
|
Requires: perl(Module::Pluggable) >= 2.4
|
|
|
|
Requires: perl(Module::CoreList)
|
|
|
|
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
2008-03-18 14:47:21 +00:00
|
|
|
Provides: perl-CPANPLUS-Dist-Build = 0.06
|
|
|
|
Obsoletes: perl-CPANPLUS-Dist-Build <= 0.05
|
2008-01-10 02:53:58 +00:00
|
|
|
|
|
|
|
%description CPANPLUS
|
|
|
|
The CPANPLUS library is an API to the CPAN mirrors and a collection of
|
|
|
|
interactive shells, commandline programs, etc, that use this API.
|
|
|
|
|
|
|
|
|
|
|
|
%package Digest-SHA
|
|
|
|
Summary: Perl extension for SHA-1/224/256/384/512
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
# Epoch bump for clean upgrade over old standalone package
|
|
|
|
Epoch: 1
|
2009-03-23 16:43:17 +00:00
|
|
|
Version: %{Digest_SHA_version}
|
2008-01-10 02:53:58 +00:00
|
|
|
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
|
|
|
|
|
|
|
%description Digest-SHA
|
|
|
|
Digest::SHA is a complete implementation of the NIST Secure Hash
|
|
|
|
Standard. It gives Perl programmers a convenient way to calculate
|
|
|
|
SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512 message digests. The
|
|
|
|
module can handle all types of input, including partial-byte data.
|
|
|
|
|
|
|
|
|
|
|
|
%package ExtUtils-CBuilder
|
|
|
|
Summary: Compile and link C code for Perl modules
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
# Epoch bump for clean upgrade over old standalone package
|
|
|
|
Epoch: 1
|
- remove compatibility obsolete sitelib directories
- use a better BuildRoot
- drop a redundant mkdir in %%install
- call patchlevel.h only once; rm patchlevel.bak
- update modules Sys::Syslog, Module::Load::Conditional, Module::CoreList,
Test::Harness, Test::Simple, CGI.pm (dropping the upstreamed patch),
File::Path (that includes our perl-5.10.0-CVE-2008-2827.patch),
constant, Pod::Simple, Archive::Tar, Archive::Extract, File::Fetch,
File::Temp, IPC::Cmd, Time::HiRes, Module::Build, ExtUtils::CBuilder
- standardize the patches for updating embedded modules
- work around a bug in Module::Build tests bu setting TMPDIR to a directory
inside the source tree
2009-03-11 21:12:37 +00:00
|
|
|
Version: %{ExtUtils_CBuilder_version}
|
2008-01-10 02:53:58 +00:00
|
|
|
Requires: perl-devel
|
|
|
|
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
|
|
|
|
|
|
|
%description ExtUtils-CBuilder
|
|
|
|
This module can build the C portions of Perl modules by invoking the
|
|
|
|
appropriate compilers and linkers in a cross-platform manner. It was
|
|
|
|
motivated by the Module::Build project, but may be useful for other
|
|
|
|
purposes as well.
|
|
|
|
|
|
|
|
|
2007-03-28 18:53:53 +00:00
|
|
|
%package ExtUtils-Embed
|
|
|
|
Summary: Utilities for embedding Perl in C/C++ applications
|
2007-08-18 07:09:29 +00:00
|
|
|
Group: Development/Languages
|
2007-08-18 08:34:32 +00:00
|
|
|
License: GPL+ or Artistic
|
2007-03-28 18:53:53 +00:00
|
|
|
Epoch: 0
|
2008-11-29 00:10:09 +00:00
|
|
|
Version: 1.28
|
2007-03-28 18:53:53 +00:00
|
|
|
Requires: perl-devel
|
2007-04-18 20:05:08 +00:00
|
|
|
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
2007-03-28 18:53:53 +00:00
|
|
|
|
|
|
|
%description ExtUtils-Embed
|
|
|
|
Utilities for embedding Perl in C/C++ applications.
|
|
|
|
|
2008-01-10 02:53:58 +00:00
|
|
|
|
2007-03-28 18:53:53 +00:00
|
|
|
%package ExtUtils-MakeMaker
|
|
|
|
Summary: Create a module Makefile
|
2007-08-18 07:09:29 +00:00
|
|
|
Group: Development/Languages
|
2007-08-18 08:34:32 +00:00
|
|
|
License: GPL+ or Artistic
|
2007-03-28 18:53:53 +00:00
|
|
|
Epoch: 0
|
2008-01-10 02:53:58 +00:00
|
|
|
# It's really 6.36_01, but we drop the _01.
|
|
|
|
Version: 6.36
|
2007-03-28 18:53:53 +00:00
|
|
|
Requires: perl-devel
|
2007-04-18 20:05:08 +00:00
|
|
|
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
2007-05-02 15:28:50 +00:00
|
|
|
Requires: perl(Test::Harness)
|
2007-03-28 18:53:53 +00:00
|
|
|
|
|
|
|
%description ExtUtils-MakeMaker
|
|
|
|
Create a module Makefile.
|
|
|
|
|
2008-01-10 02:53:58 +00:00
|
|
|
|
|
|
|
%package ExtUtils-ParseXS
|
|
|
|
Summary: Module and a script for converting Perl XS code into C code
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
# Epoch bump for clean upgrade over old standalone package
|
|
|
|
Epoch: 1
|
|
|
|
# It's really 2.18_02, but we drop the _02.
|
|
|
|
Version: 2.18
|
|
|
|
Requires: perl-devel
|
|
|
|
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
|
|
|
|
|
|
|
%description ExtUtils-ParseXS
|
|
|
|
ExtUtils::ParseXS will compile XS code into C code by embedding the
|
|
|
|
constructs necessary to let C functions manipulate Perl values and
|
|
|
|
creates the glue necessary to let Perl access those functions.
|
|
|
|
|
|
|
|
|
|
|
|
%package File-Fetch
|
|
|
|
Summary: Generic file fetching mechanism
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
Epoch: 0
|
- remove compatibility obsolete sitelib directories
- use a better BuildRoot
- drop a redundant mkdir in %%install
- call patchlevel.h only once; rm patchlevel.bak
- update modules Sys::Syslog, Module::Load::Conditional, Module::CoreList,
Test::Harness, Test::Simple, CGI.pm (dropping the upstreamed patch),
File::Path (that includes our perl-5.10.0-CVE-2008-2827.patch),
constant, Pod::Simple, Archive::Tar, Archive::Extract, File::Fetch,
File::Temp, IPC::Cmd, Time::HiRes, Module::Build, ExtUtils::CBuilder
- standardize the patches for updating embedded modules
- work around a bug in Module::Build tests bu setting TMPDIR to a directory
inside the source tree
2009-03-11 21:12:37 +00:00
|
|
|
Version: %{File_Fetch_version}
|
2008-01-10 02:53:58 +00:00
|
|
|
Requires: perl(IPC::Cmd) >= 0.36
|
|
|
|
Requires: perl(Module::Load::Conditional) >= 0.04
|
|
|
|
Requires: perl(Params::Check) >= 0.07
|
|
|
|
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
|
|
|
|
|
|
|
%description File-Fetch
|
|
|
|
File::Fetch is a generic file fetching mechanism.
|
|
|
|
|
|
|
|
|
|
|
|
%package IO-Compress-Base
|
|
|
|
Summary: Base Class for IO::Compress modules
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
Epoch: 0
|
|
|
|
Version: 2.008
|
|
|
|
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
|
|
|
|
|
|
|
%description IO-Compress-Base
|
|
|
|
This module is the base class for all IO::Compress and IO::Uncompress
|
|
|
|
modules. This module is not intended for direct use in application
|
|
|
|
code. Its sole purpose is to to be sub-classed by IO::Compress
|
|
|
|
modules.
|
|
|
|
|
|
|
|
|
|
|
|
%package IO-Compress-Zlib
|
|
|
|
Summary: Perl interface to allow reading and writing of gzip and zip data
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
Epoch: 0
|
|
|
|
# Really 1.23_01, but we drop the _01.
|
|
|
|
Version: 2.008
|
|
|
|
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
|
|
|
|
|
|
|
%description IO-Compress-Zlib
|
|
|
|
This module provides an "IO::"-style Perl interface to "Compress::Zlib"
|
|
|
|
|
|
|
|
|
|
|
|
%package IO-Zlib
|
|
|
|
Summary: Perl IO:: style interface to Compress::Zlib
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
# Epoch bump for clean upgrade over old standalone package
|
|
|
|
Epoch: 1
|
|
|
|
Version: 1.07
|
|
|
|
Requires: perl(Compress::Zlib)
|
|
|
|
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
|
|
|
|
|
|
|
%description IO-Zlib
|
|
|
|
This modules provides an IO:: style interface to the Compress::Zlib
|
|
|
|
package. The main advantage is that you can use an IO::Zlib object in
|
|
|
|
much the same way as an IO::File object so you can have common code
|
|
|
|
that doesn't know which sort of file it is using.
|
|
|
|
|
|
|
|
|
|
|
|
%package IPC-Cmd
|
|
|
|
Summary: Finding and running system commands made easy
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
# Epoch bump for clean upgrade over old standalone package
|
|
|
|
Epoch: 1
|
2009-02-03 06:46:31 +00:00
|
|
|
# do not upgrade in the future to _something version. They are testing!
|
- remove compatibility obsolete sitelib directories
- use a better BuildRoot
- drop a redundant mkdir in %%install
- call patchlevel.h only once; rm patchlevel.bak
- update modules Sys::Syslog, Module::Load::Conditional, Module::CoreList,
Test::Harness, Test::Simple, CGI.pm (dropping the upstreamed patch),
File::Path (that includes our perl-5.10.0-CVE-2008-2827.patch),
constant, Pod::Simple, Archive::Tar, Archive::Extract, File::Fetch,
File::Temp, IPC::Cmd, Time::HiRes, Module::Build, ExtUtils::CBuilder
- standardize the patches for updating embedded modules
- work around a bug in Module::Build tests bu setting TMPDIR to a directory
inside the source tree
2009-03-11 21:12:37 +00:00
|
|
|
Version: %{IPC_Cmd_version}
|
2008-01-10 02:53:58 +00:00
|
|
|
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
|
|
|
|
|
|
|
%description IPC-Cmd
|
|
|
|
IPC::Cmd allows you to run commands, interactively if desired, in a
|
|
|
|
platform independent way, but have them still work.
|
|
|
|
|
|
|
|
|
|
|
|
%package Locale-Maketext-Simple
|
|
|
|
Summary: Simple interface to Locale::Maketext::Lexicon
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: MIT
|
|
|
|
# Epoch bump for clean upgrade over old standalone package
|
|
|
|
Epoch: 1
|
|
|
|
Version: 0.18
|
|
|
|
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
|
|
|
|
|
|
|
%description Locale-Maketext-Simple
|
|
|
|
This module is a simple wrapper around Locale::Maketext::Lexicon, designed
|
|
|
|
to alleviate the need of creating Language Classes for module authors.
|
|
|
|
|
|
|
|
|
|
|
|
%package Log-Message
|
|
|
|
Summary: Generic message storage mechanism
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
# Epoch bump for clean upgrade over old standalone package
|
|
|
|
Epoch: 1
|
|
|
|
Version: 0.01
|
|
|
|
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
|
|
|
# Add a versioned provides, since we pull the unversioned one out.
|
|
|
|
Provides: perl(Log::Message::Handlers) = %{version}
|
|
|
|
|
|
|
|
%description Log-Message
|
|
|
|
Log::Message is a generic message storage mechanism. It allows you to
|
|
|
|
store messages on a stack -- either shared or private -- and assign meta-data
|
|
|
|
to it. Some meta-data will automatically be added for you, like a timestamp
|
|
|
|
and a stack trace, but some can be filled in by the user, like a tag by
|
|
|
|
which to identify it or group it, and a level at which to handle the
|
|
|
|
message (for example, log it, or die with it).
|
|
|
|
|
|
|
|
|
|
|
|
%package Log-Message-Simple
|
|
|
|
Summary: Simplified frontend to Log::Message
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
Epoch: 0
|
|
|
|
Version: 0.04
|
|
|
|
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
|
|
|
|
|
|
|
%description Log-Message-Simple
|
|
|
|
This module provides standardized logging facilities using the
|
|
|
|
Log::Message module.
|
|
|
|
|
|
|
|
|
|
|
|
%package Module-Build
|
|
|
|
Summary: Perl module for building and installing Perl modules
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
# Epoch bump for clean upgrade over old standalone package
|
|
|
|
Epoch: 1
|
- remove compatibility obsolete sitelib directories
- use a better BuildRoot
- drop a redundant mkdir in %%install
- call patchlevel.h only once; rm patchlevel.bak
- update modules Sys::Syslog, Module::Load::Conditional, Module::CoreList,
Test::Harness, Test::Simple, CGI.pm (dropping the upstreamed patch),
File::Path (that includes our perl-5.10.0-CVE-2008-2827.patch),
constant, Pod::Simple, Archive::Tar, Archive::Extract, File::Fetch,
File::Temp, IPC::Cmd, Time::HiRes, Module::Build, ExtUtils::CBuilder
- standardize the patches for updating embedded modules
- work around a bug in Module::Build tests bu setting TMPDIR to a directory
inside the source tree
2009-03-11 21:12:37 +00:00
|
|
|
Version: %{Module_Build_rpm_version}
|
2008-01-10 02:53:58 +00:00
|
|
|
Requires: perl(Archive::Tar) >= 1.08
|
|
|
|
Requires: perl(ExtUtils::CBuilder) >= 0.15
|
|
|
|
Requires: perl(ExtUtils::ParseXS) >= 1.02
|
|
|
|
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
|
|
|
|
|
|
|
%description Module-Build
|
|
|
|
Module::Build is a system for building, testing, and installing Perl
|
|
|
|
modules. It is meant to be an alternative to ExtUtils::MakeMaker.
|
|
|
|
Developers may alter the behavior of the module through subclassing in a
|
|
|
|
much more straightforward way than with MakeMaker. It also does not
|
|
|
|
require a make on your system - most of the Module::Build code is pure-perl and
|
|
|
|
written in a very cross-platform way. In fact, you don't even need a
|
|
|
|
shell, so even platforms like MacOS (traditional) can use it fairly easily. Its
|
|
|
|
only prerequisites are modules that are included with perl 5.6.0, and it
|
|
|
|
works fine on perl 5.005 if you can install a few additional modules.
|
|
|
|
|
|
|
|
|
|
|
|
%package Module-CoreList
|
|
|
|
Summary: Perl core modules indexed by perl versions
|
|
|
|
Group: Development/Languages
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
Epoch: 0
|
- remove compatibility obsolete sitelib directories
- use a better BuildRoot
- drop a redundant mkdir in %%install
- call patchlevel.h only once; rm patchlevel.bak
- update modules Sys::Syslog, Module::Load::Conditional, Module::CoreList,
Test::Harness, Test::Simple, CGI.pm (dropping the upstreamed patch),
File::Path (that includes our perl-5.10.0-CVE-2008-2827.patch),
constant, Pod::Simple, Archive::Tar, Archive::Extract, File::Fetch,
File::Temp, IPC::Cmd, Time::HiRes, Module::Build, ExtUtils::CBuilder
- standardize the patches for updating embedded modules
- work around a bug in Module::Build tests bu setting TMPDIR to a directory
inside the source tree
2009-03-11 21:12:37 +00:00
|
|
|
Version: %{Module_CoreList_version}
|
2008-01-10 02:53:58 +00:00
|
|
|
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
|
|
|
Requires: perl(version)
|
|
|
|
|
|
|
|
%description Module-CoreList
|
|
|
|
Module::CoreList contains the hash of hashes %Module::CoreList::version,
|
|
|
|
this is keyed on perl version as indicated in $]. The second level hash
|
|
|
|
is module => version pairs.
|
|
|
|
|
|
|
|
|
|
|
|
%package Module-Load
|
|
|
|
Summary: Runtime require of both modules and files
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
# Epoch bump for clean upgrade over old standalone package
|
|
|
|
Epoch: 1
|
|
|
|
Version: 0.12
|
|
|
|
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
|
|
|
|
|
|
|
%description Module-Load
|
|
|
|
Module::Load eliminates the need to know whether you are trying to
|
|
|
|
require either a file or a module.
|
|
|
|
|
|
|
|
|
|
|
|
%package Module-Load-Conditional
|
|
|
|
Summary: Looking up module information / loading at runtime
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
Epoch: 0
|
- remove compatibility obsolete sitelib directories
- use a better BuildRoot
- drop a redundant mkdir in %%install
- call patchlevel.h only once; rm patchlevel.bak
- update modules Sys::Syslog, Module::Load::Conditional, Module::CoreList,
Test::Harness, Test::Simple, CGI.pm (dropping the upstreamed patch),
File::Path (that includes our perl-5.10.0-CVE-2008-2827.patch),
constant, Pod::Simple, Archive::Tar, Archive::Extract, File::Fetch,
File::Temp, IPC::Cmd, Time::HiRes, Module::Build, ExtUtils::CBuilder
- standardize the patches for updating embedded modules
- work around a bug in Module::Build tests bu setting TMPDIR to a directory
inside the source tree
2009-03-11 21:12:37 +00:00
|
|
|
Version: %{Module_Load_Conditional_version}
|
2008-01-10 02:53:58 +00:00
|
|
|
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
|
|
|
|
|
|
|
%description Module-Load-Conditional
|
|
|
|
Module::Load::Conditional provides simple ways to query and possibly
|
|
|
|
load
|
|
|
|
any of the modules you have installed on your system during runtime.
|
|
|
|
|
|
|
|
|
|
|
|
%package Module-Loaded
|
|
|
|
Summary: Mark modules as loaded or unloaded
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
# Epoch bump for clean upgrade over old standalone package
|
|
|
|
Epoch: 1
|
|
|
|
Version: 0.01
|
|
|
|
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
|
|
|
|
|
|
|
%description Module-Loaded
|
|
|
|
When testing applications, often you find yourself needing to provide
|
|
|
|
functionality in your test environment that would usually be provided by
|
|
|
|
external modules. Rather than munging the %INC by hand to mark these
|
|
|
|
external modules as loaded, so they are not attempted to be loaded by
|
|
|
|
perl, this module offers you a very simple way to mark modules as loaded
|
|
|
|
and/or unloaded.
|
|
|
|
|
|
|
|
|
|
|
|
%package Module-Pluggable
|
|
|
|
Summary: Automatically give your module the ability to have plugins
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
# Epoch bump for clean upgrade over old standalone package
|
|
|
|
Epoch: 1
|
2009-09-03 15:30:26 +00:00
|
|
|
Version: %{Module_Pluggable_version}
|
2008-01-10 02:53:58 +00:00
|
|
|
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
|
|
|
|
|
|
|
%description Module-Pluggable
|
|
|
|
Provides a simple but, hopefully, extensible way of having 'plugins' for
|
|
|
|
your module.
|
|
|
|
|
|
|
|
|
|
|
|
%package Object-Accessor
|
|
|
|
Summary: Perl module that allows per object accessors
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
# Epoch bump for clean upgrade over old standalone package
|
|
|
|
Epoch: 1
|
|
|
|
Version: 0.32
|
|
|
|
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
|
|
|
|
|
|
|
%description Object-Accessor
|
|
|
|
Object::Accessor provides an interface to create per object accessors
|
|
|
|
(as opposed to per Class accessors, as, for example, Class::Accessor
|
|
|
|
provides).
|
|
|
|
|
|
|
|
|
|
|
|
%package Package-Constants
|
|
|
|
Summary: List all constants declared in a package
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
# Epoch bump for clean upgrade over old standalone package
|
|
|
|
Epoch: 1
|
|
|
|
Version: 0.01
|
|
|
|
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
|
|
|
|
|
|
|
%description Package-Constants
|
|
|
|
Package::Constants lists all the constants defined in a certain package.
|
|
|
|
This can be useful for, among others, setting up an autogenerated
|
|
|
|
@EXPORT/@EXPORT_OK for a Constants.pm file.
|
|
|
|
|
|
|
|
|
|
|
|
%package Params-Check
|
|
|
|
Summary: Generic input parsing/checking mechanism
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
# Epoch bump for clean upgrade over old standalone package
|
|
|
|
Epoch: 1
|
|
|
|
Version: 0.26
|
|
|
|
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
|
|
|
|
|
|
|
%description Params-Check
|
|
|
|
Params::Check is a generic input parsing/checking mechanism.
|
|
|
|
|
|
|
|
|
|
|
|
%package Pod-Escapes
|
|
|
|
Summary: Perl module for resolving POD escape sequences
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
# Epoch bump for clean upgrade over old standalone package
|
|
|
|
Epoch: 1
|
|
|
|
Version: 1.04
|
|
|
|
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
|
|
|
|
|
|
|
%description Pod-Escapes
|
|
|
|
This module provides things that are useful in decoding Pod E<...>
|
|
|
|
sequences. Presumably, it should be used only by Pod parsers and/or
|
|
|
|
formatters.
|
|
|
|
|
|
|
|
|
|
|
|
%package Pod-Simple
|
|
|
|
Summary: Framework for parsing POD documentation
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
# Epoch bump for clean upgrade over old standalone package
|
|
|
|
Epoch: 1
|
- remove compatibility obsolete sitelib directories
- use a better BuildRoot
- drop a redundant mkdir in %%install
- call patchlevel.h only once; rm patchlevel.bak
- update modules Sys::Syslog, Module::Load::Conditional, Module::CoreList,
Test::Harness, Test::Simple, CGI.pm (dropping the upstreamed patch),
File::Path (that includes our perl-5.10.0-CVE-2008-2827.patch),
constant, Pod::Simple, Archive::Tar, Archive::Extract, File::Fetch,
File::Temp, IPC::Cmd, Time::HiRes, Module::Build, ExtUtils::CBuilder
- standardize the patches for updating embedded modules
- work around a bug in Module::Build tests bu setting TMPDIR to a directory
inside the source tree
2009-03-11 21:12:37 +00:00
|
|
|
Version: %{Pod_Simple_version}
|
2008-01-10 02:53:58 +00:00
|
|
|
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
|
|
|
|
|
|
|
%description Pod-Simple
|
|
|
|
Pod::Simple is a Perl library for parsing text in the Pod ("plain old
|
|
|
|
documentation") markup language that is typically used for writing
|
|
|
|
documentation for Perl and for Perl modules.
|
|
|
|
|
|
|
|
|
|
|
|
%package Term-UI
|
|
|
|
Summary: Term::ReadLine UI made easy
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
Epoch: 0
|
|
|
|
Version: 0.18
|
|
|
|
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
|
|
|
Requires: perl(Log::Message::Simple)
|
|
|
|
|
|
|
|
%description Term-UI
|
|
|
|
Term::UI is a transparent way of eliminating the overhead of having to
|
|
|
|
format a question and then validate the reply, informing the user if the
|
|
|
|
answer was not proper and re-issuing the question.
|
|
|
|
|
|
|
|
|
2007-03-28 18:53:53 +00:00
|
|
|
%package Test-Harness
|
|
|
|
Summary: Run Perl standard test scripts with statistics
|
2007-08-18 07:09:29 +00:00
|
|
|
Group: Development/Languages
|
2007-08-18 08:34:32 +00:00
|
|
|
License: GPL+ or Artistic
|
2007-03-28 18:53:53 +00:00
|
|
|
Epoch: 0
|
- remove compatibility obsolete sitelib directories
- use a better BuildRoot
- drop a redundant mkdir in %%install
- call patchlevel.h only once; rm patchlevel.bak
- update modules Sys::Syslog, Module::Load::Conditional, Module::CoreList,
Test::Harness, Test::Simple, CGI.pm (dropping the upstreamed patch),
File::Path (that includes our perl-5.10.0-CVE-2008-2827.patch),
constant, Pod::Simple, Archive::Tar, Archive::Extract, File::Fetch,
File::Temp, IPC::Cmd, Time::HiRes, Module::Build, ExtUtils::CBuilder
- standardize the patches for updating embedded modules
- work around a bug in Module::Build tests bu setting TMPDIR to a directory
inside the source tree
2009-03-11 21:12:37 +00:00
|
|
|
Version: %{Test_Harness_version}
|
2007-03-28 18:53:53 +00:00
|
|
|
Requires: perl-devel
|
2007-04-18 20:05:08 +00:00
|
|
|
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
2007-03-28 18:53:53 +00:00
|
|
|
|
|
|
|
%description Test-Harness
|
|
|
|
Run Perl standard test scripts with statistics.
|
2008-07-02 14:02:55 +00:00
|
|
|
Use TAP::Parser, Test::Harness package was whole rewritten.
|
2008-01-10 02:53:58 +00:00
|
|
|
|
2007-03-28 18:53:53 +00:00
|
|
|
%package Test-Simple
|
|
|
|
Summary: Basic utilities for writing tests
|
2007-08-18 07:09:29 +00:00
|
|
|
Group: Development/Languages
|
2007-08-18 08:34:32 +00:00
|
|
|
License: GPL+ or Artistic
|
2007-03-28 18:53:53 +00:00
|
|
|
Epoch: 0
|
- remove compatibility obsolete sitelib directories
- use a better BuildRoot
- drop a redundant mkdir in %%install
- call patchlevel.h only once; rm patchlevel.bak
- update modules Sys::Syslog, Module::Load::Conditional, Module::CoreList,
Test::Harness, Test::Simple, CGI.pm (dropping the upstreamed patch),
File::Path (that includes our perl-5.10.0-CVE-2008-2827.patch),
constant, Pod::Simple, Archive::Tar, Archive::Extract, File::Fetch,
File::Temp, IPC::Cmd, Time::HiRes, Module::Build, ExtUtils::CBuilder
- standardize the patches for updating embedded modules
- work around a bug in Module::Build tests bu setting TMPDIR to a directory
inside the source tree
2009-03-11 21:12:37 +00:00
|
|
|
Version: %{Test_Simple_version}
|
2007-03-28 18:53:53 +00:00
|
|
|
Requires: perl-devel
|
2007-04-18 20:05:08 +00:00
|
|
|
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
2007-03-28 18:53:53 +00:00
|
|
|
|
|
|
|
%description Test-Simple
|
|
|
|
Basic utilities for writing tests.
|
2007-03-09 19:20:56 +00:00
|
|
|
|
2008-01-10 02:53:58 +00:00
|
|
|
|
|
|
|
%package Time-Piece
|
|
|
|
Summary: Time objects from localtime and gmtime
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
Epoch: 0
|
|
|
|
Version: 1.12
|
|
|
|
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
|
|
|
|
|
|
|
%description Time-Piece
|
|
|
|
The Time::Piece module replaces the standard localtime and gmtime functions
|
|
|
|
with implementations that return objects. It does so in a backwards
|
|
|
|
compatible manner, so that using localtime or gmtime as documented in
|
|
|
|
perlfunc still behave as expected.
|
|
|
|
|
|
|
|
|
|
|
|
%package version
|
|
|
|
Summary: Perl extension for Version Objects
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
# Epoch bump for clean upgrade over old standalone package
|
|
|
|
Epoch: 3
|
|
|
|
Version: 0.74
|
|
|
|
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
|
|
|
|
|
|
|
%description version
|
|
|
|
Perl extension for Version Objects
|
|
|
|
|
|
|
|
|
2007-07-02 19:17:35 +00:00
|
|
|
%package core
|
|
|
|
Summary: Base perl metapackage
|
2007-08-18 07:09:29 +00:00
|
|
|
Group: Development/Languages
|
2008-01-10 02:53:58 +00:00
|
|
|
# This rpm doesn't contain any copyrightable material.
|
|
|
|
# Nevertheless, it needs a License tag, so we'll use the generic
|
|
|
|
# "perl" license.
|
2007-08-18 08:34:32 +00:00
|
|
|
License: GPL+ or Artistic
|
2007-07-02 19:17:35 +00:00
|
|
|
Epoch: 0
|
|
|
|
Version: %{perl_version}
|
|
|
|
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
|
|
|
Requires: perl-libs = %{perl_epoch}:%{perl_version}-%{release}
|
|
|
|
Requires: perl-devel = %{perl_epoch}:%{perl_version}-%{release}
|
2008-01-10 02:53:58 +00:00
|
|
|
|
|
|
|
Requires: perl-Archive-Extract, perl-Archive-Tar, perl-Compress-Raw-Zlib, perl-Compress-Zlib, perl-CPAN,
|
|
|
|
Requires: perl-CPANPLUS, perl-Digest-SHA, perl-ExtUtils-CBuilder,
|
|
|
|
Requires: perl-ExtUtils-Embed, perl-ExtUtils-MakeMaker, perl-ExtUtils-ParseXS,
|
|
|
|
Requires: perl-File-Fetch, perl-IO-Compress-Base, perl-IO-Compress-Zlib, 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-Params-Check, perl-Pod-Escapes, perl-Pod-Simple, perl-Term-UI,
|
|
|
|
Requires: perl-Test-Harness, perl-Test-Simple, perl-Time-Piece, perl-version
|
2007-07-02 19:17:35 +00:00
|
|
|
# Note: perl-suidperl has always been an independent subpackage
|
|
|
|
# We don't want perl-core to drag it in.
|
|
|
|
|
|
|
|
%description core
|
|
|
|
A metapackage which requires all of the perl bits and modules in the
|
|
|
|
upstream tarball from perl.org.
|
|
|
|
|
|
|
|
|
2006-07-22 01:13:26 +00:00
|
|
|
%prep
|
- remove compatibility obsolete sitelib directories
- use a better BuildRoot
- drop a redundant mkdir in %%install
- call patchlevel.h only once; rm patchlevel.bak
- update modules Sys::Syslog, Module::Load::Conditional, Module::CoreList,
Test::Harness, Test::Simple, CGI.pm (dropping the upstreamed patch),
File::Path (that includes our perl-5.10.0-CVE-2008-2827.patch),
constant, Pod::Simple, Archive::Tar, Archive::Extract, File::Fetch,
File::Temp, IPC::Cmd, Time::HiRes, Module::Build, ExtUtils::CBuilder
- standardize the patches for updating embedded modules
- work around a bug in Module::Build tests bu setting TMPDIR to a directory
inside the source tree
2009-03-11 21:12:37 +00:00
|
|
|
%setup -q
|
2007-02-22 22:28:15 +00:00
|
|
|
%patch1 -p1
|
|
|
|
%patch2 -p1
|
2008-05-22 17:16:40 +00:00
|
|
|
# This patch breaks sparc64 compilation
|
|
|
|
# We should probably consider removing it for all arches.
|
|
|
|
%ifnarch sparc64
|
2007-02-22 22:28:15 +00:00
|
|
|
%patch4 -p1
|
2008-05-22 17:16:40 +00:00
|
|
|
%endif
|
2008-01-10 02:53:58 +00:00
|
|
|
%ifarch %{multilib_64_archs}
|
2006-07-22 01:13:26 +00:00
|
|
|
%patch5 -p1
|
2008-01-10 02:53:58 +00:00
|
|
|
%endif
|
2007-02-22 22:28:15 +00:00
|
|
|
%patch6 -p1
|
|
|
|
%patch7 -p1
|
|
|
|
%patch8 -p1
|
2008-01-30 18:45:00 +00:00
|
|
|
%patch10 -p1
|
2008-03-07 22:11:53 +00:00
|
|
|
%patch11 -p1
|
2008-05-26 15:09:24 +00:00
|
|
|
%patch15 -p1
|
2008-06-11 13:33:11 +00:00
|
|
|
%patch16 -p1
|
2008-07-21 10:50:15 +00:00
|
|
|
%patch20 -p1
|
2008-10-12 08:26:50 +00:00
|
|
|
%patch26 -p1
|
2008-11-29 00:10:09 +00:00
|
|
|
%patch28 -p1
|
|
|
|
%patch29 -p1
|
|
|
|
%patch30 -p1
|
|
|
|
%patch31 -p1
|
2009-01-19 08:36:43 +00:00
|
|
|
%patch33 -p1
|
2009-03-11 22:01:05 +00:00
|
|
|
%patch34 -p1
|
|
|
|
%patch35 -p1
|
|
|
|
%patch36 -p1
|
2009-04-07 09:57:20 +00:00
|
|
|
%patch37 -p1
|
2009-03-11 22:01:05 +00:00
|
|
|
|
|
|
|
### Debian patches ###
|
|
|
|
%patch40 -p1
|
|
|
|
%patch41 -p1
|
|
|
|
%patch42 -p1
|
|
|
|
%patch43 -p1
|
|
|
|
%patch44 -p1
|
|
|
|
%patch45 -p1
|
|
|
|
%patch46 -p1
|
|
|
|
%patch47 -p1
|
|
|
|
%patch48 -p1
|
|
|
|
%patch49 -p1
|
|
|
|
%patch50 -p1
|
|
|
|
%patch51 -p1
|
|
|
|
%patch52 -p1
|
|
|
|
%patch53 -p1
|
|
|
|
%patch54 -p1
|
|
|
|
%patch55 -p1
|
|
|
|
%patch56 -p1
|
|
|
|
%patch57 -p1
|
2009-06-03 18:50:17 +00:00
|
|
|
%patch58 -p1
|
2009-07-10 18:38:10 +00:00
|
|
|
%patch59 -p1
|
|
|
|
%patch60 -p1
|
2009-07-27 07:11:48 +00:00
|
|
|
%patch61 -p1
|
2009-03-11 22:01:05 +00:00
|
|
|
|
- remove compatibility obsolete sitelib directories
- use a better BuildRoot
- drop a redundant mkdir in %%install
- call patchlevel.h only once; rm patchlevel.bak
- update modules Sys::Syslog, Module::Load::Conditional, Module::CoreList,
Test::Harness, Test::Simple, CGI.pm (dropping the upstreamed patch),
File::Path (that includes our perl-5.10.0-CVE-2008-2827.patch),
constant, Pod::Simple, Archive::Tar, Archive::Extract, File::Fetch,
File::Temp, IPC::Cmd, Time::HiRes, Module::Build, ExtUtils::CBuilder
- standardize the patches for updating embedded modules
- work around a bug in Module::Build tests bu setting TMPDIR to a directory
inside the source tree
2009-03-11 21:12:37 +00:00
|
|
|
%patch100 -p1
|
|
|
|
%patch101 -p1
|
|
|
|
%patch102 -p1
|
|
|
|
%patch103 -p1
|
|
|
|
%patch104 -p1
|
|
|
|
%patch105 -p1
|
|
|
|
%patch106 -p1
|
|
|
|
%patch107 -p1
|
|
|
|
%patch108 -p1
|
|
|
|
%patch109 -p1
|
|
|
|
%patch110 -p1
|
|
|
|
%patch111 -p1
|
|
|
|
%patch112 -p1
|
|
|
|
%patch113 -p1
|
|
|
|
%patch114 -p1
|
|
|
|
%patch115 -p1
|
|
|
|
%patch116 -p1
|
2009-03-23 16:43:17 +00:00
|
|
|
%patch117 -p1
|
2009-03-24 14:57:25 +00:00
|
|
|
%patch118 -p1
|
2009-06-08 05:50:22 +00:00
|
|
|
%patch119 -p1
|
2009-06-08 12:55:39 +00:00
|
|
|
%patch120 -p1
|
2009-07-10 18:38:10 +00:00
|
|
|
%patch121 -p1
|
2009-09-03 15:30:26 +00:00
|
|
|
%patch122 -p1
|
2009-10-01 12:33:58 +00:00
|
|
|
%patch123 -p1
|
2009-09-03 15:30:26 +00:00
|
|
|
# 0-byte files and patch don't seem to agree
|
|
|
|
mkdir t/Module_Pluggable/lib/Zot/
|
|
|
|
touch t/Module_Pluggable/lib/Zot/.Zork.pm
|
|
|
|
|
|
|
|
|
- remove compatibility obsolete sitelib directories
- use a better BuildRoot
- drop a redundant mkdir in %%install
- call patchlevel.h only once; rm patchlevel.bak
- update modules Sys::Syslog, Module::Load::Conditional, Module::CoreList,
Test::Harness, Test::Simple, CGI.pm (dropping the upstreamed patch),
File::Path (that includes our perl-5.10.0-CVE-2008-2827.patch),
constant, Pod::Simple, Archive::Tar, Archive::Extract, File::Fetch,
File::Temp, IPC::Cmd, Time::HiRes, Module::Build, ExtUtils::CBuilder
- standardize the patches for updating embedded modules
- work around a bug in Module::Build tests bu setting TMPDIR to a directory
inside the source tree
2009-03-11 21:12:37 +00:00
|
|
|
%patch201 -p1
|
2008-09-16 15:05:23 +00:00
|
|
|
|
2006-07-22 01:13:26 +00:00
|
|
|
#
|
|
|
|
# Candidates for doc recoding (need case by case review):
|
|
|
|
# find . -name "*.pod" -o -name "README*" -o -name "*.pm" | xargs file -i | grep charset= | grep -v '\(us-ascii\|utf-8\)'
|
|
|
|
recode()
|
|
|
|
{
|
2007-02-22 22:28:15 +00:00
|
|
|
iconv -f "$2" -t utf-8 < "$1" > "${1}_"
|
2008-10-01 15:36:25 +00:00
|
|
|
touch -r "$1" "${1}_"
|
2007-02-22 22:28:15 +00:00
|
|
|
mv -f "${1}_" "$1"
|
2006-07-22 01:13:26 +00:00
|
|
|
}
|
|
|
|
recode README.cn euc-cn
|
|
|
|
recode README.jp euc-jp
|
|
|
|
recode README.ko euc-kr
|
|
|
|
recode README.tw big5
|
|
|
|
recode pod/perlebcdic.pod iso-8859-1
|
|
|
|
recode pod/perlhack.pod iso-8859-1
|
|
|
|
recode pod/perlhist.pod iso-8859-1
|
|
|
|
recode pod/perlothrtut.pod iso-8859-1
|
|
|
|
recode pod/perlthrtut.pod iso-8859-1
|
|
|
|
recode lib/Unicode/Collate.pm iso-8859-1
|
2008-01-10 02:53:58 +00:00
|
|
|
for i in Changes*; do
|
|
|
|
recode $i iso-8859-1
|
|
|
|
done
|
|
|
|
recode AUTHORS iso-8859-1
|
|
|
|
|
2006-07-22 01:13:26 +00:00
|
|
|
|
|
|
|
find . -name \*.orig -exec rm -fv {} \;
|
|
|
|
|
2007-02-22 22:28:15 +00:00
|
|
|
# Oh, the irony. Perl generates some non-versioned provides we don't need.
|
|
|
|
# Each of these has a versioned provide, which we keep.
|
2008-01-10 02:53:58 +00:00
|
|
|
cat << EOF > perl-prov
|
2007-02-22 22:28:15 +00:00
|
|
|
#!/bin/sh
|
|
|
|
%{__perl_provides} $* |\
|
|
|
|
sed -e '/^perl(Carp)$/d' |\
|
|
|
|
sed -e '/^perl(DynaLoader)$/d' |\
|
|
|
|
sed -e '/^perl(Locale::Maketext)$/d' |\
|
2008-01-10 02:53:58 +00:00
|
|
|
sed -e '/^perl(Log::Message::Handlers)$/d' |\
|
2007-02-22 22:28:15 +00:00
|
|
|
sed -e '/^perl(Math::BigInt)$/d' |\
|
|
|
|
sed -e '/^perl(Net::Config)$/d' |\
|
|
|
|
sed -e '/^perl(Tie::Hash)$/d' |\
|
|
|
|
sed -e '/^perl(bigint)$/d' |\
|
|
|
|
sed -e '/^perl(bigrat)$/d' |\
|
|
|
|
sed -e '/^perl(bytes)$/d' |\
|
2008-01-10 02:53:58 +00:00
|
|
|
sed -e '/^perl(utf8)$/d' |\
|
|
|
|
sed -e '/^perl(DB)$/d'
|
2007-02-22 22:28:15 +00:00
|
|
|
EOF
|
2008-01-10 02:53:58 +00:00
|
|
|
%define __perl_provides %{_builddir}/%{name}-%{perl_version}/perl-prov
|
2007-02-22 22:28:15 +00:00
|
|
|
chmod +x %{__perl_provides}
|
|
|
|
|
2008-01-10 02:53:58 +00:00
|
|
|
# Configure Compress::Zlib to use system zlib
|
|
|
|
sed -i "s|BUILD_ZLIB = True|BUILD_ZLIB = False|" ext/Compress/Raw/Zlib/config.in
|
|
|
|
sed -i "s|INCLUDE = ./zlib-src|INCLUDE = %{_includedir}|" ext/Compress/Raw/Zlib/config.in
|
|
|
|
sed -i "s|LIB = ./zlib-src|LIB = %{_libdir}|" ext/Compress/Raw/Zlib/config.in
|
2006-07-22 01:13:26 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
echo "RPM Build arch: %{_arch}"
|
|
|
|
|
2008-06-10 14:58:33 +00:00
|
|
|
# use "lib", not %{_lib}, for privlib, sitelib, and vendorlib
|
2009-08-24 12:38:39 +00:00
|
|
|
# To build production version, we would need -DDEBUGGING=-g
|
2006-07-22 01:13:26 +00:00
|
|
|
|
2009-07-07 08:45:33 +00:00
|
|
|
/bin/sh Configure -des -Doptimize="$RPM_OPT_FLAGS" \
|
|
|
|
-Accflags="-DPERL_USE_SAFE_PUTENV" \
|
2007-03-28 18:53:53 +00:00
|
|
|
-Dversion=%{perl_version} \
|
2007-02-22 22:28:15 +00:00
|
|
|
-Dmyhostname=localhost \
|
|
|
|
-Dperladmin=root@localhost \
|
|
|
|
-Dcc='%{__cc}' \
|
|
|
|
-Dcf_by='Red Hat, Inc.' \
|
|
|
|
-Dprefix=%{_prefix} \
|
2008-06-10 14:58:33 +00:00
|
|
|
-Dvendorprefix=%{_prefix} \
|
|
|
|
-Dsiteprefix=%{_prefix}/local \
|
2007-04-18 20:05:08 +00:00
|
|
|
-Dprivlib="%{_prefix}/lib/perl5/%{perl_version}" \
|
2008-03-07 22:11:53 +00:00
|
|
|
-Dsitelib="%{_prefix}/local/lib/perl5/site_perl/%{perl_version}" \
|
2007-04-18 20:05:08 +00:00
|
|
|
-Dvendorlib="%{_prefix}/lib/perl5/vendor_perl/%{perl_version}" \
|
2007-03-28 18:53:53 +00:00
|
|
|
-Darchlib="%{_libdir}/perl5/%{perl_version}/%{perl_archname}" \
|
2008-03-07 22:11:53 +00:00
|
|
|
-Dsitearch="%{_prefix}/local/%{_lib}/perl5/site_perl/%{perl_version}/%{perl_archname}" \
|
2007-03-28 18:53:53 +00:00
|
|
|
-Dvendorarch="%{_libdir}/perl5/vendor_perl/%{perl_version}/%{perl_archname}" \
|
2008-06-10 14:58:33 +00:00
|
|
|
-Dinc_version_list=none \
|
|
|
|
-Darchname=%{perl_archname} \
|
|
|
|
%ifarch %{multilib_64_archs}
|
|
|
|
-Dlibpth="/usr/local/lib64 /lib64 %{_prefix}/lib64" \
|
2006-07-22 01:13:26 +00:00
|
|
|
%endif
|
2008-01-10 02:53:58 +00:00
|
|
|
%ifarch sparc sparcv9
|
2007-02-22 22:28:15 +00:00
|
|
|
-Ud_longdbl \
|
2006-07-22 01:13:26 +00:00
|
|
|
%endif
|
2007-02-22 22:28:15 +00:00
|
|
|
-Duseshrplib \
|
|
|
|
-Dusethreads \
|
|
|
|
-Duseithreads \
|
|
|
|
-Duselargefiles \
|
|
|
|
-Dd_dosuid \
|
|
|
|
-Dd_semctl_semun \
|
|
|
|
-Di_db \
|
|
|
|
-Ui_ndbm \
|
|
|
|
-Di_gdbm \
|
|
|
|
-Di_shadow \
|
|
|
|
-Di_syslog \
|
|
|
|
-Dman3ext=3pm \
|
|
|
|
-Duseperlio \
|
|
|
|
-Dinstallusrbinperl=n \
|
|
|
|
-Ubincompat5005 \
|
|
|
|
-Uversiononly \
|
|
|
|
-Dpager='/usr/bin/less -isr' \
|
|
|
|
-Dd_gethostent_r_proto -Ud_endhostent_r_proto -Ud_sethostent_r_proto \
|
|
|
|
-Ud_endprotoent_r_proto -Ud_setprotoent_r_proto \
|
|
|
|
-Ud_endservent_r_proto -Ud_setservent_r_proto \
|
2008-08-05 07:38:38 +00:00
|
|
|
-Dscriptdir='%{_bindir}' \
|
- remove compatibility obsolete sitelib directories
- use a better BuildRoot
- drop a redundant mkdir in %%install
- call patchlevel.h only once; rm patchlevel.bak
- update modules Sys::Syslog, Module::Load::Conditional, Module::CoreList,
Test::Harness, Test::Simple, CGI.pm (dropping the upstreamed patch),
File::Path (that includes our perl-5.10.0-CVE-2008-2827.patch),
constant, Pod::Simple, Archive::Tar, Archive::Extract, File::Fetch,
File::Temp, IPC::Cmd, Time::HiRes, Module::Build, ExtUtils::CBuilder
- standardize the patches for updating embedded modules
- work around a bug in Module::Build tests bu setting TMPDIR to a directory
inside the source tree
2009-03-11 21:12:37 +00:00
|
|
|
-Dotherlibdirs=/usr/lib/perl5/site_perl
|
2006-07-22 01:13:26 +00:00
|
|
|
|
2009-02-16 17:59:28 +00:00
|
|
|
%ifarch sparc64
|
|
|
|
make
|
|
|
|
%else
|
2006-07-22 01:13:26 +00:00
|
|
|
make %{?_smp_mflags}
|
2009-02-16 17:59:28 +00:00
|
|
|
%endif
|
2006-07-22 01:13:26 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
2008-06-10 14:58:33 +00:00
|
|
|
%define new_perl_lib $RPM_BUILD_ROOT%{_libdir}/perl5/%{version}
|
|
|
|
%define comp_perl_lib $RPM_BUILD_ROOT%{_prefix}/lib/perl5/%{version}
|
|
|
|
%define new_arch_lib $RPM_BUILD_ROOT%{_libdir}/perl5/%{version}/%{perl_archname}
|
|
|
|
%define new_vendor_lib $RPM_BUILD_ROOT%{_libdir}/perl5/vendor_perl/%{version}
|
|
|
|
%define comp_vendor_lib $RPM_BUILD_ROOT%{_prefix}/lib/perl5/vendor_perl/%{version}
|
|
|
|
%define new_perl_flags LD_PRELOAD=%{new_arch_lib}/CORE/libperl.so LD_LIBRARY_PATH=%{new_arch_lib}/CORE PERL5LIB=%{new_perl_lib}:%{comp_perl_lib}
|
|
|
|
%define new_perl %{new_perl_flags} $RPM_BUILD_ROOT%{_bindir}/perl
|
|
|
|
|
|
|
|
# perl doesn't create this directory, but modules put things in it, so we need to own it.
|
|
|
|
mkdir -p -m 755 %{new_vendor_lib}/%{perl_archname}/auto
|
|
|
|
|
2006-07-22 01:13:26 +00:00
|
|
|
%ifarch %{multilib_64_archs}
|
2008-03-18 13:42:03 +00:00
|
|
|
%ifarch x86_64
|
2008-06-10 14:58:33 +00:00
|
|
|
%define arch32 i386
|
2008-03-18 13:42:03 +00:00
|
|
|
%endif
|
|
|
|
%ifarch s390x
|
2008-06-10 14:58:33 +00:00
|
|
|
%define arch32 s390
|
2008-03-18 13:42:03 +00:00
|
|
|
%endif
|
|
|
|
%ifarch ppc64
|
2008-06-10 14:58:33 +00:00
|
|
|
%define arch32 ppc
|
2008-03-18 13:42:03 +00:00
|
|
|
%endif
|
|
|
|
%ifarch sparc64
|
2008-06-10 14:58:33 +00:00
|
|
|
%define arch32 sparc
|
2008-03-18 13:42:03 +00:00
|
|
|
%endif
|
2008-08-13 17:31:36 +00:00
|
|
|
mkdir -p -m 755 %{comp_perl_lib} %{comp_vendor_lib}{,/%{arch32}-%{_os}%{perl_arch_stem}/auto}
|
2006-07-22 01:13:26 +00:00
|
|
|
%endif
|
|
|
|
|
|
|
|
install -p -m 755 utils/pl2pm ${RPM_BUILD_ROOT}%{_bindir}/pl2pm
|
|
|
|
|
|
|
|
for i in asm/termios.h syscall.h syslimits.h syslog.h sys/ioctl.h sys/socket.h sys/time.h wait.h
|
|
|
|
do
|
2008-06-10 14:58:33 +00:00
|
|
|
%{new_perl} $RPM_BUILD_ROOT%{_bindir}/h2ph -a -d %{new_arch_lib} $i || /bin/true
|
2006-07-22 01:13:26 +00:00
|
|
|
done
|
|
|
|
|
|
|
|
#
|
|
|
|
# libnet configuration file
|
|
|
|
#
|
2008-08-14 14:29:58 +00:00
|
|
|
install -p -m 644 %{SOURCE12} %{comp_perl_lib}/Net/libnet.cfg
|
2006-07-22 01:13:26 +00:00
|
|
|
|
2009-08-23 18:16:14 +00:00
|
|
|
#
|
|
|
|
# perl RPM macros
|
|
|
|
#
|
|
|
|
|
|
|
|
mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/rpm
|
|
|
|
install -p -m 644 %{SOURCE13} ${RPM_BUILD_ROOT}%{_sysconfdir}/rpm/
|
|
|
|
|
2006-07-22 01:13:26 +00:00
|
|
|
#
|
|
|
|
# Core modules removal
|
|
|
|
#
|
|
|
|
find $RPM_BUILD_ROOT -name '*NDBM*' | xargs rm -rfv
|
|
|
|
|
2008-06-10 14:58:33 +00:00
|
|
|
find $RPM_BUILD_ROOT -type f -name '*.bs' -empty | xargs rm -f
|
2006-07-22 01:13:26 +00:00
|
|
|
|
2008-01-10 02:53:58 +00:00
|
|
|
# Install sample cgi scripts (this used to happen automatically?)
|
2008-06-10 14:58:33 +00:00
|
|
|
mkdir -p %{comp_perl_lib}/CGI/eg/
|
|
|
|
cp -a lib/CGI/eg/* %{comp_perl_lib}/CGI/eg/
|
2008-01-10 02:53:58 +00:00
|
|
|
|
2007-02-22 22:28:15 +00:00
|
|
|
# Cleanup binary paths and make cgi files executable
|
2008-06-10 14:58:33 +00:00
|
|
|
pushd %{comp_perl_lib}/CGI/eg/
|
2007-02-22 22:28:15 +00:00
|
|
|
for i in *.cgi make_links.pl RunMeFirst ; do
|
2008-06-10 14:58:33 +00:00
|
|
|
sed -i 's|%{_prefix}/local/bin/perl|%{_bindir}/perl|g' $i
|
2007-02-22 22:28:15 +00:00
|
|
|
chmod +x $i
|
|
|
|
done
|
|
|
|
popd
|
|
|
|
|
|
|
|
# miniperl? As an interpreter? How odd.
|
2008-06-10 14:58:33 +00:00
|
|
|
sed -i 's|./miniperl|%{_bindir}/perl|' %{comp_perl_lib}/ExtUtils/xsubpp
|
|
|
|
chmod +x %{comp_perl_lib}/ExtUtils/xsubpp
|
2007-02-22 22:28:15 +00:00
|
|
|
|
|
|
|
# Don't need the .packlist
|
2008-06-10 14:58:33 +00:00
|
|
|
rm -f %{new_arch_lib}/.packlist
|
2007-02-22 22:28:15 +00:00
|
|
|
|
|
|
|
# Fix some manpages to be UTF-8
|
|
|
|
pushd $RPM_BUILD_ROOT%{_mandir}/man1/
|
|
|
|
for i in perl588delta.1 perldelta.1 ; do
|
|
|
|
iconv -f MS-ANSI -t UTF-8 $i --output new-$i
|
|
|
|
rm -rf $i
|
|
|
|
mv new-$i $i
|
|
|
|
done
|
|
|
|
popd
|
|
|
|
|
2006-07-22 01:13:26 +00:00
|
|
|
chmod -R u+w $RPM_BUILD_ROOT/*
|
|
|
|
|
2007-10-16 18:18:35 +00:00
|
|
|
# Compress Changes* to save space
|
2009-03-27 18:10:28 +00:00
|
|
|
bzip2 -9 Changes*
|
|
|
|
echo "The Changes* files were moved to %{_docdir}/%{name}-devel*" \
|
|
|
|
> Changes-moved-to-perl-devel
|
2007-10-16 18:18:35 +00:00
|
|
|
|
2008-03-08 00:55:41 +00:00
|
|
|
# Local patch tracking
|
|
|
|
cd $RPM_BUILD_ROOT%{_libdir}/perl5/%{perl_version}/%{perl_archname}/CORE/
|
- remove compatibility obsolete sitelib directories
- use a better BuildRoot
- drop a redundant mkdir in %%install
- call patchlevel.h only once; rm patchlevel.bak
- update modules Sys::Syslog, Module::Load::Conditional, Module::CoreList,
Test::Harness, Test::Simple, CGI.pm (dropping the upstreamed patch),
File::Path (that includes our perl-5.10.0-CVE-2008-2827.patch),
constant, Pod::Simple, Archive::Tar, Archive::Extract, File::Fetch,
File::Temp, IPC::Cmd, Time::HiRes, Module::Build, ExtUtils::CBuilder
- standardize the patches for updating embedded modules
- work around a bug in Module::Build tests bu setting TMPDIR to a directory
inside the source tree
2009-03-11 21:12:37 +00:00
|
|
|
perl -x patchlevel.h \
|
|
|
|
'Fedora Patch1: Permit suidperl to install as nonroot' \
|
|
|
|
'Fedora Patch2: Removes date check, Fedora/RHEL specific' \
|
|
|
|
%ifnarch sparc64 \
|
|
|
|
'Fedora Patch4: Work around annoying rpath issue' \
|
|
|
|
%endif \
|
|
|
|
%ifarch %{multilib_64_archs} \
|
|
|
|
'Fedora Patch5: support for libdir64' \
|
|
|
|
%endif \
|
|
|
|
'Fedora Patch6: use libresolv instead of libbind' \
|
|
|
|
'Fedora Patch7: USE_MM_LD_RUN_PATH' \
|
|
|
|
'Fedora Patch8: Skip hostname tests, due to builders not being network capable' \
|
|
|
|
'Fedora Patch10: Dont run one io test due to random builder failures' \
|
|
|
|
'32891 fix big slowdown in 5.10 @_ parameter passing' \
|
|
|
|
'Fedora Patch15: Adopt upstream commit for assertion' \
|
|
|
|
'Fedora Patch16: Access permission - rt49003' \
|
|
|
|
'Fedora Patch20: pos function handle unicode correct' \
|
|
|
|
'Fedora Patch26: Fix crash when localizing a symtab entry - rt52740' \
|
|
|
|
'33640 Integrate Changes 33399, 33621, 33622, 33623, 33624' \
|
|
|
|
'33881 Integrate Changes 33825, 33826, 33829' \
|
|
|
|
'33896 Eliminate POSIX::int_macro_int, and all the complex AUTOLOAD fandango' \
|
|
|
|
'33897 Replaced the WEXITSTATUS, WIFEXITED, WIFSIGNALED, WIFSTOPPED, WSTOPSIG' \
|
|
|
|
'54934 Change 34025 refcount of the globs generated by PerlIO::via balanced' \
|
2009-03-11 22:01:05 +00:00
|
|
|
'34507 Fix memory leak in single-char character class optimization' \
|
|
|
|
'Fedora Patch35: Reorder @INC, based on b9ba2fadb18b54e35e5de54f945111a56cbcb249' \
|
|
|
|
'Fedora Patch36: Fix from Archive::Extract maintainer to only look at stdout from tar' \
|
2009-04-07 09:57:20 +00:00
|
|
|
'Fedora Patch37: Do not distort lib/CGI/t/util-58.t' \
|
2009-03-11 22:01:05 +00:00
|
|
|
'32727 Fix issue with (nested) definition lists in lib/Pod/Html.pm' \
|
|
|
|
'33287 Fix NULLOK items' \
|
2009-04-10 06:52:15 +00:00
|
|
|
'33554 Fix a typo in the predefined common protocols to make _udp_ resolve without netbase' \
|
2009-03-11 22:01:05 +00:00
|
|
|
'33388 Fix a segmentation fault with debugperl -Dm' \
|
|
|
|
'33835 Allow the quote mark delimiter also for those #include directives chased with h2ph -a.' \
|
|
|
|
'32910 Disable the v-string in use/require is non-portable warning.' \
|
|
|
|
'33807 Fix a segmentation fault occurring in the mod_perl2 test suite.' \
|
|
|
|
'33370 Fix the PerlIO_teardown prototype to suppress a compiler warning.' \
|
|
|
|
'Fedora Patch48: Remove numeric overloading of Getopt::Long callback functions.' \
|
|
|
|
'33821 Fix Math::BigFloat::sqrt() breaking with too many digits.' \
|
|
|
|
'33937 Fix memory corruption with in-place sorting' \
|
|
|
|
'33732 Revert an incorrect substitution optimization introduced in 5.10.0' \
|
|
|
|
'33265 Fix Unknown error messages with attribute.pm.' \
|
|
|
|
'33749 Stop t/op/fork.t relying on rand()' \
|
|
|
|
'34506 Fix memory leak with qr//' \
|
2009-03-11 22:18:27 +00:00
|
|
|
'Fedora Patch55: File::Path::rmtree no longer allows creating of setuid files.' \
|
|
|
|
'Fedora Patch56: Fix $? when dumping core' \
|
2009-03-11 22:01:05 +00:00
|
|
|
'34209 Fix a memory leak with Scalar::Util::weaken()' \
|
2009-06-03 18:50:17 +00:00
|
|
|
'fix RT 39060, errno incorrectly set in perlio' \
|
2009-07-10 18:38:10 +00:00
|
|
|
'Fedora Patch59: h2ph: generated *.ph files no longer produce warnings when processed' \
|
|
|
|
'Fedora Patch60: remove PREREQ_FATAL from Makefile.PLs processed by miniperl' \
|
2009-07-27 07:11:48 +00:00
|
|
|
'Fedora Patch61: much better swap logic to support reentrancy and fix assert failure' \
|
2009-03-24 14:57:25 +00:00
|
|
|
'Fedora Patch100: Update module constant to %{constant_version}' \
|
- remove compatibility obsolete sitelib directories
- use a better BuildRoot
- drop a redundant mkdir in %%install
- call patchlevel.h only once; rm patchlevel.bak
- update modules Sys::Syslog, Module::Load::Conditional, Module::CoreList,
Test::Harness, Test::Simple, CGI.pm (dropping the upstreamed patch),
File::Path (that includes our perl-5.10.0-CVE-2008-2827.patch),
constant, Pod::Simple, Archive::Tar, Archive::Extract, File::Fetch,
File::Temp, IPC::Cmd, Time::HiRes, Module::Build, ExtUtils::CBuilder
- standardize the patches for updating embedded modules
- work around a bug in Module::Build tests bu setting TMPDIR to a directory
inside the source tree
2009-03-11 21:12:37 +00:00
|
|
|
'Fedora Patch101: Update Archive::Extract to %{Archive_Extract_version}' \
|
|
|
|
'Fedora Patch102: Update Archive::Tar to %{Archive_Tar_version}' \
|
|
|
|
'Fedora Patch103: Update CGI to %{CGI_version}' \
|
|
|
|
'Fedora Patch104: Update ExtUtils::CBuilder to %{ExtUtils_CBuilder_version}' \
|
|
|
|
'Fedora Patch105: Update File::Fetch to %{File_Fetch_version}' \
|
|
|
|
'Fedora Patch106: Update File::Path to %{File_Path_version}' \
|
|
|
|
'Fedora Patch107: Update File::Temp to %{File_Temp_version}' \
|
|
|
|
'Fedora Patch108: Update IPC::Cmd to %{IPC_Cmd_version}' \
|
|
|
|
'Fedora Patch109: Update Module::Build to %{Module_Build_version}' \
|
|
|
|
'Fedora Patch110: Update Module::CoreList to %{Module_CoreList_version}' \
|
|
|
|
'Fedora Patch111: Update Module::Load::Conditional to %{Module_Load_Conditional_version}' \
|
|
|
|
'Fedora Patch112: Update Pod::Simple to %{Pod_Simple_version}' \
|
|
|
|
'Fedora Patch113: Update Sys::Syslog to %{Sys_Syslog_version}' \
|
|
|
|
'Fedora Patch114: Update Test::Harness to %{Test_Harness_version}' \
|
|
|
|
'Fedora Patch115: Update Test::Simple to %{Test_Simple_version}' \
|
|
|
|
'Fedora Patch116: Update Time::HiRes to %{Time_HiRes_version}' \
|
2009-03-23 16:43:17 +00:00
|
|
|
'Fedora Patch117: Update Digest::SHA to %{Digest_SHA_version}' \
|
2009-03-24 14:57:25 +00:00
|
|
|
'Fedora Patch117: Update module autodie to %{autodie_version}' \
|
2009-06-08 05:50:22 +00:00
|
|
|
'Fedora Patch119: Update File::Spec to %{File_Spec_version}' \
|
2009-06-08 12:55:39 +00:00
|
|
|
'Fedora Patch120: Update Compress::Raw::Zlib to %{Compress_Raw_Zlib}' \
|
2009-07-10 18:38:10 +00:00
|
|
|
'Fedora Patch121: Update Scalar-List-Utils to %{Scalar_List_Utils}' \
|
2009-09-03 15:30:26 +00:00
|
|
|
'Fedora Patch122: Update Module-Pluggable to %{Module_Pluggable_version}' \
|
2009-10-01 12:33:58 +00:00
|
|
|
'Fedora Patch123: Update Storable to %{Storable_version}' \
|
- remove compatibility obsolete sitelib directories
- use a better BuildRoot
- drop a redundant mkdir in %%install
- call patchlevel.h only once; rm patchlevel.bak
- update modules Sys::Syslog, Module::Load::Conditional, Module::CoreList,
Test::Harness, Test::Simple, CGI.pm (dropping the upstreamed patch),
File::Path (that includes our perl-5.10.0-CVE-2008-2827.patch),
constant, Pod::Simple, Archive::Tar, Archive::Extract, File::Fetch,
File::Temp, IPC::Cmd, Time::HiRes, Module::Build, ExtUtils::CBuilder
- standardize the patches for updating embedded modules
- work around a bug in Module::Build tests bu setting TMPDIR to a directory
inside the source tree
2009-03-11 21:12:37 +00:00
|
|
|
'Fedora Patch201: Fedora uses links instead of lynx' \
|
|
|
|
%{nil}
|
|
|
|
|
|
|
|
rm patchlevel.bak
|
2008-03-08 00:55:41 +00:00
|
|
|
|
2006-07-22 01:13:26 +00:00
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2007-02-22 22:28:15 +00:00
|
|
|
%check
|
2008-05-22 17:16:40 +00:00
|
|
|
%ifnarch sparc64
|
2009-06-03 18:50:17 +00:00
|
|
|
# work around a bug in Module::Build tests by setting TMPDIR to a directory
|
- remove compatibility obsolete sitelib directories
- use a better BuildRoot
- drop a redundant mkdir in %%install
- call patchlevel.h only once; rm patchlevel.bak
- update modules Sys::Syslog, Module::Load::Conditional, Module::CoreList,
Test::Harness, Test::Simple, CGI.pm (dropping the upstreamed patch),
File::Path (that includes our perl-5.10.0-CVE-2008-2827.patch),
constant, Pod::Simple, Archive::Tar, Archive::Extract, File::Fetch,
File::Temp, IPC::Cmd, Time::HiRes, Module::Build, ExtUtils::CBuilder
- standardize the patches for updating embedded modules
- work around a bug in Module::Build tests bu setting TMPDIR to a directory
inside the source tree
2009-03-11 21:12:37 +00:00
|
|
|
# inside the source tree
|
|
|
|
mkdir "$PWD/tmp"
|
2009-07-07 13:34:40 +00:00
|
|
|
TMPDIR="$PWD/tmp" make test
|
2008-05-22 17:16:40 +00:00
|
|
|
%endif
|
2007-02-22 22:28:15 +00:00
|
|
|
|
2007-04-25 21:04:23 +00:00
|
|
|
%post libs -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun libs -p /sbin/ldconfig
|
|
|
|
|
2006-07-22 01:13:26 +00:00
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
2009-03-27 18:10:28 +00:00
|
|
|
%doc Artistic AUTHORS Copying README
|
|
|
|
%doc Changes-moved-to-perl-devel
|
2006-07-22 01:13:26 +00:00
|
|
|
%{_mandir}/man1/*.1*
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
%{_bindir}/*
|
|
|
|
%{_libdir}/perl5/
|
|
|
|
%ifarch %{multilib_64_archs}
|
2007-04-18 20:05:08 +00:00
|
|
|
%{_prefix}/lib/perl5/
|
2006-07-22 01:13:26 +00:00
|
|
|
%endif
|
2007-03-28 18:53:53 +00:00
|
|
|
|
2007-04-25 21:04:23 +00:00
|
|
|
# libs
|
|
|
|
%exclude %{_libdir}/perl5/%{perl_version}/%{perl_archname}/CORE/libperl.so
|
|
|
|
|
2007-03-28 18:53:53 +00:00
|
|
|
# devel
|
2007-03-09 19:20:56 +00:00
|
|
|
%exclude %{_bindir}/enc2xs
|
|
|
|
%exclude %{_mandir}/man1/enc2xs*
|
2008-08-04 15:04:23 +00:00
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/Encode/
|
2007-03-09 19:20:56 +00:00
|
|
|
%exclude %{_bindir}/h2xs
|
|
|
|
%exclude %{_mandir}/man1/h2xs*
|
|
|
|
%exclude %{_bindir}/libnetcfg
|
|
|
|
%exclude %{_mandir}/man1/libnetcfg*
|
|
|
|
%exclude %{_bindir}/perlivp
|
|
|
|
%exclude %{_mandir}/man1/perlivp*
|
2007-03-28 18:53:53 +00:00
|
|
|
%exclude %{_libdir}/perl5/%{perl_version}/%{perl_archname}/CORE/*.h
|
2008-03-12 15:10:25 +00:00
|
|
|
%exclude %{_bindir}/xsubpp
|
|
|
|
%exclude %{_mandir}/man1/xsubpp*
|
2007-03-28 18:53:53 +00:00
|
|
|
|
|
|
|
# suidperl
|
2006-07-22 01:13:26 +00:00
|
|
|
%exclude %{_bindir}/suidperl
|
2007-03-28 18:53:53 +00:00
|
|
|
%exclude %{_bindir}/sperl%{perl_version}
|
|
|
|
|
2008-01-10 02:53:58 +00:00
|
|
|
# Archive-Extract
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/Archive/Extract.pm
|
|
|
|
%exclude %{_mandir}/man3/Archive::Extract.3*
|
|
|
|
|
|
|
|
# Archive-Tar
|
|
|
|
%exclude %{_bindir}/ptar
|
|
|
|
%exclude %{_bindir}/ptardiff
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/Archive/Tar/
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/Archive/Tar.pm
|
|
|
|
%exclude %{_mandir}/man1/ptar.1*
|
|
|
|
%exclude %{_mandir}/man1/ptardiff.1*
|
|
|
|
%exclude %{_mandir}/man3/Archive::Tar*
|
|
|
|
|
2007-03-09 19:20:56 +00:00
|
|
|
# CPAN
|
|
|
|
%exclude %{_bindir}/cpan
|
2007-04-18 20:05:08 +00:00
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/CPAN/
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/CPAN.pm
|
2007-03-09 19:20:56 +00:00
|
|
|
%exclude %{_mandir}/man1/cpan.1*
|
2008-01-10 02:53:58 +00:00
|
|
|
%exclude %{_mandir}/man3/CPAN.*
|
|
|
|
%exclude %{_mandir}/man3/CPAN:*
|
|
|
|
|
|
|
|
# CPANPLUS
|
|
|
|
%exclude %{_bindir}/cpan2dist
|
|
|
|
%exclude %{_bindir}/cpanp
|
|
|
|
%exclude %{_bindir}/cpanp-run-perl
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/CPANPLUS/
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/CPANPLUS.pm
|
|
|
|
%exclude %{_mandir}/man1/cpan2dist.1*
|
|
|
|
%exclude %{_mandir}/man1/cpanp.1*
|
|
|
|
%exclude %{_mandir}/man3/CPANPLUS*
|
|
|
|
|
|
|
|
# Compress::Raw::Zlib
|
|
|
|
%exclude %{_libdir}/perl5/%{version}/%{perl_archname}/Compress
|
|
|
|
%exclude %{_libdir}/perl5/%{version}/%{perl_archname}/Compress/Raw/
|
|
|
|
%exclude %{_libdir}/perl5/%{version}/%{perl_archname}/auto/Compress
|
|
|
|
%exclude %{_libdir}/perl5/%{version}/%{perl_archname}/auto/Compress/Raw/
|
|
|
|
%exclude %{_mandir}/man3/Compress::Raw::Zlib*
|
|
|
|
|
|
|
|
# Compress::Zlib
|
|
|
|
%exclude %{_libdir}/perl5/%{version}/%{perl_archname}/Compress/Zlib.pm
|
|
|
|
%exclude %{_libdir}/perl5/%{version}/%{perl_archname}/auto/Compress/Zlib/
|
|
|
|
%exclude %{_mandir}/man3/Compress::Zlib*
|
|
|
|
|
|
|
|
# Digest::SHA
|
|
|
|
%exclude %{_bindir}/shasum
|
|
|
|
%exclude %{_libdir}/perl5/%{version}/%{perl_archname}/Digest/SHA.pm
|
|
|
|
%exclude %{_libdir}/perl5/%{version}/%{perl_archname}/auto/Digest/SHA/
|
|
|
|
%exclude %{_mandir}/man1/shasum.1*
|
|
|
|
%exclude %{_mandir}/man3/Digest::SHA.3*
|
|
|
|
|
|
|
|
# ExtUtils::CBuilder
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/ExtUtils/CBuilder/
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/ExtUtils/CBuilder.pm
|
|
|
|
%exclude %{_mandir}/man3/ExtUtils::CBuilder*
|
|
|
|
|
|
|
|
# ExtUtils::Embed
|
2007-04-25 20:57:34 +00:00
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/ExtUtils/Embed.pm
|
2007-03-09 19:20:56 +00:00
|
|
|
%exclude %{_mandir}/man3/ExtUtils::Embed*
|
2007-03-28 18:53:53 +00:00
|
|
|
|
2008-01-10 02:53:58 +00:00
|
|
|
# ExtUtils::MakeMaker
|
2007-03-09 19:20:56 +00:00
|
|
|
%exclude %{_bindir}/instmodsh
|
2007-04-25 20:57:34 +00:00
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/ExtUtils/Command/
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/ExtUtils/Install.pm
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/ExtUtils/Installed.pm
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/ExtUtils/Liblist/
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/ExtUtils/Liblist.pm
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/ExtUtils/MakeMaker/
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/ExtUtils/MakeMaker.pm
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/ExtUtils/MANIFEST.SKIP
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/ExtUtils/MM*.pm
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/ExtUtils/MY.pm
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/ExtUtils/Manifest.pm
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/ExtUtils/Mkbootstrap.pm
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/ExtUtils/Mksymlists.pm
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/ExtUtils/Packlist.pm
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/ExtUtils/testlib.pm
|
2007-03-09 19:20:56 +00:00
|
|
|
%exclude %{_mandir}/man1/instmodsh.1*
|
|
|
|
%exclude %{_mandir}/man3/ExtUtils::Command::MM*
|
|
|
|
%exclude %{_mandir}/man3/ExtUtils::Install.3*
|
|
|
|
%exclude %{_mandir}/man3/ExtUtils::Installed.3*
|
|
|
|
%exclude %{_mandir}/man3/ExtUtils::Liblist.3*
|
|
|
|
%exclude %{_mandir}/man3/ExtUtils::MM*
|
|
|
|
%exclude %{_mandir}/man3/ExtUtils::MY.3*
|
|
|
|
%exclude %{_mandir}/man3/ExtUtils::MakeMaker*
|
|
|
|
%exclude %{_mandir}/man3/ExtUtils::Manifest.3*
|
|
|
|
%exclude %{_mandir}/man3/ExtUtils::Mkbootstrap.3*
|
|
|
|
%exclude %{_mandir}/man3/ExtUtils::Mksymlists.3*
|
|
|
|
%exclude %{_mandir}/man3/ExtUtils::Packlist.3*
|
|
|
|
%exclude %{_mandir}/man3/ExtUtils::testlib.3*
|
2007-03-28 18:53:53 +00:00
|
|
|
|
2008-01-10 02:53:58 +00:00
|
|
|
# ExtUtils::ParseXS
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/ExtUtils/ParseXS.pm
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/ExtUtils/xsubpp
|
|
|
|
%exclude %{_mandir}/man3/ExtUtils::ParseXS.3*
|
|
|
|
|
|
|
|
# File::Fetch
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/File/Fetch.pm
|
|
|
|
%exclude %{_mandir}/man3/File::Fetch.3*
|
|
|
|
|
|
|
|
# IO::Compress::Base
|
|
|
|
%exclude %{_libdir}/perl5/%{version}/%{perl_archname}/File/GlobMapper.pm
|
|
|
|
%exclude %{_libdir}/perl5/%{version}/%{perl_archname}/IO/Compress/Base/
|
|
|
|
%exclude %{_libdir}/perl5/%{version}/%{perl_archname}/IO/Compress/Base.pm
|
|
|
|
%exclude %{_libdir}/perl5/%{version}/%{perl_archname}/IO/Uncompress/AnyUncompress.pm
|
|
|
|
%exclude %{_libdir}/perl5/%{version}/%{perl_archname}/IO/Uncompress/Base.pm
|
|
|
|
%exclude %{_mandir}/man3/File::GlobMapper.*
|
|
|
|
%exclude %{_mandir}/man3/IO::Compress::Base.*
|
|
|
|
%exclude %{_mandir}/man3/IO::Uncompress::AnyUncompress.*
|
|
|
|
%exclude %{_mandir}/man3/IO::Uncompress::Base.*
|
|
|
|
|
|
|
|
# IO::Compress::Zlib
|
|
|
|
%exclude %{_libdir}/perl5/%{version}/%{perl_archname}/IO/Compress/Adapter/
|
|
|
|
%exclude %{_libdir}/perl5/%{version}/%{perl_archname}/IO/Compress/Deflate.pm
|
|
|
|
%exclude %{_libdir}/perl5/%{version}/%{perl_archname}/IO/Compress/Gzip/
|
|
|
|
%exclude %{_libdir}/perl5/%{version}/%{perl_archname}/IO/Compress/Gzip.pm
|
|
|
|
%exclude %{_libdir}/perl5/%{version}/%{perl_archname}/IO/Compress/RawDeflate.pm
|
|
|
|
%exclude %{_libdir}/perl5/%{version}/%{perl_archname}/IO/Compress/Zip/
|
|
|
|
%exclude %{_libdir}/perl5/%{version}/%{perl_archname}/IO/Compress/Zip.pm
|
|
|
|
%exclude %{_libdir}/perl5/%{version}/%{perl_archname}/IO/Compress/Zlib/
|
|
|
|
%exclude %{_libdir}/perl5/%{version}/%{perl_archname}/IO/Uncompress/Adapter/
|
|
|
|
%exclude %{_libdir}/perl5/%{version}/%{perl_archname}/IO/Uncompress/AnyInflate.pm
|
|
|
|
%exclude %{_libdir}/perl5/%{version}/%{perl_archname}/IO/Uncompress/Gunzip.pm
|
|
|
|
%exclude %{_libdir}/perl5/%{version}/%{perl_archname}/IO/Uncompress/Inflate.pm
|
|
|
|
%exclude %{_libdir}/perl5/%{version}/%{perl_archname}/IO/Uncompress/RawInflate.pm
|
|
|
|
%exclude %{_libdir}/perl5/%{version}/%{perl_archname}/IO/Uncompress/Unzip.pm
|
|
|
|
%exclude %{_mandir}/man3/IO::Compress::Deflate*
|
|
|
|
%exclude %{_mandir}/man3/IO::Compress::Gzip*
|
|
|
|
%exclude %{_mandir}/man3/IO::Compress::RawDeflate*
|
|
|
|
%exclude %{_mandir}/man3/IO::Compress::Zip*
|
|
|
|
%exclude %{_mandir}/man3/IO::Uncompress::AnyInflate*
|
|
|
|
%exclude %{_mandir}/man3/IO::Uncompress::Gunzip*
|
|
|
|
%exclude %{_mandir}/man3/IO::Uncompress::Inflate*
|
|
|
|
%exclude %{_mandir}/man3/IO::Uncompress::RawInflate*
|
|
|
|
%exclude %{_mandir}/man3/IO::Uncompress::Unzip*
|
|
|
|
|
|
|
|
# IO::Zlib
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/IO/Zlib.pm
|
|
|
|
%exclude %{_mandir}/man3/IO::Zlib.*
|
|
|
|
|
|
|
|
# IPC::Cmd
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/IPC/Cmd.pm
|
|
|
|
%exclude %{_mandir}/man3/IPC::Cmd.3*
|
|
|
|
|
|
|
|
# Locale::Maketext::Simple
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/Locale/Maketext/Simple.pm
|
|
|
|
%exclude %{_mandir}/man3/Locale::Maketext::Simple.*
|
|
|
|
|
|
|
|
# Log::Message
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/Log/Message.pm
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/Log/Message/Config.pm
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/Log/Message/Handlers.pm
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/Log/Message/Item.pm
|
|
|
|
%exclude %{_mandir}/man3/Log::Message.3*
|
|
|
|
%exclude %{_mandir}/man3/Log::Message::Config.3*
|
|
|
|
%exclude %{_mandir}/man3/Log::Message::Handlers.3*
|
|
|
|
%exclude %{_mandir}/man3/Log::Message::Item.3*
|
|
|
|
|
|
|
|
# Log::Message::Simple
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/Log/Message/Simple.pm
|
|
|
|
%exclude %{_mandir}/man3/Log::Message::Simple.3*
|
|
|
|
|
|
|
|
# Module::Build
|
|
|
|
%exclude %{_bindir}/config_data
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/Module/Build/
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/Module/Build.pm
|
|
|
|
%exclude %{_mandir}/man1/config_data.1*
|
|
|
|
%exclude %{_mandir}/man3/Module::Build*
|
|
|
|
|
|
|
|
# Module-CoreList
|
|
|
|
%exclude %{_bindir}/corelist
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/Module/CoreList.pm
|
|
|
|
%exclude %{_mandir}/man1/corelist*
|
|
|
|
%exclude %{_mandir}/man3/Module::CoreList*
|
|
|
|
|
|
|
|
# Module-Load
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/Module/Load.pm
|
|
|
|
%exclude %{_mandir}/man3/Module::Load.*
|
|
|
|
|
|
|
|
# Module-Load-Conditional
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/Module/Load/
|
|
|
|
%exclude %{_mandir}/man3/Module::Load::Conditional*
|
|
|
|
|
|
|
|
# Module-Loaded
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/Module/Loaded.pm
|
|
|
|
%exclude %{_mandir}/man3/Module::Loaded*
|
|
|
|
|
|
|
|
# Module-Pluggable
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/Devel/InnerPackage.pm
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/Module/Pluggable/
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/Module/Pluggable.pm
|
|
|
|
%exclude %{_mandir}/man3/Devel::InnerPackage*
|
|
|
|
%exclude %{_mandir}/man3/Module::Pluggable*
|
|
|
|
|
|
|
|
# Object-Accessor
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/Object/
|
|
|
|
%exclude %{_mandir}/man3/Object::Accessor*
|
|
|
|
|
|
|
|
# Package-Constants
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/Package/
|
|
|
|
%exclude %{_mandir}/man3/Package::Constants*
|
|
|
|
|
|
|
|
# Params-Check
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/Params/
|
|
|
|
%exclude %{_mandir}/man3/Params::Check*
|
|
|
|
|
|
|
|
# Pod-Escapes
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/Pod/Escapes.pm
|
|
|
|
%exclude %{_mandir}/man3/Pod::Escapes.*
|
|
|
|
|
|
|
|
# Pod-Simple
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/Pod/Simple/
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/Pod/Simple.pm
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/Pod/Simple.pod
|
|
|
|
%exclude %{_mandir}/man3/Pod::Simple*
|
|
|
|
|
|
|
|
# Term-UI
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/Term/UI.pm
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/Term/UI/
|
|
|
|
%exclude %{_mandir}/man3/Term::UI*
|
|
|
|
|
2007-03-09 19:20:56 +00:00
|
|
|
# Test::Harness
|
|
|
|
%exclude %{_bindir}/prove
|
- remove compatibility obsolete sitelib directories
- use a better BuildRoot
- drop a redundant mkdir in %%install
- call patchlevel.h only once; rm patchlevel.bak
- update modules Sys::Syslog, Module::Load::Conditional, Module::CoreList,
Test::Harness, Test::Simple, CGI.pm (dropping the upstreamed patch),
File::Path (that includes our perl-5.10.0-CVE-2008-2827.patch),
constant, Pod::Simple, Archive::Tar, Archive::Extract, File::Fetch,
File::Temp, IPC::Cmd, Time::HiRes, Module::Build, ExtUtils::CBuilder
- standardize the patches for updating embedded modules
- work around a bug in Module::Build tests bu setting TMPDIR to a directory
inside the source tree
2009-03-11 21:12:37 +00:00
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/App*
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/TAP*
|
2007-04-25 20:57:34 +00:00
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/Test/Harness*
|
2007-03-09 19:20:56 +00:00
|
|
|
%exclude %{_mandir}/man1/prove.1*
|
- remove compatibility obsolete sitelib directories
- use a better BuildRoot
- drop a redundant mkdir in %%install
- call patchlevel.h only once; rm patchlevel.bak
- update modules Sys::Syslog, Module::Load::Conditional, Module::CoreList,
Test::Harness, Test::Simple, CGI.pm (dropping the upstreamed patch),
File::Path (that includes our perl-5.10.0-CVE-2008-2827.patch),
constant, Pod::Simple, Archive::Tar, Archive::Extract, File::Fetch,
File::Temp, IPC::Cmd, Time::HiRes, Module::Build, ExtUtils::CBuilder
- standardize the patches for updating embedded modules
- work around a bug in Module::Build tests bu setting TMPDIR to a directory
inside the source tree
2009-03-11 21:12:37 +00:00
|
|
|
%exclude %{_mandir}/man3/App*
|
|
|
|
%exclude %{_mandir}/man3/TAP*
|
2007-03-09 19:20:56 +00:00
|
|
|
%exclude %{_mandir}/man3/Test::Harness*
|
2007-02-22 22:28:15 +00:00
|
|
|
|
2007-03-28 18:53:53 +00:00
|
|
|
# Test::Simple
|
2007-04-25 20:57:34 +00:00
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/Test/More*
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/Test/Builder*
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/Test/Simple*
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/Test/Tutorial*
|
2007-03-28 18:53:53 +00:00
|
|
|
%exclude %{_mandir}/man3/Test::More*
|
|
|
|
%exclude %{_mandir}/man3/Test::Builder*
|
|
|
|
%exclude %{_mandir}/man3/Test::Simple*
|
|
|
|
%exclude %{_mandir}/man3/Test::Tutorial*
|
|
|
|
|
2008-01-10 02:53:58 +00:00
|
|
|
# Time::Piece
|
|
|
|
%exclude %{_libdir}/perl5/%{version}/%{perl_archname}/Time/Piece.pm
|
|
|
|
%exclude %{_libdir}/perl5/%{version}/%{perl_archname}/Time/Seconds.pm
|
|
|
|
%exclude %{_libdir}/perl5/%{version}/%{perl_archname}/auto/Time/Piece/
|
|
|
|
%exclude %{_mandir}/man3/Time::Piece.3*
|
|
|
|
%exclude %{_mandir}/man3/Time::Seconds.3*
|
|
|
|
|
|
|
|
# version
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/version.pm
|
|
|
|
%exclude %{_prefix}/lib/perl5/%{perl_version}/version.pod
|
|
|
|
%exclude %{_mandir}/man3/version.*
|
|
|
|
|
|
|
|
%files libs
|
2007-04-25 21:04:23 +00:00
|
|
|
%defattr(-,root,root)
|
2008-01-10 02:53:58 +00:00
|
|
|
%{_libdir}/perl5/%{perl_version}/%{perl_archname}/CORE/libperl.so
|
2007-04-25 21:04:23 +00:00
|
|
|
|
2007-02-22 22:28:15 +00:00
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,-)
|
2009-03-27 18:36:02 +00:00
|
|
|
# the following includes the file "Changes" -- it's compressed
|
|
|
|
%doc Changes*.*
|
2007-03-09 19:20:56 +00:00
|
|
|
%{_bindir}/enc2xs
|
|
|
|
%{_mandir}/man1/enc2xs*
|
2008-08-04 15:04:23 +00:00
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/Encode/
|
2007-03-09 19:20:56 +00:00
|
|
|
%{_bindir}/h2xs
|
|
|
|
%{_mandir}/man1/h2xs*
|
|
|
|
%{_bindir}/libnetcfg
|
|
|
|
%{_mandir}/man1/libnetcfg*
|
|
|
|
%{_bindir}/perlivp
|
|
|
|
%{_mandir}/man1/perlivp*
|
2007-03-28 18:53:53 +00:00
|
|
|
%{_libdir}/perl5/%{perl_version}/%{perl_archname}/CORE/*.h
|
2008-03-12 15:10:25 +00:00
|
|
|
%{_bindir}/xsubpp
|
|
|
|
%{_mandir}/man1/xsubpp*
|
2009-08-23 18:16:14 +00:00
|
|
|
%{_sysconfdir}/rpm/macros.perl
|
2007-03-28 18:53:53 +00:00
|
|
|
|
|
|
|
%files suidperl
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_bindir}/suidperl
|
|
|
|
%{_bindir}/sperl%{perl_version}
|
|
|
|
|
2008-01-10 02:53:58 +00:00
|
|
|
%files Archive-Extract
|
|
|
|
%defattr(-,root,root,-)
|
2008-09-17 14:35:39 +00:00
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/Archive/Extract.pm
|
2008-01-10 02:53:58 +00:00
|
|
|
%{_mandir}/man3/Archive::Extract.3*
|
|
|
|
|
|
|
|
%files Archive-Tar
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_bindir}/ptar
|
|
|
|
%{_bindir}/ptardiff
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/Archive/Tar/
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/Archive/Tar.pm
|
|
|
|
%{_mandir}/man1/ptar.1*
|
|
|
|
%{_mandir}/man1/ptardiff.1*
|
|
|
|
%{_mandir}/man3/Archive::Tar*
|
|
|
|
|
|
|
|
%files Compress-Raw-Zlib
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%dir %{_libdir}/perl5/%{version}/%{perl_archname}/Compress
|
|
|
|
%{_libdir}/perl5/%{version}/%{perl_archname}/Compress/Raw/
|
|
|
|
%dir %{_libdir}/perl5/%{version}/%{perl_archname}/auto/Compress/
|
|
|
|
%{_libdir}/perl5/%{version}/%{perl_archname}/auto/Compress/Raw/
|
|
|
|
%{_mandir}/man3/Compress::Raw::Zlib*
|
|
|
|
|
|
|
|
%files Compress-Zlib
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_libdir}/perl5/%{version}/%{perl_archname}/Compress/Zlib.pm
|
|
|
|
%{_libdir}/perl5/%{version}/%{perl_archname}/auto/Compress/Zlib/
|
|
|
|
%{_mandir}/man3/Compress::Zlib*
|
|
|
|
|
2007-03-28 18:53:53 +00:00
|
|
|
%files CPAN
|
|
|
|
%defattr(-,root,root,-)
|
2007-03-09 19:20:56 +00:00
|
|
|
%{_bindir}/cpan
|
2007-04-18 20:05:08 +00:00
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/CPAN/
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/CPAN.pm
|
2007-03-09 19:20:56 +00:00
|
|
|
%{_mandir}/man1/cpan.1*
|
2008-01-10 02:53:58 +00:00
|
|
|
%{_mandir}/man3/CPAN.*
|
|
|
|
%{_mandir}/man3/CPAN:*
|
|
|
|
|
|
|
|
%files CPANPLUS
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_bindir}/cpan2dist
|
|
|
|
%{_bindir}/cpanp
|
|
|
|
%{_bindir}/cpanp-run-perl
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/CPANPLUS/
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/CPANPLUS.pm
|
|
|
|
%{_mandir}/man1/cpan2dist.1*
|
|
|
|
%{_mandir}/man1/cpanp.1*
|
|
|
|
%{_mandir}/man3/CPANPLUS*
|
|
|
|
|
|
|
|
%files Digest-SHA
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_bindir}/shasum
|
|
|
|
%dir %{_libdir}/perl5/%{version}/%{perl_archname}/Digest/
|
|
|
|
%{_libdir}/perl5/%{version}/%{perl_archname}/Digest/SHA.pm
|
|
|
|
%{_libdir}/perl5/%{version}/%{perl_archname}/auto/Digest/SHA/
|
|
|
|
%{_mandir}/man1/shasum.1*
|
|
|
|
%{_mandir}/man3/Digest::SHA.3*
|
|
|
|
|
|
|
|
%files ExtUtils-CBuilder
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/ExtUtils/CBuilder/
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/ExtUtils/CBuilder.pm
|
|
|
|
%{_mandir}/man3/ExtUtils::CBuilder*
|
2007-03-28 18:53:53 +00:00
|
|
|
|
|
|
|
%files ExtUtils-Embed
|
|
|
|
%defattr(-,root,root,-)
|
2007-04-25 20:57:34 +00:00
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/ExtUtils/Embed.pm
|
2007-03-09 19:20:56 +00:00
|
|
|
%{_mandir}/man3/ExtUtils::Embed*
|
2007-03-28 18:53:53 +00:00
|
|
|
|
|
|
|
%files ExtUtils-MakeMaker
|
|
|
|
%defattr(-,root,root,-)
|
2007-03-09 19:20:56 +00:00
|
|
|
%{_bindir}/instmodsh
|
2007-04-25 20:57:34 +00:00
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/ExtUtils/Command/
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/ExtUtils/Install.pm
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/ExtUtils/Installed.pm
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/ExtUtils/Liblist/
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/ExtUtils/Liblist.pm
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/ExtUtils/MakeMaker/
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/ExtUtils/MakeMaker.pm
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/ExtUtils/MANIFEST.SKIP
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/ExtUtils/MM*.pm
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/ExtUtils/MY.pm
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/ExtUtils/Manifest.pm
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/ExtUtils/Mkbootstrap.pm
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/ExtUtils/Mksymlists.pm
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/ExtUtils/Packlist.pm
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/ExtUtils/testlib.pm
|
2007-03-09 19:20:56 +00:00
|
|
|
%{_mandir}/man1/instmodsh.1*
|
|
|
|
%{_mandir}/man3/ExtUtils::Command::MM*
|
|
|
|
%{_mandir}/man3/ExtUtils::Install.3*
|
|
|
|
%{_mandir}/man3/ExtUtils::Installed.3*
|
|
|
|
%{_mandir}/man3/ExtUtils::Liblist.3*
|
|
|
|
%{_mandir}/man3/ExtUtils::MM*
|
|
|
|
%{_mandir}/man3/ExtUtils::MY.3*
|
|
|
|
%{_mandir}/man3/ExtUtils::MakeMaker*
|
|
|
|
%{_mandir}/man3/ExtUtils::Manifest.3*
|
|
|
|
%{_mandir}/man3/ExtUtils::Mkbootstrap.3*
|
|
|
|
%{_mandir}/man3/ExtUtils::Mksymlists.3*
|
|
|
|
%{_mandir}/man3/ExtUtils::Packlist.3*
|
|
|
|
%{_mandir}/man3/ExtUtils::testlib.3*
|
2007-03-28 18:53:53 +00:00
|
|
|
|
2008-01-10 02:53:58 +00:00
|
|
|
%files ExtUtils-ParseXS
|
2007-03-28 18:53:53 +00:00
|
|
|
%defattr(-,root,root,-)
|
2008-01-10 02:53:58 +00:00
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/ExtUtils/ParseXS.pm
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/ExtUtils/xsubpp
|
|
|
|
%{_mandir}/man3/ExtUtils::ParseXS.3*
|
2006-07-22 01:13:26 +00:00
|
|
|
|
2008-01-10 02:53:58 +00:00
|
|
|
%files File-Fetch
|
2007-02-22 22:28:15 +00:00
|
|
|
%defattr(-,root,root,-)
|
2008-01-10 02:53:58 +00:00
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/File/Fetch.pm
|
|
|
|
%{_mandir}/man3/File::Fetch.3*
|
2006-07-22 01:13:26 +00:00
|
|
|
|
2008-01-10 02:53:58 +00:00
|
|
|
%files IO-Compress-Base
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_libdir}/perl5/%{version}/%{perl_archname}/File/GlobMapper.pm
|
|
|
|
%{_libdir}/perl5/%{version}/%{perl_archname}/IO/Compress/Base/
|
|
|
|
%{_libdir}/perl5/%{version}/%{perl_archname}/IO/Compress/Base.pm
|
|
|
|
%{_libdir}/perl5/%{version}/%{perl_archname}/IO/Uncompress/AnyUncompress.pm
|
|
|
|
%{_libdir}/perl5/%{version}/%{perl_archname}/IO/Uncompress/Base.pm
|
|
|
|
%{_mandir}/man3/File::GlobMapper.*
|
|
|
|
%{_mandir}/man3/IO::Compress::Base.*
|
|
|
|
%{_mandir}/man3/IO::Uncompress::AnyUncompress.*
|
|
|
|
%{_mandir}/man3/IO::Uncompress::Base.*
|
|
|
|
|
|
|
|
%files IO-Compress-Zlib
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_libdir}/perl5/%{version}/%{perl_archname}/IO/Compress/Adapter/
|
|
|
|
%{_libdir}/perl5/%{version}/%{perl_archname}/IO/Compress/Deflate.pm
|
|
|
|
%{_libdir}/perl5/%{version}/%{perl_archname}/IO/Compress/Gzip/
|
|
|
|
%{_libdir}/perl5/%{version}/%{perl_archname}/IO/Compress/Gzip.pm
|
|
|
|
%{_libdir}/perl5/%{version}/%{perl_archname}/IO/Compress/RawDeflate.pm
|
|
|
|
%{_libdir}/perl5/%{version}/%{perl_archname}/IO/Compress/Zip/
|
|
|
|
%{_libdir}/perl5/%{version}/%{perl_archname}/IO/Compress/Zip.pm
|
|
|
|
%{_libdir}/perl5/%{version}/%{perl_archname}/IO/Compress/Zlib/
|
|
|
|
%{_libdir}/perl5/%{version}/%{perl_archname}/IO/Uncompress/Adapter/
|
|
|
|
%{_libdir}/perl5/%{version}/%{perl_archname}/IO/Uncompress/AnyInflate.pm
|
|
|
|
%{_libdir}/perl5/%{version}/%{perl_archname}/IO/Uncompress/Gunzip.pm
|
|
|
|
%{_libdir}/perl5/%{version}/%{perl_archname}/IO/Uncompress/Inflate.pm
|
|
|
|
%{_libdir}/perl5/%{version}/%{perl_archname}/IO/Uncompress/RawInflate.pm
|
|
|
|
%{_libdir}/perl5/%{version}/%{perl_archname}/IO/Uncompress/Unzip.pm
|
|
|
|
%{_mandir}/man3/IO::Compress::Deflate*
|
|
|
|
%{_mandir}/man3/IO::Compress::Gzip*
|
|
|
|
%{_mandir}/man3/IO::Compress::RawDeflate*
|
|
|
|
%{_mandir}/man3/IO::Compress::Zip*
|
|
|
|
%{_mandir}/man3/IO::Uncompress::AnyInflate*
|
|
|
|
%{_mandir}/man3/IO::Uncompress::Gunzip*
|
|
|
|
%{_mandir}/man3/IO::Uncompress::Inflate*
|
|
|
|
%{_mandir}/man3/IO::Uncompress::RawInflate*
|
|
|
|
%{_mandir}/man3/IO::Uncompress::Unzip*
|
|
|
|
|
|
|
|
%files IO-Zlib
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/IO/Zlib.pm
|
|
|
|
%{_mandir}/man3/IO::Zlib.*
|
2006-07-22 01:13:26 +00:00
|
|
|
|
2008-01-10 02:53:58 +00:00
|
|
|
%files IPC-Cmd
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/IPC/Cmd.pm
|
|
|
|
%{_mandir}/man3/IPC::Cmd.3*
|
2006-07-22 01:13:26 +00:00
|
|
|
|
2008-01-10 02:53:58 +00:00
|
|
|
%files Locale-Maketext-Simple
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/Locale/Maketext/Simple.pm
|
|
|
|
%{_mandir}/man3/Locale::Maketext::Simple.*
|
2006-07-22 01:13:26 +00:00
|
|
|
|
2008-01-10 02:53:58 +00:00
|
|
|
%files Log-Message
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/Log/Message.pm
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/Log/Message/Config.pm
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/Log/Message/Handlers.pm
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/Log/Message/Item.pm
|
|
|
|
%{_mandir}/man3/Log::Message.3*
|
|
|
|
%{_mandir}/man3/Log::Message::Config.3*
|
|
|
|
%{_mandir}/man3/Log::Message::Handlers.3*
|
|
|
|
%{_mandir}/man3/Log::Message::Item.3*
|
|
|
|
|
|
|
|
%files Log-Message-Simple
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/Log/Message/Simple.pm
|
|
|
|
%{_mandir}/man3/Log::Message::Simple.3*
|
2006-07-22 01:13:26 +00:00
|
|
|
|
2008-01-10 02:53:58 +00:00
|
|
|
%files Module-Build
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_bindir}/config_data
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/Module/Build/
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/Module/Build.pm
|
|
|
|
%{_mandir}/man1/config_data.1*
|
|
|
|
%{_mandir}/man3/Module::Build*
|
2006-07-22 01:13:26 +00:00
|
|
|
|
2008-01-10 02:53:58 +00:00
|
|
|
%files Module-CoreList
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_bindir}/corelist
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/Module/CoreList.pm
|
|
|
|
%{_mandir}/man1/corelist*
|
|
|
|
%{_mandir}/man3/Module::CoreList*
|
2006-07-22 01:13:26 +00:00
|
|
|
|
2008-01-10 02:53:58 +00:00
|
|
|
%files Module-Load
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/Module/Load.pm
|
|
|
|
%{_mandir}/man3/Module::Load.*
|
2006-07-22 01:13:26 +00:00
|
|
|
|
2008-01-10 02:53:58 +00:00
|
|
|
%files Module-Load-Conditional
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/Module/Load/
|
|
|
|
%{_mandir}/man3/Module::Load::Conditional*
|
2006-07-22 01:13:26 +00:00
|
|
|
|
2008-01-10 02:53:58 +00:00
|
|
|
%files Module-Loaded
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%dir %{_prefix}/lib/perl5/%{perl_version}/Module/
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/Module/Loaded.pm
|
|
|
|
%{_mandir}/man3/Module::Loaded*
|
2006-07-22 01:13:26 +00:00
|
|
|
|
2008-01-10 02:53:58 +00:00
|
|
|
%files Module-Pluggable
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/Devel/InnerPackage.pm
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/Module/Pluggable/
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/Module/Pluggable.pm
|
|
|
|
%{_mandir}/man3/Devel::InnerPackage*
|
|
|
|
%{_mandir}/man3/Module::Pluggable*
|
2006-07-22 01:13:26 +00:00
|
|
|
|
2008-01-10 02:53:58 +00:00
|
|
|
%files Object-Accessor
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/Object/
|
|
|
|
%{_mandir}/man3/Object::Accessor*
|
2006-07-22 01:13:26 +00:00
|
|
|
|
2008-01-10 02:53:58 +00:00
|
|
|
%files Package-Constants
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/Package/
|
|
|
|
%{_mandir}/man3/Package::Constants*
|
2006-07-22 01:13:26 +00:00
|
|
|
|
2008-01-10 02:53:58 +00:00
|
|
|
%files Params-Check
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/Params/
|
|
|
|
%{_mandir}/man3/Params::Check*
|
2006-07-22 01:13:26 +00:00
|
|
|
|
2008-01-10 02:53:58 +00:00
|
|
|
%files Pod-Escapes
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/Pod/Escapes.pm
|
|
|
|
%{_mandir}/man3/Pod::Escapes.*
|
2006-07-22 01:13:26 +00:00
|
|
|
|
2008-01-10 02:53:58 +00:00
|
|
|
%files Pod-Simple
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/Pod/Simple/
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/Pod/Simple.pm
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/Pod/Simple.pod
|
|
|
|
%{_mandir}/man3/Pod::Simple*
|
2006-07-22 01:13:26 +00:00
|
|
|
|
2008-01-10 02:53:58 +00:00
|
|
|
%files Term-UI
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/Term/UI/
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/Term/UI.pm
|
|
|
|
%{_mandir}/man3/Term::UI*
|
2006-07-22 01:13:26 +00:00
|
|
|
|
2008-01-10 02:53:58 +00:00
|
|
|
%files Test-Harness
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_bindir}/prove
|
- remove compatibility obsolete sitelib directories
- use a better BuildRoot
- drop a redundant mkdir in %%install
- call patchlevel.h only once; rm patchlevel.bak
- update modules Sys::Syslog, Module::Load::Conditional, Module::CoreList,
Test::Harness, Test::Simple, CGI.pm (dropping the upstreamed patch),
File::Path (that includes our perl-5.10.0-CVE-2008-2827.patch),
constant, Pod::Simple, Archive::Tar, Archive::Extract, File::Fetch,
File::Temp, IPC::Cmd, Time::HiRes, Module::Build, ExtUtils::CBuilder
- standardize the patches for updating embedded modules
- work around a bug in Module::Build tests bu setting TMPDIR to a directory
inside the source tree
2009-03-11 21:12:37 +00:00
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/App*
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/TAP*
|
2008-01-10 02:53:58 +00:00
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/Test/Harness*
|
|
|
|
%{_mandir}/man1/prove.1*
|
- remove compatibility obsolete sitelib directories
- use a better BuildRoot
- drop a redundant mkdir in %%install
- call patchlevel.h only once; rm patchlevel.bak
- update modules Sys::Syslog, Module::Load::Conditional, Module::CoreList,
Test::Harness, Test::Simple, CGI.pm (dropping the upstreamed patch),
File::Path (that includes our perl-5.10.0-CVE-2008-2827.patch),
constant, Pod::Simple, Archive::Tar, Archive::Extract, File::Fetch,
File::Temp, IPC::Cmd, Time::HiRes, Module::Build, ExtUtils::CBuilder
- standardize the patches for updating embedded modules
- work around a bug in Module::Build tests bu setting TMPDIR to a directory
inside the source tree
2009-03-11 21:12:37 +00:00
|
|
|
%{_mandir}/man3/App*
|
|
|
|
%{_mandir}/man3/TAP*
|
2008-01-10 02:53:58 +00:00
|
|
|
%{_mandir}/man3/Test::Harness*
|
2006-07-22 01:13:26 +00:00
|
|
|
|
2008-01-10 02:53:58 +00:00
|
|
|
%files Test-Simple
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/Test/More*
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/Test/Builder*
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/Test/Simple*
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/Test/Tutorial*
|
|
|
|
%{_mandir}/man3/Test::More*
|
|
|
|
%{_mandir}/man3/Test::Builder*
|
|
|
|
%{_mandir}/man3/Test::Simple*
|
|
|
|
%{_mandir}/man3/Test::Tutorial*
|
2006-07-22 01:13:26 +00:00
|
|
|
|
2008-01-10 02:53:58 +00:00
|
|
|
%files Time-Piece
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_libdir}/perl5/%{version}/%{perl_archname}/Time/Piece.pm
|
|
|
|
%{_libdir}/perl5/%{version}/%{perl_archname}/Time/Seconds.pm
|
|
|
|
%{_libdir}/perl5/%{version}/%{perl_archname}/auto/Time/Piece/
|
|
|
|
%{_mandir}/man3/Time::Piece.3*
|
|
|
|
%{_mandir}/man3/Time::Seconds.3*
|
2006-07-22 01:13:26 +00:00
|
|
|
|
2008-01-10 02:53:58 +00:00
|
|
|
%files version
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/version.pm
|
|
|
|
%{_prefix}/lib/perl5/%{perl_version}/version.pod
|
|
|
|
%{_mandir}/man3/version.*
|
2006-07-22 01:13:26 +00:00
|
|
|
|
2008-01-10 02:53:58 +00:00
|
|
|
%files core
|
|
|
|
# Nothing. Nada. Zilch. Zarro. Uh uh. Nope. Sorry.
|
2006-07-22 01:13:26 +00:00
|
|
|
|
2008-01-10 02:53:58 +00:00
|
|
|
# Old changelog entries are preserved in CVS.
|
|
|
|
%changelog
|
2009-11-24 12:44:41 +00:00
|
|
|
* Tue Nov 24 2009 Stepan Kasal <skasal@redhat.com> - 4:5.10.0-85
|
|
|
|
- back out perl-5.10.0-spamassassin.patch (#528572)
|
|
|
|
|
2009-10-01 14:41:53 +00:00
|
|
|
* Thu Oct 01 2009 Chris Weyl <cweyl@alumni.drew.edu> - 4:5.10.0-84
|
|
|
|
- add /perl(UNIVERSAL)/d; /perl(DB)/d to perl_default_filter auto-provides
|
|
|
|
filtering
|
|
|
|
|
2009-10-01 12:33:58 +00:00
|
|
|
* Thu Oct 1 2009 Stepan Kasal <skasal@redhat.com> - 4:5.10.0-83
|
|
|
|
- update Storable to 2.21
|
|
|
|
|
2009-09-03 15:30:26 +00:00
|
|
|
* Mon Aug 31 2009 Chris Weyl <cweyl@alumni.drew.edu> - 4:5.10.0-82
|
|
|
|
- update our Test-Simple update to 0.92 (patch by Iain Arnell), #519417
|
|
|
|
- update Module-Pluggable to 3.9
|
|
|
|
|
2009-08-28 05:39:58 +00:00
|
|
|
* Thu Aug 27 2009 Chris Weyl <cweyl@alumni.drew.edu> - 4:5.10.0-81
|
|
|
|
- fix macros.perl *sigh*
|
|
|
|
|
2009-08-24 12:38:39 +00:00
|
|
|
* Mon Aug 24 2009 Stepan Kasal <skasal@redhat.com> - 4:5.10.0-80
|
|
|
|
- Remove -DDEBUGGING=-g, we are not ready yet.
|
|
|
|
|
2009-08-23 18:16:14 +00:00
|
|
|
* Fri Aug 21 2009 Chris Weyl <cweyl@alumni.drew.edu> - 4:5.10.0-79
|
|
|
|
- add helper filtering macros to -devel, for perl-* package invocation
|
|
|
|
(#502402)
|
|
|
|
|
2009-07-31 16:09:07 +00:00
|
|
|
* Fri Jul 31 2009 Stepan Kasal <skasal@redhat.com> - 4:5.10.0-78
|
|
|
|
- Add configure option -DDEBUGGING=-g (#156113)
|
|
|
|
|
2009-07-28 07:31:46 +00:00
|
|
|
* Tue Jul 28 2009 arcela Mašláňová <mmaslano@redhat.com> - 4:5.10.0-77
|
|
|
|
- 510127 spam assassin suffer from tainted bug
|
|
|
|
|
2009-07-27 07:11:48 +00:00
|
|
|
* Mon Jul 27 2009 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.10.0-76
|
|
|
|
- 494773 much better swap logic to support reentrancy and fix assert failure (rt #60508)
|
|
|
|
|
2009-07-25 23:30:12 +00:00
|
|
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4:5.10.0-75
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-10 18:38:10 +00:00
|
|
|
* Fri Jul 10 2009 Stepan Kasal <skasal@redhat.com> - 4:5.10.0-74
|
|
|
|
- fix generated .ph files so that they no longer cause warnings (#509676)
|
|
|
|
- remove PREREQ_FATAL from Makefile.PL's processed by miniperl
|
|
|
|
- update to latest Scalar-List-Utils (#507378)
|
|
|
|
- perl-skip-prereq.patch: skip more prereq declarations in Makefile.PL files
|
|
|
|
|
2009-07-07 13:34:40 +00:00
|
|
|
* Tue Jul 7 2009 Stepan Kasal <skasal@redhat.com> - 4:5.10.0-73
|
|
|
|
- re-enable tests
|
|
|
|
|
2009-07-07 08:45:33 +00:00
|
|
|
* Tue Jul 7 2009 Stepan Kasal <skasal@redhat.com> - 4:5.10.0-72
|
|
|
|
- move -DPERL_USE_SAFE_PUTENV to ccflags (#508496)
|
|
|
|
|
2009-06-08 12:55:39 +00:00
|
|
|
* Mon Jun 8 2009 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.10.0-71
|
|
|
|
- #504386 update of Compress::Raw::Zlib 2.020
|
|
|
|
|
2009-06-08 05:50:22 +00:00
|
|
|
* Thu Jun 4 2009 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.10.0-70
|
|
|
|
- update File::Spec (PathTools) to 3.30
|
|
|
|
|
2009-06-03 18:50:17 +00:00
|
|
|
* Wed Jun 3 2009 Stepan Kasal <skasal@redhat.com> - 4:5.10.0-69
|
|
|
|
- fix #221113, $! wrongly set when EOF is reached
|
|
|
|
|
2009-04-10 06:52:15 +00:00
|
|
|
* Fri Apr 10 2009 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.10.0-68
|
2009-06-03 18:50:17 +00:00
|
|
|
- do not use quotes in patchlevel.h; it breaks installation from cpan (#495183)
|
2009-04-10 06:52:15 +00:00
|
|
|
|
2009-04-07 12:51:28 +00:00
|
|
|
* Tue Apr 7 2009 Stepan Kasal <skasal@redhat.com> - 4:5.10.0-67
|
|
|
|
- update CGI to 3.43, dropping upstreamed perl-CGI-escape.patch
|
|
|
|
|
2009-04-07 09:57:20 +00:00
|
|
|
* Tue Apr 7 2009 Stepan Kasal <skasal@redhat.com> - 4:5.10.0-66
|
|
|
|
- fix CGI::escape for all strings (#472571)
|
|
|
|
- perl-CGI-t-util-58.patch: Do not distort lib/CGI/t/util-58.t
|
|
|
|
http://rt.perl.org/rt3/Ticket/Display.html?id=64502
|
|
|
|
|
2009-03-27 18:10:28 +00:00
|
|
|
* Fri Mar 27 2009 Stepan Kasal <skasal@redhat.com> - 4:5.10.0-65
|
|
|
|
- Move the gargantuan Changes* collection to -devel (#492605)
|
|
|
|
|
2009-03-24 14:57:25 +00:00
|
|
|
* Tue Mar 24 2009 Stepan Kasal <skasal@redhat.com> - 4:5.10.0-64
|
|
|
|
- update module autodie
|
|
|
|
|
2009-03-23 16:43:17 +00:00
|
|
|
* Mon Mar 23 2009 Stepan Kasal <skasal@redhat.com> - 4:5.10.0-63
|
|
|
|
- update Digest::SHA (fixes 489221)
|
|
|
|
|
2009-03-11 22:18:27 +00:00
|
|
|
* Wed Mar 11 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 4:5.10.0-62
|
|
|
|
- drop 26_fix_pod2man_upgrade (don't need it)
|
2009-03-23 10:42:13 +00:00
|
|
|
- fix typo in %%define ExtUtils_CBuilder_version
|
2009-03-11 22:18:27 +00:00
|
|
|
|
2009-03-11 22:01:05 +00:00
|
|
|
* Wed Mar 11 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 4:5.10.0-61
|
|
|
|
- apply Change 34507: Fix memory leak in single-char character class optimization
|
|
|
|
- Reorder @INC, based on b9ba2fadb18b54e35e5de54f945111a56cbcb249
|
|
|
|
- fix Archive::Extract to fix test failure caused by tar >= 1.21
|
|
|
|
- Merge useful Debian patches
|
|
|
|
|
|
|
|
* Tue Mar 10 2009 Stepan Kasal <skasal@redhat.com> - 4:5.10.0-60
|
- remove compatibility obsolete sitelib directories
- use a better BuildRoot
- drop a redundant mkdir in %%install
- call patchlevel.h only once; rm patchlevel.bak
- update modules Sys::Syslog, Module::Load::Conditional, Module::CoreList,
Test::Harness, Test::Simple, CGI.pm (dropping the upstreamed patch),
File::Path (that includes our perl-5.10.0-CVE-2008-2827.patch),
constant, Pod::Simple, Archive::Tar, Archive::Extract, File::Fetch,
File::Temp, IPC::Cmd, Time::HiRes, Module::Build, ExtUtils::CBuilder
- standardize the patches for updating embedded modules
- work around a bug in Module::Build tests bu setting TMPDIR to a directory
inside the source tree
2009-03-11 21:12:37 +00:00
|
|
|
- remove compatibility obsolete sitelib directories
|
|
|
|
- use a better BuildRoot
|
|
|
|
- drop a redundant mkdir in %%install
|
|
|
|
- call patchlevel.h only once; rm patchlevel.bak
|
|
|
|
- update modules Sys::Syslog, Module::Load::Conditional, Module::CoreList,
|
|
|
|
Test::Harness, Test::Simple, CGI.pm (dropping the upstreamed patch),
|
|
|
|
File::Path (that includes our perl-5.10.0-CVE-2008-2827.patch),
|
|
|
|
constant, Pod::Simple, Archive::Tar, Archive::Extract, File::Fetch,
|
|
|
|
File::Temp, IPC::Cmd, Time::HiRes, Module::Build, ExtUtils::CBuilder
|
|
|
|
- standardize the patches for updating embedded modules
|
|
|
|
- work around a bug in Module::Build tests bu setting TMPDIR to a directory
|
|
|
|
inside the source tree
|
|
|
|
|
2009-03-08 17:31:57 +00:00
|
|
|
* Sun Mar 08 2009 Robert Scheck <robert@fedoraproject.org> - 4:5.10.0-59
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-16 18:27:31 +00:00
|
|
|
* Mon Feb 16 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 4:5.10.0-58
|
|
|
|
- add /usr/lib/perl5/site_perl to otherlibs (bz 484053)
|
|
|
|
|
2009-02-16 17:59:28 +00:00
|
|
|
* Mon Feb 16 2009 Dennis Gilmore <dennis@ausil.us> - 4:5.10.0-57
|
|
|
|
- build sparc64 without _smp_mflags
|
|
|
|
|
2009-02-07 22:42:47 +00:00
|
|
|
* Sat Feb 07 2009 Dennis Gilmore <dennis@ausil.us> - 4:5.10.0-56
|
|
|
|
- limit sparc builds to -j12
|
|
|
|
|
2009-02-03 06:46:31 +00:00
|
|
|
* Tue Feb 3 2009 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.10.0-55
|
|
|
|
- update IPC::Cmd to v 0.42
|
|
|
|
|
2009-01-19 08:36:43 +00:00
|
|
|
* Mon Jan 19 2009 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.10.0-54
|
|
|
|
- 455410 http://rt.perl.org/rt3/Public/Bug/Display.html?id=54934
|
|
|
|
Attempt to free unreferenced scalar fiddling with the symbol table
|
|
|
|
Keep the refcount of the globs generated by PerlIO::via balanced.
|
|
|
|
|
2008-12-22 10:06:37 +00:00
|
|
|
* Mon Dec 22 2008 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.10.0-53
|
|
|
|
- add missing XHTML.pm into Pod::Simple
|
|
|
|
|
2008-12-12 14:37:24 +00:00
|
|
|
* Thu Dec 12 2008 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.10.0-52
|
|
|
|
- 295021 CVE-2007-4829 perl-Archive-Tar directory traversal flaws
|
|
|
|
- add another source for binary files, which test untaring links
|
|
|
|
|
2008-11-29 00:10:09 +00:00
|
|
|
* Fri Nov 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 4:5.10.0-51
|
|
|
|
- to fix Fedora bz 473223, which is really perl bug #54186 (http://rt.perl.org/rt3//Public/Bug/Display.html?id=54186)
|
|
|
|
we apply Changes 33640, 33881, 33896, 33897
|
|
|
|
|
2008-11-24 06:53:53 +00:00
|
|
|
* Mon Nov 24 2008 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.10.0-50
|
|
|
|
- change summary according to RFC fix summary discussion at fedora-devel :)
|
|
|
|
|
2008-10-23 15:02:01 +00:00
|
|
|
* Thu Oct 23 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 4:5.10.0-49
|
|
|
|
- update File::Temp to 0.20
|
|
|
|
|
2008-10-12 08:26:50 +00:00
|
|
|
* Sun Oct 12 2008 Lubomir Rintel <lkundrak@v3.sk> - 4:5.10.0-48
|
|
|
|
- Include fix for rt#52740 to fix a crash when using Devel::Symdump and
|
|
|
|
Compress::Zlib together
|
|
|
|
|
2008-10-07 13:40:22 +00:00
|
|
|
* Tue Oct 07 2008 Marcela Mašláňová <mmaslano@redhat.com> 4:5.10.0-47.fc10
|
|
|
|
- rt#33242, rhbz#459918. Segfault after reblessing objects in Storable.
|
|
|
|
- rhbz#465728 upgrade Simple::Pod to 3.07
|
|
|
|
|
2008-10-01 15:36:25 +00:00
|
|
|
* Wed Oct 1 2008 Stepan Kasal <skasal@redhat.com> - 4:5.10.0-46
|
|
|
|
- also preserve the timestamp of AUTHORS; move the fix to the recode
|
|
|
|
function, which is where the stamps go wrong
|
|
|
|
|
2008-10-01 15:07:44 +00:00
|
|
|
* Wed Oct 1 2008 Tom "spot" Callaway <tcallawa@redhat.com> 4:5.10.0-45
|
|
|
|
- give Changes*.gz the same datetime to avoid multilib conflict
|
|
|
|
|
2008-09-17 11:51:07 +00:00
|
|
|
* Wed Sep 17 2008 Marcela Maslanova <mmaslano@redhat.com> 4:5.10.0-44.fc10
|
2008-09-17 14:35:39 +00:00
|
|
|
- remove Tar.pm from Archive-Extract
|
|
|
|
- fix version of Test::Simple in spec
|
|
|
|
- update Test::Simple
|
|
|
|
- update Archive::Tar to 1.38
|
2008-09-17 11:51:07 +00:00
|
|
|
|
2008-09-16 15:05:23 +00:00
|
|
|
* Tue Sep 16 2008 Marcela Maslanova <mmaslano@redhat.com> 4:5.10.0-43.fc10
|
|
|
|
- 462444 update Test::Simple to 0.80
|
|
|
|
|
2008-08-14 14:29:58 +00:00
|
|
|
* Thu Aug 14 2008 Stepan Kasal <skasal@redhat.com> - 4:5.10.0-42.fc10
|
|
|
|
- move libnet to the right directory, along Net/Config.pm
|
|
|
|
|
2008-08-13 17:31:36 +00:00
|
|
|
* Wed Aug 13 2008 Stepan Kasal <skasal@redhat.com> - 4:5.10.0-41.fc10
|
|
|
|
- do not create directory .../%%{version}/auto
|
|
|
|
|
2008-08-05 07:38:38 +00:00
|
|
|
* Tue Aug 5 2008 Marcela Maslanova <mmaslano@redhat.com> 4:5.10.0-40.fc10
|
|
|
|
- 457867 remove required IPC::Run from CPANPLUS - needed only by win32
|
|
|
|
- 457771 add path
|
|
|
|
|
2008-08-04 15:04:23 +00:00
|
|
|
* Fri Aug 1 2008 Stepan Kasal <skasal@redhat.com> 4:5.10.0-39.fc10
|
|
|
|
- CGI.pm bug in exists() on tied param hash (#457085)
|
|
|
|
- move the enc2xs templates (../Encode/*.e2x) to -devel, (#456534)
|
|
|
|
|
2008-07-21 10:55:20 +00:00
|
|
|
* Mon Jul 21 2008 Marcela Maslanova <mmaslano@redhat.com> 4:5.10.0-38
|
2008-07-21 08:27:57 +00:00
|
|
|
- 455933 update to CGI-3.38
|
2008-07-21 09:03:36 +00:00
|
|
|
- fix fuzz problems (patch6)
|
|
|
|
- 217833 pos() function handle unicode characters correct
|
2008-07-21 08:27:57 +00:00
|
|
|
|
2008-07-10 18:00:05 +00:00
|
|
|
* Thu Jul 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> 4:5.10.0-36
|
|
|
|
- rebuild for new db4 4.7
|
|
|
|
|
2008-07-09 11:07:20 +00:00
|
|
|
* Wed Jul 9 2008 Stepan Kasal <skasal@redhat.com> 4:5.10.0-35
|
|
|
|
- remove db4 require, it is handled automatically
|
|
|
|
|
2008-07-03 09:20:28 +00:00
|
|
|
* Thu Jul 3 2008 Stepan Kasal <skasal@redhat.com> 4:5.10.0-34
|
|
|
|
- 453646 use -DPERL_USE_SAFE_PUTENV. Without fail some modules f.e. readline.
|
|
|
|
|
2008-07-02 14:02:55 +00:00
|
|
|
* Tue Jul 1 2008 Marcela Maslanova <mmaslano@redhat.com> 4:5.10.0-33
|
|
|
|
- 451078 update Test::Harness to 3.12 for more testing. Removed verbose
|
|
|
|
test, new Test::Harness has possibly verbose output, but updated package
|
|
|
|
has a lot of features f.e. TAP::Harness. Carefully watched all new bugs
|
|
|
|
related to tests!
|
|
|
|
|
2008-06-26 23:59:14 +00:00
|
|
|
* Fri Jun 27 2008 Stepan Kasal <skasal@redhat.com> 4:5.10.0-32
|
|
|
|
- bump the release number, so that it is not smaller than in F-9
|
|
|
|
|
2008-06-24 12:59:59 +00:00
|
|
|
* Tue Jun 24 2008 Marcela Maslanova <mmaslano@redhat.com> 4:5.10.0-28
|
|
|
|
- CVE-2008-2827 perl: insecure use of chmod in rmtree
|
|
|
|
|
2008-06-11 13:33:11 +00:00
|
|
|
* Wed Jun 11 2008 Marcela Maslanova <mmaslano@redhat.com> 4:5.10.0-27
|
|
|
|
- 447371 wrong access permission rt49003
|
|
|
|
|
2008-06-10 14:58:33 +00:00
|
|
|
* Tue Jun 10 2008 Stepan Kasal <skasal@redhat.com> 4:5.10.0-26
|
|
|
|
- make config parameter list consistent for 32bit and 64bit platforms,
|
|
|
|
add config option -Dinc_version_list=none (#448735)
|
|
|
|
- use perl_archname consistently
|
|
|
|
- cleanup of usage of *_lib macros in %%install
|
|
|
|
|
2008-06-06 08:46:35 +00:00
|
|
|
* Mon Jun 6 2008 Marcela Maslanova <mmaslano@redhat.com> 4:5.10.0-25
|
|
|
|
- 449577 rebuild for FTBFS
|
|
|
|
|
2008-05-26 15:09:24 +00:00
|
|
|
* Mon May 26 2008 Marcela Maslanova <mmaslano@redhat.com> 4:5.10.0-24
|
|
|
|
- 448392 upstream fix for assertion
|
|
|
|
|
2008-05-22 17:16:40 +00:00
|
|
|
* Thu May 22 2008 Tom "spot" Callaway <tcallawa@redhat.com> 4:5.10.0-23
|
|
|
|
- sparc64 breaks with the rpath hack patch applied
|
|
|
|
|
|
|
|
* Mon May 19 2008 Marcela Maslanova <mmaslano@redhat.com>
|
|
|
|
- 447142 upgrade CGI to 3.37 (this actually happened in -21 in rawhide.)
|
|
|
|
|
|
|
|
* Sat May 17 2008 Tom "spot" Callaway <tcallawa@redhat.com> 4:5.10.0-21
|
|
|
|
- sparc64 fails two tests under mysterious circumstances. we need to get the
|
|
|
|
rest of the tree moving, so we temporarily disable the tests on that arch.
|
2008-05-19 12:06:49 +00:00
|
|
|
|
2008-03-18 19:33:55 +00:00
|
|
|
* Tue Mar 18 2008 Tom "spot" Callaway <tcallawa@redhat.com> 4:5.10.0-20
|
|
|
|
- create the vendor_perl/%%{perl_version}/%%{perl_archname}/auto directory
|
|
|
|
in %%{_libdir} so we own it properly
|
|
|
|
|
2008-03-18 14:47:21 +00:00
|
|
|
* Tue Mar 18 2008 Tom "spot" Callaway <tcallawa@redhat.com> 4:5.10.0-19
|
|
|
|
- fix CPANPLUS-Dist-Build Provides/Obsoletes (bz 437615)
|
|
|
|
- bump version on Module-CoreList subpackage
|
|
|
|
|
2008-03-18 13:46:46 +00:00
|
|
|
* Tue Mar 18 2008 Tom "spot" Callaway <tcallawa@redhat.com> 4:5.10.0-18
|
|
|
|
- forgot to create the auto directory for multilib vendor_perl dirs
|
|
|
|
|
2008-03-18 13:42:03 +00:00
|
|
|
* Tue Mar 18 2008 Tom "spot" Callaway <tcallawa@redhat.com> 4:5.10.0-17
|
|
|
|
- own multilib vendor_perl directories
|
|
|
|
- mark Module::CoreList patch in patchlevel.h
|
|
|
|
|
2008-03-18 11:11:31 +00:00
|
|
|
* Tue Mar 18 2008 Marcela Maslanova <mmaslano@redhat.com> 4:5.10.0-16
|
|
|
|
- 437817: RFE: Upgrade Module::CoreList to 2.14
|
|
|
|
|
2008-03-12 15:10:25 +00:00
|
|
|
* Wed Mar 12 2008 Marcela Maslanova <mmaslano@redhat.com> 4:5.10.0-15
|
|
|
|
- xsubpp now lives in perl-devel instead of perl.
|
|
|
|
|
2008-03-09 01:42:40 +00:00
|
|
|
* Sat Mar 8 2008 Tom "spot" Callaway <tcallawa@redhat.com> 4:5.10.0-14
|
|
|
|
- back out Archive::Extract patch, causing odd test failure
|
|
|
|
|
2008-03-09 00:24:39 +00:00
|
|
|
* Sat Mar 8 2008 Tom "spot" Callaway <tcallawa@redhat.com> 4:5.10.0-13
|
|
|
|
- add missing lzma test file
|
|
|
|
|
2008-03-08 20:38:57 +00:00
|
|
|
* Fri Mar 7 2008 Tom "spot" Callaway <tcallawa@redhat.com> 4:5.10.0-12
|
|
|
|
- conditionalize multilib patch report in patchlevel.h
|
|
|
|
- Update Archive::Extract to 0.26
|
|
|
|
- Update Module::Load::Conditional to 0.24
|
|
|
|
|
2008-03-08 01:08:07 +00:00
|
|
|
* Fri Mar 7 2008 Tom "spot" Callaway <tcallawa@redhat.com> 4:5.10.0-11
|
|
|
|
- only do it once, and do it for all our patches
|
|
|
|
|
2008-03-08 00:55:41 +00:00
|
|
|
* Fri Mar 7 2008 Tom "spot" Callaway <tcallawa@redhat.com> 4:5.10.0-10
|
|
|
|
- note 32891 in patchlevel.h
|
|
|
|
|
2008-03-08 00:40:14 +00:00
|
|
|
* Fri Mar 7 2008 Tom "spot" Callaway <tcallawa@redhat.com> 4:5.10.0-9
|
|
|
|
- get rid of bad conflicts on perl-File-Temp
|
|
|
|
|
2008-03-07 22:11:53 +00:00
|
|
|
* Fri Mar 7 2008 Tom "spot" Callaway <tcallawa@redhat.com> 4:5.10.0-8
|
|
|
|
- use /usr/local for sitelib/sitearch dirs
|
|
|
|
- patch 32891 for significant performance improvement
|
|
|
|
|
2008-02-22 12:42:53 +00:00
|
|
|
* Fri Feb 22 2008 Stepan Kasal <skasal@redhat.com> - 4:5.10.0-7
|
|
|
|
- Add perl-File-Temp provides/obsoletes/conflicts (#433836),
|
|
|
|
reported by Bill McGonigle <bill@bfccomputing.com>
|
|
|
|
- escape the macros in Jan 30 entry
|
|
|
|
|
2008-02-19 21:51:54 +00:00
|
|
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 4:5.10.0-6
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2008-01-30 18:47:46 +00:00
|
|
|
* Wed Jan 30 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 4:5.10.0-5
|
|
|
|
- disable some futime tests in t/io/fs.t because they started failing on x86_64
|
|
|
|
in the Fedora builders, and no one can figure out why. :/
|
|
|
|
|
2008-01-30 14:44:39 +00:00
|
|
|
* Wed Jan 30 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 4:5.10.0-4
|
2008-02-22 12:42:53 +00:00
|
|
|
- create %%{_prefix}/lib/perl5/vendor_perl/%%{perl_version}/auto and own it
|
2008-01-30 14:44:39 +00:00
|
|
|
in base perl (resolves bugzilla 214580)
|
|
|
|
|
2008-01-10 14:20:34 +00:00
|
|
|
* Thu Jan 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 4:5.10.0-3
|
|
|
|
- Update Sys::Syslog to 0.24, to fix test failures
|
|
|
|
|
2008-01-10 03:30:42 +00:00
|
|
|
* Wed Jan 9 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 4:5.10.0-2
|
|
|
|
- add some BR for tests
|
|
|
|
|
2008-01-10 02:53:58 +00:00
|
|
|
* Tue Jan 8 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 4:5.10.0-1
|
|
|
|
- 5.10.0 final
|
|
|
|
- clear out all the unnecessary patches (down to 8 patches!)
|
|
|
|
- get rid of super perl debugging mode
|
|
|
|
- add new subpackages
|
2006-07-22 01:13:26 +00:00
|
|
|
|
2008-01-10 02:53:58 +00:00
|
|
|
* Thu Nov 29 2007 Robin Norwood <rnorwood@redhat.com> - 4:5.10.0_RC2-0.1
|
|
|
|
- first attempt at building 5.10.0
|
2006-07-22 01:13:26 +00:00
|
|
|
|
|
|
|
|