From 95ddd5c7879b1ce6a689dbc4b0c35723fb401256 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 2 Jun 2017 14:18:47 +0200 Subject: document bundled lib --- php.spec | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/php.spec b/php.spec index d8c1e26..99dc946 100644 --- a/php.spec +++ b/php.spec @@ -226,6 +226,8 @@ BuildRequires: sqlite-devel >= 3.0.0 BuildRequires: zlib-devel, smtpdaemon, libedit-devel %if %{with_libpcre} BuildRequires: pcre-devel >= 8.20 +%else +Provides: Provides: bundled(pcre) = 8.38 %endif BuildRequires: bzip2, perl, libtool >= 1.4.3, %{?dtsprefix}gcc-c++ BuildRequires: libtool-ltdl-devel @@ -367,8 +369,10 @@ Provides: %{?scl_prefix}php-core = %{version}, %{?scl_prefix}php-core%{?_isa} = Provides: %{?scl_prefix}php-ctype, %{?scl_prefix}php-ctype%{?_isa} Provides: %{?scl_prefix}php-curl, %{?scl_prefix}php-curl%{?_isa} Provides: %{?scl_prefix}php-date, %{?scl_prefix}php-date%{?_isa} +Provides: bundled(timelib) Provides: %{?scl_prefix}php-exif, %{?scl_prefix}php-exif%{?_isa} Provides: %{?scl_prefix}php-fileinfo, %{?scl_prefix}php-fileinfo%{?_isa} +Provides: bundled(libmagic) = 5.29 Provides: %{?scl_prefix}php-filter, %{?scl_prefix}php-filter%{?_isa} Provides: %{?scl_prefix}php-ftp, %{?scl_prefix}php-ftp%{?_isa} Provides: %{?scl_prefix}php-gettext, %{?scl_prefix}php-gettext%{?_isa} @@ -681,6 +685,7 @@ BuildRequires: oniguruma-devel %else Provides: bundled(oniguruma) = 6.3.0 %endif +Provides: bundled(libmbfl) = 1.3.2 Requires: %{?scl_prefix}php-common%{?_isa} = %{version}-%{release} %description mbstring @@ -710,6 +715,7 @@ Requires: gd%{?_isa} >= 2.1.1 %endif %else BuildRequires: libwebp-devel +Provides: bundled(gd) = 2.0.35 %endif %description gd @@ -723,6 +729,7 @@ Group: Development/Languages # libbcmath is licensed under LGPLv2+ License: PHP and LGPLv2+ Requires: %{?scl_prefix}php-common%{?_isa} = %{version}-%{release} +Provides: bundled(libbcmath) %description bcmath The %{?scl_prefix}php-bcmath package contains a dynamic shared object that will add -- cgit