From 556dc13c18423f860a4e1efdf392a9bdc3b65a7c Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 09:58:47 +0100 Subject: [PATCH] rebuilt with exif and intl enabled fix default INCLUDE_PATH after splitting php-pear [release 5.6.5-2mamba;Thu Feb 05 2015] --- php.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/php.spec b/php.spec index d0e84e6..2ab486f 100644 --- a/php.spec +++ b/php.spec @@ -6,7 +6,7 @@ Name: php Version: 5.6.5 -Release: 1mamba +Release: 2mamba Summary: The PHP HTML-embedded scripting language Group: Applications/Development Vendor: openmamba @@ -271,6 +271,8 @@ cp ext/gd/libgd/README gd_README %build EXTENSION_DIR=%{_libdir}/php/extensions; export EXTENSION_DIR +# Required to set default INCLUDE_PATH with %{_libdir}/php +PEAR_INSTALLDIR="%{_libdir}/php"; export PEAR_INSTALLDIR %configure \ --sysconfdir=%{_sysconfdir}/php \ --with-libdir=%{_lib} \ @@ -314,7 +316,9 @@ EXTENSION_DIR=%{_libdir}/php/extensions; export EXTENSION_DIR --enable-mbstring \ --enable-calendar \ --enable-soap \ - --enable-zip + --enable-zip \ + --enable-exif \ + --enable-intl %make @@ -481,6 +485,10 @@ exit 0 %defattr(-,root,root) %changelog +* Thu Feb 05 2015 Silvan Calarco 5.6.5-2mamba +- rebuilt with exif and intl enabled +- fix default INCLUDE_PATH after splitting php-pear + * Fri Jan 23 2015 Automatic Build System 5.6.5-1mamba - automatic version update by autodist