summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-09-04 16:17:36 +0200
committerRemi Collet <fedora@famillecollet.com>2012-09-04 16:17:36 +0200
commit367469c81b496636b8cdb45ccb5b205589416844 (patch)
tree3373c7ddfb92fe0b0759c8433f1b178709446a64
parent4d39f06188de1b9c1b44bb67314e4b0dab84c4c8 (diff)
php 5.3 now provides bundled pcre 8.12 on EL-6
-rw-r--r--php54.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/php54.spec b/php54.spec
index cc74a4a..9dab199 100644
--- a/php54.spec
+++ b/php54.spec
@@ -122,7 +122,7 @@ BuildRequires: sqlite-devel >= 3.0.0
%endif
BuildRequires: zlib-devel, smtpdaemon, libedit-devel
%if 0%{?fedora} >= 14 || 0%{?rhel} >= 7
-BuildRequires: pcre-devel >= 8.0
+BuildRequires: pcre-devel >= 8.10
%endif
BuildRequires: bzip2, perl, libtool >= 1.4.3, gcc-c++
BuildRequires: libtool-ltdl-devel
@@ -270,6 +270,9 @@ package and the php-cli package.
Group: Development/Libraries
Summary: Files needed for building PHP extensions
Requires: php%{?_isa} = %{version}-%{release}, autoconf, automake
+%if 0%{?fedora} >= 14 || 0%{?rhel} >= 7
+Requires: pcre-devel%{?_isa}
+%endif
Obsoletes: php-pecl-pdo-devel
Provides: php-zts-devel = %{version}-%{release}
Provides: php-zts-devel%{?_isa} = %{version}-%{release}