2004-09-09 10:02:23 +00:00
|
|
|
%define threading 1
|
|
|
|
%define largefiles 1
|
|
|
|
%define suidperl 1
|
|
|
|
|
2004-09-09 10:04:11 +00:00
|
|
|
%define multilib_64_archs x86_64 s390x ppc64 sparc64
|
|
|
|
|
2005-01-17 22:50:34 +00:00
|
|
|
%define perlver 5.8.6
|
2005-01-18 17:17:29 +00:00
|
|
|
%define perlrel 2
|
2004-09-09 10:06:59 +00:00
|
|
|
%define perlepoch 3
|
2004-09-09 10:02:23 +00:00
|
|
|
|
|
|
|
Provides: perl(:WITH_PERLIO)
|
|
|
|
|
|
|
|
%if %{threading}
|
|
|
|
%define thread_arch -thread-multi
|
|
|
|
Provides: perl(:WITH_ITHREADS)
|
|
|
|
Provides: perl(:WITH_THREADS)
|
|
|
|
%else
|
2004-09-09 10:01:58 +00:00
|
|
|
%define thread_arch %{nil}
|
2004-09-09 10:00:05 +00:00
|
|
|
Provides: perl(:WITHOUT_ITHREADS)
|
|
|
|
Provides: perl(:WITHOUT_THREADS)
|
2004-09-09 10:02:23 +00:00
|
|
|
%endif
|
|
|
|
|
2005-01-18 17:17:29 +00:00
|
|
|
%define perlmodcompat 5.8.5 5.8.4 5.8.3 5.8.2 5.8.1 5.8.0
|
2004-09-09 10:08:44 +00:00
|
|
|
Provides: perl(:MODULE_COMPAT_5.8.0)
|
|
|
|
Provides: perl(:MODULE_COMPAT_5.8.1)
|
|
|
|
Provides: perl(:MODULE_COMPAT_5.8.2)
|
|
|
|
Provides: perl(:MODULE_COMPAT_5.8.3)
|
2004-09-09 10:10:20 +00:00
|
|
|
Provides: perl(:MODULE_COMPAT_5.8.4)
|
2004-09-09 10:10:33 +00:00
|
|
|
Provides: perl(:MODULE_COMPAT_5.8.5)
|
2005-01-17 22:50:34 +00:00
|
|
|
Provides: perl(:MODULE_COMPAT_5.8.6)
|
2004-09-09 10:08:44 +00:00
|
|
|
|
2004-09-09 10:02:23 +00:00
|
|
|
%if %{largefiles}
|
|
|
|
Provides: perl(:WITH_LARGEFILES)
|
|
|
|
%else
|
2004-09-09 10:00:05 +00:00
|
|
|
Provides: perl(:WITHOUT_LARGEFILES)
|
2004-09-09 10:02:23 +00:00
|
|
|
%endif
|
2004-09-09 10:00:05 +00:00
|
|
|
|
2004-09-09 09:58:47 +00:00
|
|
|
Summary: The Perl programming language.
|
|
|
|
Name: perl
|
|
|
|
Version: %{perlver}
|
2004-09-09 10:00:05 +00:00
|
|
|
Release: %{perlrel}
|
|
|
|
Epoch: %{perlepoch}
|
2004-10-12 13:25:27 +00:00
|
|
|
License: Artistic or GPL
|
2004-09-09 09:58:47 +00:00
|
|
|
Group: Development/Languages
|
2004-10-12 13:25:27 +00:00
|
|
|
Url: http://www.perl.org/
|
2004-09-09 10:00:05 +00:00
|
|
|
|
2005-01-17 22:50:34 +00:00
|
|
|
Source0: perl-5.8.6.tar.gz
|
2004-09-09 10:00:05 +00:00
|
|
|
Source1: clean-manifest.pl
|
2004-09-09 10:00:42 +00:00
|
|
|
Source9: MANIFEST.suidperl
|
|
|
|
Source10: system-owned-directories
|
2004-09-09 10:02:23 +00:00
|
|
|
Source11: filter-depends.sh
|
|
|
|
Source12: perl-5.8.0-libnet.cfg
|
2004-09-09 10:00:05 +00:00
|
|
|
|
2004-09-09 10:06:59 +00:00
|
|
|
Patch5: perl-5.8.0-root.patch
|
|
|
|
# Patch6: perl-5.8.0-fhs.patch
|
2004-09-09 09:58:47 +00:00
|
|
|
Patch7: perl-5.6.0-buildroot.patch
|
2004-09-09 10:10:20 +00:00
|
|
|
# Patch8: perl-5.8.0-errno.patch
|
2004-09-09 10:02:23 +00:00
|
|
|
Patch9: perl-5.7.3-syslog.patch
|
2004-09-09 10:06:59 +00:00
|
|
|
# Patch10: perl-5.8.0-notty.patch
|
2004-09-09 10:08:44 +00:00
|
|
|
Patch11: perl-5.8.3-fullinc.patch
|
2005-01-17 22:50:34 +00:00
|
|
|
Patch12: perl-5.8.6-incpush.patch
|
2004-09-09 10:10:53 +00:00
|
|
|
Patch13: perl-5.8.3-perlbug-tag.patch
|
2004-10-01 16:42:25 +00:00
|
|
|
Patch14: perl-5.8.5-dashI.patch
|
2004-09-09 10:02:23 +00:00
|
|
|
|
2004-09-09 10:04:11 +00:00
|
|
|
%define __perl_requires %{SOURCE11}
|
|
|
|
|
|
|
|
Conflicts: perl-NDBM_File <= 1:1.75-34.99.6
|
2004-09-09 10:00:05 +00:00
|
|
|
|
2004-09-09 10:02:23 +00:00
|
|
|
Obsoletes: perl-Digest-MD5
|
|
|
|
Obsoletes: perl-MIME-Base64
|
|
|
|
Obsoletes: perl-libnet
|
2004-09-09 10:04:11 +00:00
|
|
|
Obsoletes: perl-Storable
|
2004-09-09 10:08:44 +00:00
|
|
|
Obsoletes: perl-CGI
|
|
|
|
Obsoletes: perl-CPAN
|
|
|
|
Obsoletes: perl-DB_File
|
2004-09-09 10:00:05 +00:00
|
|
|
|
2004-09-09 10:02:23 +00:00
|
|
|
# Configure doesn't listen well when we say no ndbm. When it links in, it then conflicts with berkeley db. oops.
|
|
|
|
Patch16: perl-5.8.0-nondbm.patch
|
2004-09-09 10:00:05 +00:00
|
|
|
|
2004-09-09 10:02:23 +00:00
|
|
|
# make sure we get the proper ldflags on libperl.so
|
|
|
|
Patch17: perl-5.8.0-sharedlinker.patch
|
2004-09-09 10:00:42 +00:00
|
|
|
|
2004-09-09 10:02:23 +00:00
|
|
|
# perl 5.8.0 likes to use man3ext for BOTH directories AND files. not kosher.
|
2004-09-09 10:06:59 +00:00
|
|
|
# Patch18: perl-5.8.0-manext.patch
|
2004-09-09 10:01:58 +00:00
|
|
|
|
2004-09-09 10:02:36 +00:00
|
|
|
# lynx is depracated, use links instead
|
|
|
|
Patch19: perl-5.8.0-links.patch
|
2004-09-09 10:04:11 +00:00
|
|
|
|
|
|
|
# work around annoying rpath issue
|
|
|
|
Patch21: perl-5.8.0-rpath-make.patch
|
2004-09-09 10:02:36 +00:00
|
|
|
|
2004-09-09 10:06:59 +00:00
|
|
|
# bugzilla 101767, make sure threads.so links directly to -lpthread
|
|
|
|
Patch22: perl-5.8.1-lpthread-link.patch
|
|
|
|
|
2004-09-09 10:10:11 +00:00
|
|
|
# bugzilla 118877
|
|
|
|
Patch23: perl-5.8.3-findbin-selinux.patch
|
|
|
|
|
|
|
|
# fix empty RPATH security issue
|
|
|
|
Patch24: perl-5.8.3-empty-rpath.patch
|
|
|
|
|
2004-09-09 10:04:03 +00:00
|
|
|
# arch-specific patches
|
2004-09-09 10:06:59 +00:00
|
|
|
Patch100: perl-5.8.1-fpic.patch
|
2004-09-09 10:04:03 +00:00
|
|
|
Patch101: perl-5.8.0-libdir64.patch
|
|
|
|
|
2004-12-01 18:53:51 +00:00
|
|
|
Patch32002: perl-5.8.0-nptlhint.patch
|
|
|
|
|
2004-09-09 10:06:59 +00:00
|
|
|
# module updatesd
|
|
|
|
# Patch202: perl-5.8.0-Safe2.09.patch
|
|
|
|
|
2004-09-09 10:00:05 +00:00
|
|
|
Buildroot: %{_tmppath}/%{name}-root
|
2004-10-11 12:59:26 +00:00
|
|
|
BuildRequires: gawk, grep, tcsh, gdbm-devel, db4-devel, dos2unix, man, groff
|
2004-09-09 10:00:05 +00:00
|
|
|
|
2004-09-09 09:58:47 +00:00
|
|
|
# By definition of 'do' (see 'man perlfunc') this package provides all
|
|
|
|
# versions of perl previous to it.
|
2004-09-09 10:00:05 +00:00
|
|
|
Provides: perl <= %{epoch}:%{version}
|
|
|
|
|
|
|
|
# These provides are needed by the perl pkg itself with auto-generated perl.req
|
|
|
|
Provides: perl(VMS::Filespec)
|
|
|
|
Provides: perl(VMS::Stdio)
|
|
|
|
|
|
|
|
# XXX needed by perl-libnet
|
|
|
|
Provides: perl(Mac::Files)
|
|
|
|
|
|
|
|
# XXX needed by perl-CGI
|
|
|
|
Provides: perl(FCGI)
|
|
|
|
|
2004-09-09 10:02:23 +00:00
|
|
|
Provides: perl(abbrev.pl)
|
|
|
|
Provides: perl(assert.pl)
|
|
|
|
Provides: perl(bigfloat.pl)
|
2004-09-09 10:00:05 +00:00
|
|
|
Provides: perl(bigint.pl)
|
2004-09-09 10:02:23 +00:00
|
|
|
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)
|
2004-09-09 10:00:05 +00:00
|
|
|
Provides: perl(ftp.pl)
|
2004-09-09 10:02:23 +00:00
|
|
|
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)
|
2004-09-09 09:58:47 +00:00
|
|
|
|
2004-09-09 10:10:49 +00:00
|
|
|
Provides: perl(Carp::Heavy)
|
|
|
|
|
2004-09-09 09:58:47 +00:00
|
|
|
# These modules appear to be missing or break assumptions made by the
|
|
|
|
# dependency analysis tools. Typical problems include refering to
|
|
|
|
# CGI::Apache as Apache and having no package line in CPAN::Nox.pm. I
|
|
|
|
# hope that the perl people fix these to work with our dependency
|
|
|
|
# engine or give us better dependency tools.
|
|
|
|
#
|
|
|
|
# Provides: perl(Apache)
|
|
|
|
# Provides: perl(ExtUtils::MM_Mac)
|
|
|
|
# Provides: perl(ExtUtils::XSSymSet)
|
|
|
|
# Provides: perl(LWP::UserAgent)
|
|
|
|
# Provides: perl(URI::URL)
|
|
|
|
|
|
|
|
%description
|
2004-09-09 10:00:05 +00:00
|
|
|
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
|
2004-09-09 09:58:47 +00:00
|
|
|
different things, Perl's most common applications are system
|
2004-09-09 10:00:05 +00:00
|
|
|
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.
|
2004-09-09 09:58:47 +00:00
|
|
|
|
|
|
|
Install this package if you want to program in Perl or enable your
|
|
|
|
system to handle Perl scripts.
|
|
|
|
|
2004-09-09 10:02:23 +00:00
|
|
|
%if %{suidperl}
|
2004-09-09 10:00:42 +00:00
|
|
|
%package suidperl
|
|
|
|
Version: %{perlver}
|
2004-09-09 10:08:44 +00:00
|
|
|
Release: %{perlrel}.1
|
2004-09-09 10:00:42 +00:00
|
|
|
Summary: suidperl, for use with setuid perl scripts
|
|
|
|
Group: Development/Languages
|
|
|
|
Requires: perl = %{perlepoch}:%{perlver}-%{perlrel}
|
|
|
|
|
|
|
|
%description suidperl
|
|
|
|
suidperl is a setuid binary copy of perl that allows for (hopefully)
|
|
|
|
more secure running of setuid perl scripts.
|
2004-09-09 10:02:23 +00:00
|
|
|
%endif
|
2004-09-09 10:00:42 +00:00
|
|
|
|
2004-09-09 09:58:47 +00:00
|
|
|
%prep
|
2005-01-17 22:50:34 +00:00
|
|
|
%setup -q -n perl-5.8.6
|
2004-09-09 10:04:33 +00:00
|
|
|
%patch5 -p1
|
2004-09-09 10:10:20 +00:00
|
|
|
# %%patch8 -p1
|
2004-09-09 10:07:13 +00:00
|
|
|
%patch11 -p1
|
2004-09-09 10:08:44 +00:00
|
|
|
%patch12 -p1
|
2004-09-09 10:10:53 +00:00
|
|
|
%patch13 -p1
|
2004-10-01 16:42:25 +00:00
|
|
|
%patch14 -p1
|
2004-09-09 10:01:58 +00:00
|
|
|
|
2004-09-09 10:04:33 +00:00
|
|
|
%patch17 -p1
|
2004-09-09 09:58:47 +00:00
|
|
|
|
2004-09-09 10:04:33 +00:00
|
|
|
%patch19 -p1
|
|
|
|
%patch21 -p1
|
2004-09-09 10:10:11 +00:00
|
|
|
%patch23 -p1
|
|
|
|
%patch24 -p1
|
2004-09-09 10:00:42 +00:00
|
|
|
|
2004-09-09 10:04:33 +00:00
|
|
|
%patch100 -p1
|
2004-09-09 10:04:03 +00:00
|
|
|
|
2004-09-09 10:04:11 +00:00
|
|
|
%ifarch %{multilib_64_archs}
|
2004-09-09 10:04:33 +00:00
|
|
|
%patch101 -p1
|
2004-09-09 10:04:03 +00:00
|
|
|
%endif
|
|
|
|
|
2004-12-01 18:53:51 +00:00
|
|
|
%patch32002 -p1
|
|
|
|
|
2004-09-09 09:58:47 +00:00
|
|
|
find . -name \*.orig -exec rm -fv {} \;
|
|
|
|
|
|
|
|
%build
|
2004-09-09 10:02:23 +00:00
|
|
|
|
|
|
|
echo "RPM Build arch: %{_arch}"
|
|
|
|
|
2004-09-09 09:58:47 +00:00
|
|
|
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
|
2004-09-09 10:04:03 +00:00
|
|
|
|
|
|
|
# yes; don't use %_libdir so that noarch packages from other OSs
|
|
|
|
# arches work correctly :\ the Configure lines below hardcode lib for
|
|
|
|
# similar reasons.
|
|
|
|
|
2004-09-09 10:04:11 +00:00
|
|
|
%ifarch %{multilib_64_archs}
|
2004-09-09 10:04:03 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/usr/lib/perl5/%{perlver}
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/usr/lib/perl5/site_perl/%{perlver}
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/usr/lib/perl5/vendor_perl/%{perlver}
|
|
|
|
%endif
|
|
|
|
|
2004-09-09 09:58:47 +00:00
|
|
|
sh Configure -des -Doptimize="$RPM_OPT_FLAGS" \
|
2005-01-17 22:50:34 +00:00
|
|
|
-Dversion=5.8.6 \
|
2004-09-09 10:02:23 +00:00
|
|
|
-Dmyhostname=localhost \
|
|
|
|
-Dperladmin=root@localhost \
|
2004-09-09 09:58:47 +00:00
|
|
|
-Dcc='%{__cc}' \
|
2004-09-09 10:00:05 +00:00
|
|
|
-Dcf_by='Red Hat, Inc.' \
|
2004-09-09 09:58:47 +00:00
|
|
|
-Dinstallprefix=$RPM_BUILD_ROOT%{_prefix} \
|
|
|
|
-Dprefix=%{_prefix} \
|
2004-09-09 10:04:11 +00:00
|
|
|
%ifarch %{multilib_64_archs}
|
2004-09-09 10:04:03 +00:00
|
|
|
-Dlibpth="/usr/local/lib64 /lib64 /usr/lib64" \
|
|
|
|
-Dprivlib="/usr/lib/perl5/%{version}" \
|
|
|
|
-Dsitelib="/usr/lib/perl5/site_perl/%{version}" \
|
|
|
|
-Dvendorlib="/usr/lib/perl5/vendor_perl/%{version}" \
|
|
|
|
-Darchlib="%{_libdir}/perl5/%{perlver}/%{_arch}-%{_os}%{thread_arch}" \
|
2004-09-09 10:08:44 +00:00
|
|
|
-Dsitearch="%{_libdir}/perl5/site_perl/%{perlver}/%{_arch}-%{_os}%{thread_arch}" \
|
2004-09-09 10:04:03 +00:00
|
|
|
-Dvendorarch="%{_libdir}/perl5/vendor_perl/%{perlver}/%{_arch}-%{_os}%{thread_arch}" \
|
|
|
|
%endif
|
2004-09-09 09:58:47 +00:00
|
|
|
-Darchname=%{_arch}-%{_os} \
|
|
|
|
%ifarch sparc
|
|
|
|
-Ud_longdbl \
|
2004-09-09 10:00:05 +00:00
|
|
|
%endif
|
2004-09-09 10:00:42 +00:00
|
|
|
-Dvendorprefix=%{_prefix} \
|
|
|
|
-Dsiteprefix=%{_prefix} \
|
2004-09-09 10:02:23 +00:00
|
|
|
-Duseshrplib \
|
|
|
|
%if %threading
|
|
|
|
-Dusethreads \
|
|
|
|
-Duseithreads \
|
|
|
|
%else
|
2004-09-09 10:00:05 +00:00
|
|
|
-Uusethreads \
|
|
|
|
-Uuseithreads \
|
2004-09-09 10:02:23 +00:00
|
|
|
%endif
|
|
|
|
%if %largefiles
|
|
|
|
-Duselargefiles \
|
|
|
|
%else
|
2004-09-09 10:00:05 +00:00
|
|
|
-Uuselargefiles \
|
2004-09-09 10:02:23 +00:00
|
|
|
%endif
|
2004-09-09 09:58:47 +00:00
|
|
|
-Dd_dosuid \
|
|
|
|
-Dd_semctl_semun \
|
|
|
|
-Di_db \
|
2004-09-09 10:02:23 +00:00
|
|
|
-Ui_ndbm \
|
2004-09-09 09:58:47 +00:00
|
|
|
-Di_gdbm \
|
|
|
|
-Di_shadow \
|
|
|
|
-Di_syslog \
|
|
|
|
-Dman3ext=3pm \
|
2004-09-09 10:02:23 +00:00
|
|
|
-Duseperlio \
|
|
|
|
-Dinstallusrbinperl \
|
|
|
|
-Ubincompat5005 \
|
|
|
|
-Uversiononly \
|
2004-09-09 10:07:13 +00:00
|
|
|
-Dpager='/usr/bin/less -isr' \
|
2004-10-12 13:25:27 +00:00
|
|
|
-Dinc_version_list='%{perlmodcompat}'
|
2004-09-09 10:00:05 +00:00
|
|
|
|
2004-09-09 09:58:47 +00:00
|
|
|
make -f Makefile
|
|
|
|
|
2004-09-09 10:06:59 +00:00
|
|
|
make -f Makefile test < /dev/null || /bin/true
|
2004-09-09 10:00:05 +00:00
|
|
|
|
2004-09-09 09:58:47 +00:00
|
|
|
%install
|
|
|
|
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
|
|
|
|
mkdir -p $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
make install -f Makefile
|
2004-09-09 10:00:42 +00:00
|
|
|
|
2004-09-09 10:08:44 +00:00
|
|
|
pushd $RPM_BUILD_ROOT/%{_libdir}/perl5
|
2004-10-12 13:25:27 +00:00
|
|
|
for i in %{perlmodcompat}; do
|
|
|
|
mkdir -pm 755 $i/%{_arch}-%{_os}%{thread_arch}/CORE
|
|
|
|
mkdir -pm 755 $i/%{_arch}-%{_os}%{thread_arch}/auto
|
|
|
|
pushd $i/%{_arch}-%{_os}%{thread_arch}/CORE
|
|
|
|
ln -s ../../../%{perlver}/%{_arch}-%{_os}%{thread_arch}/CORE/libperl.so libperl.so
|
2004-10-12 10:45:52 +00:00
|
|
|
popd
|
|
|
|
done
|
2004-09-09 10:07:13 +00:00
|
|
|
popd
|
|
|
|
|
2004-09-09 10:04:11 +00:00
|
|
|
%ifarch %{multilib_64_archs}
|
2004-09-09 10:04:03 +00:00
|
|
|
mkdir -p ${RPM_BUILD_ROOT}/usr/lib64/perl5/vendor_perl/%{perlver}/%{_arch}-%{_os}
|
|
|
|
%endif
|
2004-09-09 10:00:42 +00:00
|
|
|
|
2004-09-09 09:58:47 +00:00
|
|
|
mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
|
|
|
|
install -m 755 utils/pl2pm ${RPM_BUILD_ROOT}%{_bindir}/pl2pm
|
|
|
|
|
2004-09-09 10:00:05 +00:00
|
|
|
# build MANIFEST.all
|
|
|
|
|
2004-09-09 10:06:59 +00:00
|
|
|
%define new_perl_lib $RPM_BUILD_ROOT%{_libdir}/perl5/%{perlver}:$RPM_BUILD_ROOT/usr/lib/perl5/%{perlver}
|
|
|
|
%define comp_perl_lib $RPM_BUILD_ROOT/usr/lib/perl5/%{perlver}:$RPM_BUILD_ROOT/usr/lib/perl5/%{perlver}
|
|
|
|
%define new_arch_lib $RPM_BUILD_ROOT%{_libdir}/perl5/%{perlver}/%{_arch}-%{_os}%{thread_arch}
|
|
|
|
%define comp_arch_lib $RPM_BUILD_ROOT/usr/lib/perl5/%{perlver}/%{_arch}-%{_os}%{thread_arch}
|
|
|
|
|
|
|
|
%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}
|
2004-09-09 10:02:23 +00:00
|
|
|
%define new_perl %{new_perl_flags} $RPM_BUILD_ROOT/%{_bindir}/perl
|
|
|
|
|
2004-09-09 10:06:59 +00:00
|
|
|
for i in asm/termios.h syscall.h syslimits.h syslog.h sys/ioctl.h sys/socket.h sys/time.h wait.h
|
|
|
|
do
|
|
|
|
%{new_perl} $RPM_BUILD_ROOT/%{_bindir}/h2ph -a \
|
|
|
|
-d $RPM_BUILD_ROOT%{_libdir}/perl5/%{perlver}/%{_arch}-%{_os}%{thread_arch} $i || /bin/true
|
|
|
|
done
|
|
|
|
|
|
|
|
%{new_perl} -p -i -e "s|$RPM_BUILD_ROOT||g;" %{new_arch_lib}/Config.pm
|
|
|
|
|
2004-09-09 10:10:11 +00:00
|
|
|
for dir in $(%{new_perl} -le 'print join("\n", @INC)' | grep '^/usr/lib')
|
|
|
|
do
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/$dir
|
|
|
|
done
|
|
|
|
|
2004-09-09 10:08:44 +00:00
|
|
|
for dir in $(%{new_perl} -le 'print join("\n", @INC)' | grep '^%{_libdir}')
|
|
|
|
do
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/$dir
|
|
|
|
done
|
|
|
|
|
2004-10-12 13:25:27 +00:00
|
|
|
for i in %{perlver} %{perlmodcompat} ; do
|
|
|
|
mkdir -pm 755 $RPM_BUILD_ROOT%{_libdir}/perl5/site_perl/$i/%{_arch}-%{_os}%{thread_arch}/auto
|
|
|
|
mkdir -pm 755 $RPM_BUILD_ROOT%{_libdir}/perl5/vendor_perl/$i/%{_arch}-%{_os}%{thread_arch}/auto
|
|
|
|
done
|
|
|
|
|
|
|
|
|
2004-09-09 10:07:13 +00:00
|
|
|
%ifarch %{multilib_64_archs}
|
|
|
|
mkdir -pm 755 $RPM_BUILD_ROOT/usr/lib/perl5/site_perl/%{perlver}
|
|
|
|
mkdir -pm 755 $RPM_BUILD_ROOT/usr/lib/perl5/vendor_perl/%{perlver}
|
|
|
|
%endif
|
|
|
|
|
2004-09-09 10:06:59 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_libdir}/perl5/%{perlver}/Net
|
|
|
|
install -m 0644 %{SOURCE12} $RPM_BUILD_ROOT/%{_libdir}/perl5/%{perlver}/Net/libnet.cfg
|
2004-09-09 10:04:03 +00:00
|
|
|
|
|
|
|
find $RPM_BUILD_ROOT -name '*HiRes*' | xargs rm -rfv
|
|
|
|
find $RPM_BUILD_ROOT -name '*Filter*' | xargs rm -rfv
|
|
|
|
find $RPM_BUILD_ROOT -name '*NDBM*' | xargs rm -rfv
|
|
|
|
|
2004-10-12 13:25:27 +00:00
|
|
|
find $RPM_BUILD_ROOT -type f -name '*.bs' -a -empty -exec rm -f {} ';'
|
|
|
|
|
2004-09-09 10:04:03 +00:00
|
|
|
find $RPM_BUILD_ROOT -type f -or -type l > MANIFEST.all
|
|
|
|
find $RPM_BUILD_ROOT -type d -printf "%%%%dir %p\n" >> MANIFEST.all
|
2004-09-09 10:00:05 +00:00
|
|
|
|
2004-09-09 10:02:23 +00:00
|
|
|
%{new_perl} -i -p -e "s|$RPM_BUILD_ROOT||g;" MANIFEST.all
|
2004-10-12 16:42:58 +00:00
|
|
|
|
|
|
|
# add .gz to all the entries in the man directories. necessary since
|
|
|
|
# brp-compress takes place after the manifest is built but the %files
|
|
|
|
# section must match what it ends up renaming files into
|
|
|
|
%{new_perl} -i -p -e 's((^/usr/share/man/.*))($1.gz)g' MANIFEST.all
|
|
|
|
|
2004-09-09 10:00:05 +00:00
|
|
|
cp MANIFEST.all /tmp
|
|
|
|
|
2004-09-09 10:06:59 +00:00
|
|
|
for i in %{SOURCE10}
|
2004-09-09 10:00:05 +00:00
|
|
|
do
|
2004-09-09 10:04:11 +00:00
|
|
|
%{new_perl} %{SOURCE1} %{_arch} $i MANIFEST.all MANIFEST.all.tmp %{_libdir} %{thread_arch}
|
2004-09-09 10:00:05 +00:00
|
|
|
mv MANIFEST.all.tmp MANIFEST.all
|
|
|
|
done
|
|
|
|
|
2004-09-09 10:02:23 +00:00
|
|
|
%if %{suidperl}
|
2004-09-09 10:04:11 +00:00
|
|
|
%{new_perl} %{SOURCE1} %{_arch} %{SOURCE9} MANIFEST.all MANIFEST.all.tmp %{_libdir} %{thread_arch}
|
2004-09-09 10:02:23 +00:00
|
|
|
mv MANIFEST.all.tmp MANIFEST.all
|
|
|
|
%endif
|
2004-09-09 10:00:42 +00:00
|
|
|
|
2004-09-09 09:58:47 +00:00
|
|
|
# fix the rest of the stuff
|
2004-10-12 13:25:27 +00:00
|
|
|
find $RPM_BUILD_ROOT%{_libdir}/perl* \
|
|
|
|
-name .packlist -o -name perllocal.pod -o -name config.h | \
|
|
|
|
%{new_perl_flags} xargs $RPM_BUILD_ROOT/%{_bindir}/perl -I lib/ -i -p -e "s|$RPM_BUILD_ROOT||g;" MANIFEST.all
|
2004-09-09 09:58:47 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2004-09-09 10:00:05 +00:00
|
|
|
%files -f MANIFEST.all
|
2004-10-12 13:25:27 +00:00
|
|
|
%defattr(-,root,root,-)
|
2004-09-09 09:58:47 +00:00
|
|
|
|
2004-09-09 10:02:23 +00:00
|
|
|
%if %{suidperl}
|
2004-09-09 10:00:42 +00:00
|
|
|
%files -f %{SOURCE9} suidperl
|
2004-10-12 13:25:27 +00:00
|
|
|
%defattr(-,root,root,-)
|
2004-09-09 10:02:23 +00:00
|
|
|
%endif
|
2004-09-09 10:00:42 +00:00
|
|
|
|
2004-09-09 09:58:47 +00:00
|
|
|
%changelog
|
2005-01-18 17:20:19 +00:00
|
|
|
* Tue Jan 18 2005 Chip Turner <cturner@redhat.com> - 3:5.8.6-2
|
|
|
|
- bugzilla: 145448, fix invalid utf8 in changelog
|
|
|
|
|
2005-01-18 17:17:29 +00:00
|
|
|
* Tue Jan 18 2005 Chip Turner <cturner@redhat.com> - 3:5.8.6-1
|
|
|
|
- bugzilla: 145447, add 5.8.5 to perlmodcompat list
|
|
|
|
|
2005-01-17 22:50:34 +00:00
|
|
|
* Mon Jan 17 2005 Chip Turner <cturner@redhat.com> - 3:5.8.6-1
|
|
|
|
- update to 5.8.6
|
|
|
|
|
2004-12-01 19:22:53 +00:00
|
|
|
* Wed Dec 1 2004 Chip Turner <cturner@redhat.com> 3:5.8.5-13
|
|
|
|
- rebuild
|
|
|
|
|
2004-12-01 18:53:51 +00:00
|
|
|
* Wed Dec 1 2004 Chip Turner <cturner@redhat.com> 3:5.8.5-11
|
|
|
|
- bugzilla: 140563, nptl doesn't act like linuxthreads; threads have no PIDs
|
|
|
|
|
2004-11-13 00:07:56 +00:00
|
|
|
* Thu Nov 11 2004 Jeff Johnson <jbj@jbj.org> 3:5.8.5-10
|
|
|
|
- rebuild against db-4.3.21.
|
|
|
|
|
2004-10-12 13:25:27 +00:00
|
|
|
* Tue Oct 12 2004 Jose Pedro Oliveira <jpo@di.uminho.pt>
|
|
|
|
- Corrected the license information (missing GPL).
|
|
|
|
- Added the URL tag.
|
|
|
|
- Removed empty .bs files.
|
|
|
|
- Eliminated several strip generated messages (bug 127025).
|
|
|
|
- Corrected problems mentioned in bug 120772
|
2005-01-18 17:20:19 +00:00
|
|
|
(updated Ville Skytta)
|
2004-10-12 13:25:27 +00:00
|
|
|
|
|
|
|
* Tue Oct 12 2004 Chip Turner <cturner@redhat.com>
|
2004-10-12 10:45:52 +00:00
|
|
|
- bugzilla: 135303, add more missing 5.8.4 paths
|
|
|
|
|
2004-10-11 12:59:26 +00:00
|
|
|
* Mon Oct 11 2004 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Build requires groff (bug #135101).
|
|
|
|
|
2004-10-05 16:11:00 +00:00
|
|
|
* Tue Oct 5 2004 Chip Turner <cturner@redhat.com> 3:5.8.5-7
|
|
|
|
- update perlbug patch to strip build date as well
|
|
|
|
|
2004-09-09 10:10:53 +00:00
|
|
|
* Mon Aug 23 2004 Chip Turner <cturner@redhat.com> 3:5.8.5-2
|
|
|
|
- fix conflicting file when building on x86_64 and i386
|
|
|
|
|
2004-09-09 10:10:49 +00:00
|
|
|
* Sat Jul 24 2004 Chip Turner <cturner@redhat.com> 3:5.8.5-1
|
2004-10-12 13:25:27 +00:00
|
|
|
- Add Provides: Carp::Heavy to fix new dep error (bz 128507)
|
2004-09-09 10:10:49 +00:00
|
|
|
|
2004-09-09 10:10:33 +00:00
|
|
|
* Thu Jul 22 2004 Chip Turner <cturner@redhat.com> 3:5.8.5-1
|
|
|
|
- update to 5.8.5
|
|
|
|
|
2004-09-09 10:10:20 +00:00
|
|
|
* Mon Jun 28 2004 Chip Turner <cturner@redhat.com> 3:5.8.4-1
|
|
|
|
- update to 5.8.4, remove patch 8
|
|
|
|
|
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 10:10:11 +00:00
|
|
|
* Thu Apr 15 2004 Chip Turner <cturner@redhat.com> 3:5.8.3-18
|
|
|
|
- add patch to fix empty RPATH issue on perl module compile
|
|
|
|
|
|
|
|
* Sat Apr 03 2004 Colin Walters <walters@redhat.com> 3:5.8.3-17
|
|
|
|
- Apply patch to fix FindBin module when access to cwd is disallowed,
|
|
|
|
should solve the MRTG/SELinux cron spam issue
|
|
|
|
|
|
|
|
* Tue Mar 23 2004 Chip Turner <cturner@redhat.com> 3:5.8.3-14
|
|
|
|
- make sure multilib boxes also own the entries in @INC that are in /usr/lib, not just %_libdir
|
|
|
|
|
2004-09-09 10:08:44 +00:00
|
|
|
* Tue Mar 9 2004 Chip Turner <cturner@redhat.com> 3:5.8.3-%{perlrel}.1
|
|
|
|
- fix i386-specifics in %%install to arch generic
|
|
|
|
|
|
|
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Wed Feb 25 2004 Chip Turner <cturner@redhat.com> 3:5.8.3-10
|
|
|
|
- add perl(:MODULE_COMPAT_*) provides; make sure all of @INC is owned by perl package
|
|
|
|
|
|
|
|
* Thu Feb 19 2004 Chip Turner <cturner@redhat.com> 3:5.8.3-8
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
* Thu Feb 19 2004 Chip Turner <cturner@redhat.com> 3:5.8.3-7.9.rhl9
|
|
|
|
- rebuild
|
|
|
|
|
2004-10-12 13:25:27 +00:00
|
|
|
patch for perl 5.8.4).
|
|
|
|
|
2004-09-09 10:08:44 +00:00
|
|
|
* Thu Feb 19 2004 Chip Turner <cturner@redhat.com> 3:5.8.3-7.10.fc1
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
* Sun Feb 15 2004 Chip Turner <cturner@redhat.com> 3:5.8.3-6
|
|
|
|
- fix very broken @INC calculations with slightly less broken @INC
|
|
|
|
calculations (not perfectly handled but the result is correct)
|
|
|
|
- fix broken -Dsitearch declaration
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 10:07:13 +00:00
|
|
|
* Wed Jan 28 2004 Chip Turner <cturner@redhat.com> 3:5.8.3-5
|
|
|
|
- update incpush patch to better handle multilib
|
|
|
|
|
|
|
|
* Fri Jan 23 2004 Chip Turner <cturner@redhat.com> 3:5.8.3-2
|
|
|
|
- add a dependency filter on perl(Tie::RangeHash)
|
|
|
|
|
|
|
|
* Thu Jan 22 2004 Chip Turner <cturner@redhat.com> 3:5.8.3-7
|
|
|
|
- upgrade to 5.8.3
|
|
|
|
|
|
|
|
* Mon Dec 15 2003 Chip Turner <cturner@redhat.com> 3:5.8.2-7
|
|
|
|
- fix @INC so that all dirs go into it, not just those that exist at buildtime in the build system
|
|
|
|
|
|
|
|
* Sat Dec 13 2003 Jeff Johnson <jbj@jbj.org> 3:5.8.2-4
|
|
|
|
- rebuild against db-4.2.52.
|
|
|
|
|
|
|
|
* Sun Dec 7 2003 Ville Skyttä <ville.skytta at iki.fi> - 3:5.8.2-3
|
|
|
|
- Own site and vendor auto directories (#73970).
|
|
|
|
|
|
|
|
* Wed Dec 3 2003 Chip Turner <cturner@redhat.com> 3:5.8.2-2
|
|
|
|
- upgrade to 5.8.2
|
|
|
|
|
|
|
|
* Fri Oct 31 2003 Chip Turner <cturner@redhat.com> 3:5.8.1-92
|
|
|
|
- remove Vendor and Distribution macros from specfile (#108567)
|
|
|
|
|
2004-09-09 10:06:59 +00:00
|
|
|
* Wed Oct 15 2003 Chip Turner <cturner@redhat.com> 3:5.8.1-92
|
|
|
|
- add srand on fork patch from upstream, as well as test case
|
|
|
|
|
2004-09-09 10:07:13 +00:00
|
|
|
* Mon Oct 13 2003 Jeff Johnson <jbj@jbj.org> 3:5.8.1-91.1
|
|
|
|
- rebuild against db-4.2.42.
|
|
|
|
|
2004-09-09 10:06:59 +00:00
|
|
|
* Thu Sep 25 2003 Chip Turner <cturner@redhat.com> 3:5.8.1-91
|
|
|
|
- perl 5.8.1 final
|
|
|
|
|
|
|
|
* Mon Sep 22 2003 Chip Turner <cturner@redhat.com> 3:5.8.1-90.rc5.3
|
|
|
|
- ensure inc_version_list is always set properly
|
|
|
|
|
|
|
|
* Mon Sep 22 2003 Chip Turner <cturner@redhat.com>
|
|
|
|
- update to RC5
|
|
|
|
|
|
|
|
* Wed Aug 20 2003 Chip Turner <cturner@redhat.com> 3:5.8.1-90.rc4.2
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
* Wed Aug 6 2003 Chip Turner <cturner@redhat.com>
|
|
|
|
- bugzilla 101767, make sure threads.so links directly to -lpthread
|
|
|
|
|
|
|
|
* Fri Aug 1 2003 Chip Turner <cturner@redhat.com> 3:5.8.1-90.rc2.1
|
|
|
|
- RC4
|
|
|
|
- remove perl-5.8.0-fhs.patch since it is integrated now
|
|
|
|
- remove perl-5.8.0-Safe2.09.patch, unnecessary now
|
|
|
|
|
|
|
|
* Fri Jul 11 2003 Chip Turner <cturner@redhat.com> 3:5.8.1-90.rc2.1
|
|
|
|
- rc2 snapshot
|
|
|
|
|
|
|
|
* Thu Jul 10 2003 Chip Turner <cturner@redhat.com> 3:5.8.0-90.rc1
|
|
|
|
- upgrade to 5.8.1 RC1
|
|
|
|
|
|
|
|
* Mon Jul 7 2003 Chip Turner <cturner@redhat.com> 3:5.8.0-89.pre%{PRELEVEL}.0
|
|
|
|
- integrate another pre-5.8.1 release
|
|
|
|
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Mon May 19 2003 Chip Turner <cturner@redhat.com> 3:5.8.0-89.pre%{PRELEVEL}.0
|
|
|
|
- bump epoch since we went from perl 5.8.1-pre to 5.8.0-pre (ie,
|
|
|
|
changed what version perl thought of itself as)
|
|
|
|
|
|
|
|
* Mon May 5 2003 Chip Turner <cturner@redhat.com> 2:5.8.1-0.pre%{PRELEVEL}.3
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
* Thu May 1 2003 Chip Turner <cturner@redhat.com>
|
|
|
|
- bump for rebuilg
|
|
|
|
|
|
|
|
* Sun Apr 27 2003 Chip Turner <cturner@redhat.com> 2:5.8.1-0.pre%{PRELEVEL}.1
|
|
|
|
- fix the fix for RPM_BUILD_ROOT substitution
|
|
|
|
|
|
|
|
* Tue Apr 22 2003 Chip Turner <cturner@redhat.com> 2:5.8.1-0.pre%{PRELEVEL}.3
|
|
|
|
- fix Config.pm; lost when h2ph changes made
|
|
|
|
|
|
|
|
* Thu Apr 17 2003 Chip Turner <cturner@redhat.com> 2:5.8.1-0.pre%{PRELEVEL}
|
|
|
|
- move to latest snapshot, 19261
|
2004-09-09 10:04:33 +00:00
|
|
|
|
2004-09-09 10:04:11 +00:00
|
|
|
* Tue Feb 18 2003 Chip Turner <cturner@redhat.com>
|
|
|
|
- fix MANIFEST.DB_File handling for #83410; problem was unsubstituted
|
|
|
|
%{_libdir} that crept in with multilib
|
|
|
|
|
|
|
|
* Tue Feb 18 2003 Bill Nottingham <notting@redhat.com> 5.8.0-87
|
|
|
|
- clean up backup files from patches (#82838)
|
|
|
|
|
|
|
|
* Wed Feb 05 2003 Elliot Lee <sopwith@redhat.com> 5.8.0-86
|
|
|
|
- Fix up multilib handling to use multilib_64_archs macro, add ppc64.
|
|
|
|
- Patch100 probably makes sense on all archs, and ifarch'd patches are Bad(tm).
|
|
|
|
|
|
|
|
* Mon Jan 27 2003 Chip Turner <cturner@redhat.com>
|
|
|
|
- version the Obsoleted on perl-NDBM_File so users can install newer
|
|
|
|
- change the Obsoletes on NDBM_File to a Conflicts
|
|
|
|
ones than what shipped with 7.3, yet still keep anaconda happy
|
|
|
|
|
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Thu Jan 9 2003 Chip Turner <cturner@redhat.com>
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
* Sat Jan 4 2003 Jeff Johnson <jbj@redhat.com> 5.8.0-82
|
|
|
|
- use internal dep generator.
|
|
|
|
|
|
|
|
* Thu Jan 2 2003 Chip Turner <cturner@redhat.com>
|
|
|
|
- fix issue with -Dpager in Pod::Perldoc.pm to properly respect setting once more
|
|
|
|
|
|
|
|
* Tue Dec 31 2002 Chip Turner <cturner@redhat.com>
|
|
|
|
- add rpath fix to prevent building perl from using installed system perl
|
|
|
|
- massive re-integration of upstream patches to come to common basis (head of perl-maint branch)
|
|
|
|
|
|
|
|
* Mon Dec 16 2002 Chip Turner <cturner@redhat.com>
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
* Sun Dec 15 2002 Chip Turner <cturner@redhat.com>
|
|
|
|
- add numerous upstream patches to fix utf8/perlio issues
|
|
|
|
- upgrade Storable, Safe, and Encoding to latest CPAN versions
|
|
|
|
|
2004-09-09 10:04:03 +00:00
|
|
|
* Thu Nov 7 2002 Chip Turner <cturner@redhat.com>
|
|
|
|
- multilib support when building noarch perl modules
|
|
|
|
- integrate upstream bugfix patches
|
|
|
|
|
|
|
|
* Tue Sep 10 2002 Chip Turner <cturner@redhat.com>
|
|
|
|
- integrate patch for /usr/lib64 instead of /usr/lib from Than Ngo
|
|
|
|
|
|
|
|
* Mon Sep 9 2002 Chip Turner <cturner@redhat.com>
|
|
|
|
- integrate s390/s390x patch from Florian La Roche
|
|
|
|
|
2004-09-09 10:03:13 +00:00
|
|
|
* Sun Sep 1 2002 Chip Turner <cturner@redhat.com>
|
|
|
|
- fix pager issues; default to /usr/bin/less -isr
|
|
|
|
- more work on pager bug (72125)
|
|
|
|
|
2004-09-09 10:02:59 +00:00
|
|
|
* Thu Aug 29 2002 Chip Turner <cturner@redhat.com>
|
|
|
|
- add a few new directories to h2ph to produce better .ph files
|
|
|
|
|
2004-09-09 10:02:36 +00:00
|
|
|
* Thu Aug 15 2002 Chip Turner <cturner@redhat.com>
|
|
|
|
- change from lynx to links in CPAN.pm
|
|
|
|
|
2004-09-09 10:02:23 +00:00
|
|
|
* Tue Aug 6 2002 Chip Turner <cturner@redhat.com>
|
|
|
|
- automated release bump and build
|
|
|
|
- remove Filter packages and use CPAN ones
|
|
|
|
|
|
|
|
* Fri Jul 19 2002 Chip Turner <cturner@redhat.com>
|
|
|
|
- move to final perl 5.8.0, huzzah!
|
|
|
|
|
|
|
|
* Tue Jul 16 2002 Chip Turner <cturner@redhat.com>
|
|
|
|
- update CPAN, CGI, and DB_File versions; obsolete perl-libnet
|
|
|
|
- libnet.cfg supplied, default to passive ftp in all cases
|
|
|
|
|
|
|
|
* Tue Jun 18 2002 Chip Turner <cturner@redhat.com>
|
|
|
|
- add patch to ensire libperl.so is linked properly
|
|
|
|
|
|
|
|
* Mon May 20 2002 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- always build with -fPIC
|
2004-09-09 10:01:58 +00:00
|
|
|
|
2004-09-09 10:02:23 +00:00
|
|
|
* Thu May 9 2002 Jeff Johnson <jbj@redhat.com>
|
|
|
|
- rebuild in rawhide
|
2004-09-09 10:01:58 +00:00
|
|
|
|
2004-09-09 10:00:53 +00:00
|
|
|
* Sun Mar 31 2002 Chip Turner <cturner@redhat.com>
|
|
|
|
- split suidperl back out (bug #62215)
|
|
|
|
|
|
|
|
* Tue Mar 26 2002 Chip Turner <cturner@redhat.com>
|
2004-09-09 10:00:42 +00:00
|
|
|
- restructuring of some directories, alteration of @INC
|
2004-09-09 10:00:22 +00:00
|
|
|
|
2004-09-09 10:00:05 +00:00
|
|
|
* Thu Dec 20 2001 Chip Turner <cturner@redhat.com>
|
|
|
|
- remove ndbm completely
|
2004-09-09 09:59:44 +00:00
|
|
|
|
2004-09-09 10:00:05 +00:00
|
|
|
* Sun Dec 16 2001 Chip Turner <cturner@redhat.com>
|
|
|
|
- make rpmlint happy, split out NDBM_File, clean up other spots
|
|
|
|
- stopped doing grep -v etc in favor of custom script
|
2004-09-09 09:59:41 +00:00
|
|
|
|
2004-09-09 10:00:05 +00:00
|
|
|
* Wed Dec 12 2001 Chip Turner <cturner@redhat.com>
|
|
|
|
- cleaning up of ia64 issues, as well as compatibility with gcc 3.1
|
|
|
|
and glibc 2.2.4
|
2004-09-09 09:59:41 +00:00
|
|
|
|
2004-09-09 10:00:05 +00:00
|
|
|
* Mon Sep 24 2001 Chip Turner <cturner@redhat.com>
|
|
|
|
- changing building of extra modules out of the core perl rpm
|
2004-09-09 09:59:36 +00:00
|
|
|
|
2004-09-09 10:00:05 +00:00
|
|
|
* Mon Sep 17 2001 Chip Turner <cturner@redhat.com>
|
|
|
|
- upgrade to 5.6.1, added old INC dirs to maintain compat
|
2004-09-09 09:59:36 +00:00
|
|
|
|
2004-09-09 09:59:19 +00:00
|
|
|
* Fri Mar 23 2001 Preston Brown <pbrown@redhat.com>
|
|
|
|
- bzip2 source, save some space.
|
|
|
|
|
|
|
|
* Thu Dec 7 2000 Crutcher Dunnavant <crutcher@redhat.com>
|
|
|
|
- initial rebuild for 7.1
|
2004-09-09 09:59:00 +00:00
|
|
|
|
2004-09-09 09:58:50 +00:00
|
|
|
* Tue Sep 12 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- fix dependencies on ia64/sparc64
|
|
|
|
|
2004-09-09 09:58:47 +00:00
|
|
|
* Mon Aug 7 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- replace the deprecated MD5 with Digest::MD5 (has to be here for cleanfeed)
|
|
|
|
- obsolete: perl-Digest-MD5
|
|
|
|
- use syslog instead of mail to report possible attempts to break into suidperl
|
|
|
|
- force syslog on at build-time
|
|
|
|
|
|
|
|
* Mon Jul 31 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- add Owen's fix for #14779/#14863
|
|
|
|
- specify cc=%{__cc}; continue to let cpp sort itself out
|
|
|
|
- switch shadow support on (#8646)
|
|
|
|
- release 7
|
|
|
|
|
|
|
|
* Tue Jul 18 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- strip buildroot from perl pods (#14040)
|
|
|
|
- release 6
|
|
|
|
|
|
|
|
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
|
|
|
- automatic rebuild (release 5)
|
|
|
|
|
|
|
|
* Wed Jun 21 2000 Preston Brown <pbrown@redhat.com>
|
|
|
|
- don't require tcsh to install, only to build
|
|
|
|
- release 4
|
|
|
|
|
|
|
|
* Mon Jun 19 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- rebuild against new db3 package
|
|
|
|
- release 3
|
|
|
|
|
|
|
|
* Sat Jun 17 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- disable 64-bit file support
|
|
|
|
- change name of package that Perl expects gcc to be in from "egcs" to "gcc"
|
|
|
|
- move man pages to /usr/share via hints/linux.sh and MM_Unix.pm
|
|
|
|
- fix problems prefixifying with empty prefixes
|
|
|
|
- disable long doubles on sparc (they're the same as doubles anyway)
|
|
|
|
- add an Epoch to make sure we can upgrade from perl-5.00503
|
|
|
|
- release 2
|
|
|
|
|
|
|
|
* Thu Mar 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
- 2.6.0
|
|
|
|
|
|
|
|
* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- fix description
|
|
|
|
|
|
|
|
* Fri Jan 14 2000 Jeff Johnson <jbj@redhat.com>
|
|
|
|
- add provides for perl modules (from kestes@staff.mail.com).
|
|
|
|
|
|
|
|
* Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com>
|
2004-09-09 10:04:11 +00:00
|
|
|
- fix the %%install so that the MD5 module gets actually installed correctly
|
2004-09-09 09:58:47 +00:00
|
|
|
|
|
|
|
* Mon Aug 30 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- make sure the package builds even when we don't have perl installed on the
|
|
|
|
system
|
|
|
|
|
|
|
|
* Fri Aug 06 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- merged with perl-MD5
|
|
|
|
- get rid of the annoying $RPM_BUILD_ROOT paths in the installed tree
|
|
|
|
|
|
|
|
* Mon Jul 26 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- do not link anymore against the system db library (and make each module
|
|
|
|
link against it separately, so that we can have Berkeley db1 and db2 mixed
|
|
|
|
up)
|
|
|
|
|
|
|
|
* Wed Jun 16 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- use wildcards for files in /usr/bin and /usr/man
|
|
|
|
|
|
|
|
* Tue Apr 06 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- version 5.00503
|
|
|
|
- make the default man3 install dir be release independent
|
|
|
|
- try to link against db1 to preserve compatibility with older databases;
|
|
|
|
abandoned idea because perl is too broken to allow such an easy change
|
|
|
|
(hardcoded names *everywhere* !!!)
|
|
|
|
|
|
|
|
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- auto rebuild in the new build environment (release 3)
|
|
|
|
|
|
|
|
* Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- guilty of the inlined Makefile in the spec file
|
|
|
|
- adapted for the arm build
|
|
|
|
|
|
|
|
* Wed Sep 09 1998 Preston Brown <pbrown@redhat.com>
|
|
|
|
- added newer CGI.pm to the build
|
|
|
|
- changed the version naming scheme around to work with RPM
|
|
|
|
|
|
|
|
* Sun Jul 19 1998 Jeff Johnson <jbj@redhat.com>
|
|
|
|
- attempt to generate *.ph files reproducibly
|
|
|
|
|
|
|
|
* Mon Jun 15 1998 Jeff Johnson <jbj@redhat.com>
|
|
|
|
- update to 5.004_04-m4 (pre-5.005 maintenance release)
|
|
|
|
|
|
|
|
* Tue Jun 12 1998 Christopher McCrory <chrismcc@netus.com
|
|
|
|
- need stdarg.h from gcc shadow to fix "use Sys::Syslog" (problem #635)
|
|
|
|
|
|
|
|
* Fri May 08 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- added a patch to correct the .ph constructs unless defined (foo) to read
|
|
|
|
unless(defined(foo))
|
|
|
|
|
|
|
|
* Thu May 07 1998 Prospector System <bugs@redhat.com>
|
|
|
|
- translations modified for de, fr, tr
|
|
|
|
|
|
|
|
* Tue Mar 10 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- fixed strftime problem
|
|
|
|
|
|
|
|
* Sun Mar 08 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- added a patch to fix a security race
|
|
|
|
- do not use setres[ug]id - those are not implemented on 2.0.3x kernels
|
|
|
|
|
|
|
|
* Mon Mar 02 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- upgraded to 5.004_04 - 5.004_01 had some nasty memory leaks.
|
|
|
|
- fixed the spec file to be version-independent
|
|
|
|
|
|
|
|
* Fri Dec 05 1997 Erik Troan <ewt@redhat.com>
|
|
|
|
- Config.pm wasn't right do to the builtrooting
|
|
|
|
|
|
|
|
* Mon Oct 20 1997 Erik Troan <ewt@redhat.com>
|
|
|
|
- fixed arch-specfic part of spec file
|
|
|
|
|
|
|
|
* Sun Oct 19 1997 Erik Troan <ewt@redhat.com>
|
|
|
|
- updated to perl 5.004_01
|
|
|
|
- users a build root
|
|
|
|
|
|
|
|
* Thu Jun 12 1997 Erik Troan <ewt@redhat.com>
|
|
|
|
- built against glibc
|
|
|
|
|
|
|
|
* Tue Apr 22 1997 Erik Troan <ewt@redhat.com>
|
|
|
|
- Incorporated security patch from Chip Salzenberg <salzench@nielsenmedia.com>
|
|
|
|
|
|
|
|
* Fri Feb 07 1997 Erik Troan <ewt@redhat.com>
|
|
|
|
- Use -Darchname=i386-linux
|
|
|
|
- Require csh (for glob)
|
|
|
|
- Use RPM_ARCH during configuration and installation for arch independence
|