]> git.pld-linux.org Git - packages/cpan2rpm.git/commitdiff
- fix Makefile.PL to make correct makefile
authorMaciej Pijanka <agaran@pld-linux.org>
Sun, 30 Jul 2006 22:27:08 +0000 (22:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cpan2rpm-make.patch -> 1.1

cpan2rpm-make.patch [new file with mode: 0644]

diff --git a/cpan2rpm-make.patch b/cpan2rpm-make.patch
new file mode 100644 (file)
index 0000000..7f2e4cd
--- /dev/null
@@ -0,0 +1,12 @@
+diff -Nur cpan2rpm-2.028.ori/Makefile.PL cpan2rpm-2.028.mod/Makefile.PL
+--- cpan2rpm-2.028.ori/Makefile.PL     2003-01-31 21:51:38.000000000 +0100
++++ cpan2rpm-2.028.mod/Makefile.PL     2006-07-31 00:24:57.370626000 +0200
+@@ -32,7 +32,7 @@
+     my $block = $self->SUPER::processPL(@_);
+     # "Version:" in spec needs to match
+     # "$VERSION" from VERSION_FROM
+-    $block =~ s%(spec.PL\s*)$%$1 \$\(VERSION_FROM\)%m;
++    #$block =~ s%(spec.PL\s*)$%$1 \$\(VERSION_FROM\)%m;
+     $block;
+     }
This page took 0.063106 seconds and 4 git commands to generate.