packages: perl-Coro/perl-Coro.spec - fixed path to perl binary
lisu
lisu at pld-linux.org
Fri Oct 7 15:04:21 CEST 2011
Author: lisu Date: Fri Oct 7 13:04:21 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- fixed path to perl binary
---- Files affected:
packages/perl-Coro:
perl-Coro.spec (1.22 -> 1.23)
---- Diffs:
================================================================
Index: packages/perl-Coro/perl-Coro.spec
diff -u packages/perl-Coro/perl-Coro.spec:1.22 packages/perl-Coro/perl-Coro.spec:1.23
--- packages/perl-Coro/perl-Coro.spec:1.22 Thu Oct 6 15:11:39 2011
+++ packages/perl-Coro/perl-Coro.spec Fri Oct 7 15:04:16 2011
@@ -24,6 +24,7 @@
BuildRequires: perl-Event >= 1.08
BuildRequires: perl-devel >= 1:5.8.2
BuildRequires: rpm-perlprov >= 4.1-13
+BuildRequires: sed >= 4.0
%if %{with tests}
BuildRequires: perl-Guard >= 0.5
BuildRequires: perl-Storable >= 2.15
@@ -46,6 +47,8 @@
%setup -q -n %{pnam}-%{version}
%patch0 -p1
+%{__sed} -i "s^/opt/bin/perl^%{_bindir}/perl^" Coro/jit*pl
+
%build
echo "y" | %{__perl} Makefile.PL \
INSTALLDIRS=vendor
@@ -87,6 +90,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.23 2011/10/07 13:04:16 lisu
+- fixed path to perl binary
+
Revision 1.22 2011/10/06 13:11:39 lisu
- updated to 6.06
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-Coro/perl-Coro.spec?r1=1.22&r2=1.23&f=u
More information about the pld-cvs-commit
mailing list