]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- more fixes in perl.req
authorpius <pius@pld-linux.org>
Thu, 4 Nov 1999 19:29:15 +0000 (19:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-perl-macros.patch -> 1.12
    rpm.spec -> 1.68

rpm-perl-macros.patch
rpm.spec

index 7f034e241ad845d1409154a587a638b6e450757e..e3bd72191719487873ce2e88ae0ebbda8b8f764d 100644 (file)
        next;
      }
  
-@@ -108,8 +120,20 @@
+@@ -108,8 +120,24 @@
        # will be included with the name sys/systeminfo.ph so only use the
        # basename of *.ph files
  
 +      ($module =~ m/Mac|OS2|MSDOS|Win32|VMS|vmsish/) && next;
 +
 +      # if the module ends with .pm strip it to leave only basename
++
++      ($module =~ m/\.pm$/) && ($module =~ s/\.pm//g);
++
++      # strip () from module name ( ex. Carp() )
 
-+      ($module =~ m/\.pm$/) && ($module =~ s!\.pm$!!g );
++      ($module =~m/\(\)$/) && ($module =~ s/\(\)//g);
  
        $require{$module}=$version;
        $line{$module}=$_;
index 23b5556e14a28fc0afbf80f0ad5286f78594900e..310cf5c5191b1f469cd36ad5080fb47aecb4a67c 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -2,7 +2,7 @@ Summary:        Red Hat & PLD Package Manager
 Summary(pl):   Aplikacja do zarzĀ±dzania pakietami
 Name:          rpm
 Version:       3.0.3
-Release:       15
+Release:       16
 Group:         Base
 Group(pl):     Podstawowe
 Copyright:     GPL
This page took 0.159343 seconds and 4 git commands to generate.