X-Git-Url: http://git.pld-linux.org/?p=packages%2Frpm.git;a=blobdiff_plain;f=rpm-perl-macros.patch;h=1d09638388873b813cebea16cf0c88c90b1798ad;hp=dd1adf4552fab7f635a5aa080d51c355521ca7c7;hb=c7d5ed4c0e8eadf727054f30d256cb15eb722483;hpb=6ecfe7c2fd3e7c517e39a5d7b9635e7f36c41672 diff --git a/rpm-perl-macros.patch b/rpm-perl-macros.patch index dd1adf4..1d09638 100644 --- a/rpm-perl-macros.patch +++ b/rpm-perl-macros.patch @@ -11,13 +11,7 @@ python/Makefile --- rpm-5.3.1/scripts/perl.req.wiget 2008-10-26 10:50:53.000000000 +0100 +++ rpm-5.3.1/scripts/perl.req 2010-05-30 16:35:36.999438206 +0200 -@@ -1,4 +1,4 @@ --#!/usr/bin/perl -+#!@__PERL@ - - # RPM (and its source code) is covered under two separate licenses. - -@@ -41,7 +41,11 @@ +@@ -45,7 +45,11 @@ if ("@ARGV") { foreach (@ARGV) { @@ -30,7 +24,7 @@ } } else { -@@ -49,7 +53,11 @@ if ("@ARGV") { +@@ -53,7 +57,11 @@ # contents of the file. foreach (<>) { @@ -43,7 +37,7 @@ } } -@@ -215,19 +223,41 @@ sub process_file { +@@ -261,19 +269,41 @@ $module =~ s/\(\s*\)$//; @@ -95,8 +89,8 @@ }; -@@ -244,7 +274,31 @@ sub process_file { - # will be included with the name sys/systeminfo.ph so only use the +@@ -290,7 +320,31 @@ + # will be included with the name sys/systeminfo.ph so only use the # basename of *.ph files - ($module =~ m/\.ph$/) && next;