]> git.pld-linux.org Git - packages/rpm.git/blobdiff - rpm-perl_req-INC_dirs.patch
- add /etc/rpm/platform to prevent rpm picking arch from uname (fixes x32)
[packages/rpm.git] / rpm-perl_req-INC_dirs.patch
index c6db3cdedcf2d58f46df044dc8620af2ce497d79..f15d4010c867505cf5ef90b0668adc6c64962479 100644 (file)
@@ -1,11 +1,9 @@
 --- scripts/perl.req~  2004-04-16 13:27:10.000000000 +0200
 +++ scripts/perl.req   2004-04-26 23:54:42.128568344 +0200
-@@ -39,8 +39,19 @@
+@@ -39,9 +39,18 @@
+ eval { require version; $HAVE_VERSION = 1; };
  
- # by Ken Estes Mail.com kestes@staff.mail.com
  
-+
-+
 +# *inc variables are used to track dependencies on directories for modules.
 +# These directories (especially arch-dependent) are likely to change some day.
 +my @inc = sort { length $b cmp length $a }
 +    if (m=/usr/(sbin|bin|lib|lib64|libx32|share|X11R6/(lib|lib64|libx32|bin))/=) {
        if (! m=(/(doc|man|info|usr/src)/|\.(so|ph|h|html|pod)$)=) {
          process_file($_) if -f;
-@@ -53,8 +64,9 @@
+       }
+@@ -53,7 +64,9 @@
+ foreach $perlver (sort keys %perlreq) {
+   print "perl >= $perlver\n";
  }
- delete $require{the}; # don't count "use the sth" as perl module  
 +print "$_\n" for sort grep $inc{$_}, keys %inc;
++
 -foreach $module (sort keys %require) {
 +foreach my $module (sort grep length, keys %require) {
    if (length($require{$module}) == 0) {
-      if ($module =~ /^[0-9._]+$/) {
-        print "perl-base >= $module\n";
+     print "perl($module)\n";
+   } else {
This page took 0.02815 seconds and 4 git commands to generate.