Hi,
I was having some problems compiling perl on my alpha. I found out that
in the
spec file a few files where "hardcoded" on architecture. I changed the
"i386"
into ${RPM_ARCH}, and now it compiles fine on my intel and alpha.
If no other strange effects are found due to this change (please test),
can
this change be implemented? I put the rpms (src, alpha and i686) in the
incoming directory of ftp.linux-mandrake.com.
Greetings,
Stefan van der Eijk
---
Name : perl Relocations: (not
relocateable)
Version : 5.00503 Vendor: MandrakeSoft
Release : 8mdk Build Date: Mon Nov 22
21:10:38 1999
Install date: (not installed) Build Host: stefan.eijk.nl
Group : Development/Languages Source RPM: (none)
Size : 3038021 License: GPL
Summary : The Perl programming language.
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 (and what it excels
at) are probably 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.
You need perl-base to have a full perl.
* Mon Nov 22 1999 Stefan van der Eijk <[EMAIL PROTECTED]>
- changed i386 into ${RPM_ARCH}
* Mon Oct 25 1999 Chmouel Boudjnah <[EMAIL PROTECTED]>
- Fix forget manpages from %files.
* Thu Oct 14 1999 Pixel <[EMAIL PROTECTED]>
- split in two packages
- removed csh dependencie
- merged redhat's spec (not everything)
* Mon Jul 12 1999 Chmouel Boudjnah <[EMAIL PROTECTED]>
- ln /usr/lib/perl5 to /usr/lib/perl5%{current_version}
- bzip2 manpages.
* Tue Apr 13 1999 Chmouel Boudjnah <[EMAIL PROTECTED]>
- Add patch from RedHat6.0.
- Update to 5.005_03
* Sat Apr 10 1999 Bernhard Rosenkraenzer <[EMAIL PROTECTED]>
- Mandrake adaptions
- bzip2 man/info pages
- handle RPM_OPT_FLAGS
- add de locale
* Thu Jan 07 1999 Cristian Gafton <[EMAIL PROTECTED]>
- guilty of the inlined Makefile in the spec file
- adapted for the arm build
* Wed Sep 09 1998 Preston Brown <[EMAIL PROTECTED]>
- added newer CGI.pm to the build
- changed the version naming scheme around to work with RPM
* Sun Jul 19 1998 Jeff Johnson <[EMAIL PROTECTED]>
- attempt to generate *.ph files reproducibly
* Mon Jun 15 1998 Jeff Johnson <[EMAIL PROTECTED]>
- update to 5.004_04-m4 (pre-5.005 maintenance release)
* Fri Jun 12 1998 Christopher McCrory <[EMAIL PROTECTED]
- need stdarg.h from gcc shadow to fix "use Sys::Syslog" (problem #635)
* Fri May 08 1998 Cristian Gafton <[EMAIL PROTECTED]>
- added a patch to correct the .ph constructs unless defined (foo) to
read
unless(defined(foo))