]> git.pld-linux.org Git - packages/php.git/commitdiff
- BR: %__perl instead of perl
authorradek <radek@pld-linux.org>
Sat, 10 May 2003 22:06:44 +0000 (22:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.256

php.spec

index 6b9b78a0103e7602fe1e2d824568707488569550..7b18e5131d25ab27daf50dc93d171b61e64811eb 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -146,7 +146,7 @@ BuildRequires:      openssl-devel >= 0.9.7
 %endif
 BuildRequires: pam-devel
 %{!?_without_pdf:BuildRequires:        pdflib-devel >= 4.0.0}
-BuildRequires: perl
+BuildRequires: %{__perl}
 %{!?_without_msession:BuildRequires:   phoenix-devel}
 %{!?_without_pgsql:BuildRequires:      postgresql-devel}
 %{!?_without_pgsql:BuildRequires:      postgresql-backend-devel >= 7.2}
@@ -171,7 +171,7 @@ PreReq:             apache >= 2.0.40
 PreReq:                apache(EAPI) < 2.0.0
 PreReq:                apache(EAPI) >= 1.3.9
 Requires(post,preun):  %{apxs}
-Requires(post,preun):  perl
+Requires(post,preun):  %{__perl}
 %endif
 PreReq:                %{name}-common = %{version}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
This page took 0.065281 seconds and 4 git commands to generate.