From: lisu Date: Fri, 7 Oct 2011 13:04:16 +0000 (+0000) Subject: - fixed path to perl binary X-Git-Tag: auto/th/perl-Coro-6_06-2~1 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=156477a539edaac10be53d9a471c27def1d49556;p=packages%2Fperl-Coro.git - fixed path to perl binary Changed files: perl-Coro.spec -> 1.23 --- diff --git a/perl-Coro.spec b/perl-Coro.spec index e14ec52..16023bb 100644 --- a/perl-Coro.spec +++ b/perl-Coro.spec @@ -23,6 +23,7 @@ BuildRequires: perl-EV >= 1:3.3 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 @@ -45,6 +46,8 @@ wątkowych programów. %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