]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- new perl.prov
authorradek <radek@pld-linux.org>
Tue, 25 Feb 2003 22:45:50 +0000 (22:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-perl-macros.patch -> 1.28
    rpm-perlprov-regonly.patch -> 1.2

rpm-perl-macros.patch
rpm-perlprov-regonly.patch

index b560053739df222f5f24e0cb2eaf9aa37358ee92..a0df76109c4c3ae457f6a2d271e472cc5cc2fd97 100644 (file)
@@ -6,30 +6,6 @@
        sql.prov sql.req tcl.req tgpg trpm u_pkg.sh \
 +      find-perl-requires find-perl-provides \
        vpkg-provides.sh vpkg-provides2.sh
---- rpm-4.1/scripts/perl.prov.wiget    Fri Feb  1 16:20:26 2002
-+++ rpm-4.1/scripts/perl.prov  Wed Sep 18 23:50:15 2002
-@@ -47,7 +47,9 @@
- if ("@ARGV") {
-   foreach (@ARGV) {
--    process_file($_);
-+     if (! m=(/(doc|usr/src)/|\.(so|gz|ph|pod|h|html)$)=) {
-+      process_file($_);
-+    }
-   }
- } else {
-@@ -55,7 +57,9 @@
-   # contents of the file.
-   foreach (<>) {
--    process_file($_);
-+     if (! m=(/(doc|usr/src)/|\.(so|gz|ph|pod|h|html)$)=) {
-+      process_file($_);
-+    }
-   }
- }
 --- rpm-4.1/scripts/perl.req.wiget     Mon Jun  3 22:56:33 2002
 +++ rpm-4.1/scripts/perl.req   Wed Sep 18 23:50:15 2002
 @@ -1,4 +1,4 @@
index 0e691fbb57c5ed0fd87a52ae88cea4cf0c3dd458..742330c3942a9467ec7ebce1dc57cb03f854136f 100644 (file)
@@ -1,24 +1,3 @@
-diff -Nur rpm-4.0.2.orig/scripts/perl.prov rpm-4.0.2/scripts/perl.prov
---- rpm-4.0.2.orig/scripts/perl.prov   Thu Jan 24 15:17:27 2002
-+++ rpm-4.0.2/scripts/perl.prov        Thu Jan 24 16:04:16 2002
-@@ -48,7 +48,7 @@
- if ("@ARGV") {
-   foreach (@ARGV) {
-      if (! m=(/(doc|usr/src)/|\.(so|gz|ph|pod|h|html)$)=) {
--      process_file($_);
-+      process_file($_) if -f "$_";
-     }
-   }
- } else {
-@@ -58,7 +58,7 @@
-   foreach (<>) {
-      if (! m=(/(doc|usr/src)/|\.(so|gz|ph|pod|h|html)$)=) {
--      process_file($_);
-+      process_file($_) if -f "$_";
-     }
-   }
- }
 diff -Nur rpm-4.0.2.orig/scripts/perl.req rpm-4.0.2/scripts/perl.req
 --- rpm-4.0.2.orig/scripts/perl.req    Thu Jan 24 15:17:27 2002
 +++ rpm-4.0.2/scripts/perl.req Thu Jan 24 16:04:53 2002
This page took 0.314557 seconds and 4 git commands to generate.