rebuilt with exif and intl enabled
fix default INCLUDE_PATH after splitting php-pear [release 5.6.5-2mamba;Thu Feb 05 2015]
This commit is contained in:
parent
6a1b971da9
commit
556dc13c18
12
php.spec
12
php.spec
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: php
|
Name: php
|
||||||
Version: 5.6.5
|
Version: 5.6.5
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: The PHP HTML-embedded scripting language
|
Summary: The PHP HTML-embedded scripting language
|
||||||
Group: Applications/Development
|
Group: Applications/Development
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -271,6 +271,8 @@ cp ext/gd/libgd/README gd_README
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
EXTENSION_DIR=%{_libdir}/php/extensions; export EXTENSION_DIR
|
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 \
|
%configure \
|
||||||
--sysconfdir=%{_sysconfdir}/php \
|
--sysconfdir=%{_sysconfdir}/php \
|
||||||
--with-libdir=%{_lib} \
|
--with-libdir=%{_lib} \
|
||||||
@ -314,7 +316,9 @@ EXTENSION_DIR=%{_libdir}/php/extensions; export EXTENSION_DIR
|
|||||||
--enable-mbstring \
|
--enable-mbstring \
|
||||||
--enable-calendar \
|
--enable-calendar \
|
||||||
--enable-soap \
|
--enable-soap \
|
||||||
--enable-zip
|
--enable-zip \
|
||||||
|
--enable-exif \
|
||||||
|
--enable-intl
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -481,6 +485,10 @@ exit 0
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 05 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 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 <autodist@mambasoft.it> 5.6.5-1mamba
|
* Fri Jan 23 2015 Automatic Build System <autodist@mambasoft.it> 5.6.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user