update to 7.4.15
enable external gd [release 7.4.15-1mamba;Thu Feb 04 2021]
This commit is contained in:
parent
c3f81a3c7f
commit
3d5a56667e
40
php.spec
40
php.spec
@ -6,7 +6,7 @@
|
||||
%define with_hardening_patch 0
|
||||
|
||||
Name: php
|
||||
Version: 7.4.13
|
||||
Version: 7.4.15
|
||||
Release: 1mamba
|
||||
Summary: The PHP HTML-embedded scripting language
|
||||
Group: Applications/Development
|
||||
@ -27,24 +27,41 @@ License: PHP License
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXau-devel
|
||||
BuildRequires: libXdmcp-devel
|
||||
BuildRequires: libXpm-devel
|
||||
BuildRequires: libbrotli-devel
|
||||
BuildRequires: libbsd-devel
|
||||
BuildRequires: libbzip2-devel
|
||||
BuildRequires: libcares-devel
|
||||
BuildRequires: libcurl-devel
|
||||
BuildRequires: libdb53-devel
|
||||
BuildRequires: libe2fs-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgd-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgraphite2-devel
|
||||
BuildRequires: libgss-devel
|
||||
BuildRequires: libharfbuzz-devel
|
||||
BuildRequires: libicu-devel
|
||||
BuildRequires: libidn2-devel
|
||||
BuildRequires: libimap-c-client-devel
|
||||
BuildRequires: libjbig-devel
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: libkrb5-devel
|
||||
BuildRequires: liblzma-devel
|
||||
BuildRequires: libnghttp2-devel
|
||||
BuildRequires: libodbc-devel
|
||||
BuildRequires: libonig-devel
|
||||
BuildRequires: libopenldap-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libpam-devel
|
||||
BuildRequires: libpcre-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libpostgresql-devel
|
||||
BuildRequires: libpsl-devel
|
||||
BuildRequires: librtmp-devel
|
||||
@ -52,10 +69,14 @@ BuildRequires: libsasl2-devel
|
||||
BuildRequires: libsqlite-devel
|
||||
BuildRequires: libssh2-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRequires: libunistring-devel
|
||||
BuildRequires: libwebp-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libxslt-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: libzip-devel
|
||||
BuildRequires: libzstd-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: apache-devel
|
||||
@ -281,25 +302,18 @@ PEAR_INSTALLDIR="%{_libdir}/php"; export PEAR_INSTALLDIR
|
||||
--enable-shared \
|
||||
--with-config-file-path=%{_sysconfdir}/php \
|
||||
--with-config-file-scan-dir=%{_sysconfdir}/php/php.d \
|
||||
--with-regex=php \
|
||||
--with-openssl=shared,%{_prefix} \
|
||||
--with-gettext \
|
||||
--enable-ftp \
|
||||
--with-ldap=shared,%{_prefix} \
|
||||
--with-zlib \
|
||||
--with-gd=%{_prefix} \
|
||||
--with-jpeg-dir=%{_prefix} \
|
||||
--with-png-dir=%{_prefix} \
|
||||
--with-freetype-dir=%{_prefix} \
|
||||
--with-pgsql=shared,%{_prefix} \
|
||||
--with-mysql=shared,%{_prefix} \
|
||||
--with-mysql-sock=/run/mysqld/mysql.sock \
|
||||
--with-mysqli=shared,mysqlnd \
|
||||
--with-pdo-mysql=shared,mysqlnd \
|
||||
--with-unixODBC=shared,%{_prefix} \
|
||||
--with-imap=shared,%{_libdir}/imap/lib \
|
||||
--with-imap-ssl \
|
||||
--with-mcrypt \
|
||||
--with-db4=%{_includedir}/db53 \
|
||||
--with-xsl=shared \
|
||||
--without-pear \
|
||||
@ -307,6 +321,7 @@ PEAR_INSTALLDIR="%{_libdir}/php"; export PEAR_INSTALLDIR
|
||||
--with-bz2 \
|
||||
--with-curl \
|
||||
--with-xmlrpc \
|
||||
--with-zip \
|
||||
--with-pdo-odbc=shared,unixODBC,%{_prefix} \
|
||||
--with-pdo-pgsql=shared \
|
||||
--with-pdo-sqlite=shared \
|
||||
@ -315,9 +330,10 @@ PEAR_INSTALLDIR="%{_libdir}/php"; export PEAR_INSTALLDIR
|
||||
--enable-mbstring \
|
||||
--enable-calendar \
|
||||
--enable-soap \
|
||||
--enable-zip \
|
||||
--enable-exif \
|
||||
--enable-intl
|
||||
--enable-intl \
|
||||
--enable-gd \
|
||||
--with-external-gd
|
||||
|
||||
%make
|
||||
|
||||
@ -479,6 +495,10 @@ exit 0
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Thu Feb 04 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 7.4.15-1mamba
|
||||
- update to 7.4.15
|
||||
- enable external gd
|
||||
|
||||
* Tue Nov 24 2020 Automatic Build System <autodist@mambasoft.it> 7.4.13-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user