]> git.pld-linux.org Git - packages/perl-Spreadsheet-Read.git/commitdiff
- fix perl paths auto/th/perl-Spreadsheet-Read-0.47-2
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 27 Dec 2012 09:30:05 +0000 (10:30 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Thu, 27 Dec 2012 09:30:05 +0000 (10:30 +0100)
- rel 2

perl-Spreadsheet-Read.spec

index 393b41dd8568eac5a9660b414c73d0fe859923a4..303bec90996e7ae2ffdc5637343fdab0d9aa1256 100644 (file)
@@ -7,7 +7,7 @@
 Summary:       Spreadsheet::Read - Read the data from a spreadsheet
 Name:          perl-Spreadsheet-Read
 Version:       0.47
-Release:       1
+Release:       2
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/Spreadsheet/%{pdir}-%{pnam}-%{version}.tgz
@@ -38,6 +38,9 @@ For SquirrelCalc there is a very simplistic built-in parser
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
+%{__sed} -i -e '/#!\/pro\/bin\/perl/d' Read.pm
+%{__sed} -i -e 's|/pro/bin/perl|%{_bindir}/perl|' examples/*
+
 %build
 AUTOMATED_TESTING=1 \
 %{__perl} Makefile.PL \
This page took 0.103311 seconds and 4 git commands to generate.