clean old deprecated options

This commit is contained in:
Remi Collet 2013-04-04 11:26:41 +02:00
parent 872761411b
commit 931edd2dde

View File

@ -66,7 +66,7 @@
Summary: PHP scripting language for creating dynamic web sites Summary: PHP scripting language for creating dynamic web sites
Name: php Name: php
Version: 5.5.0 Version: 5.5.0
Release: 0.2.%{rcver}%{?dist} Release: 0.3.%{rcver}%{?dist}
# All files licensed under PHP version 3.01, except # All files licensed under PHP version 3.01, except
# Zend is licensed under Zend # Zend is licensed under Zend
# TSRM is licensed under BSD # TSRM is licensed under BSD
@ -873,9 +873,7 @@ ln -sf ../configure
--with-pcre-regex=%{_prefix} \ --with-pcre-regex=%{_prefix} \
--with-zlib \ --with-zlib \
--with-layout=GNU \ --with-layout=GNU \
--enable-magic-quotes \
--with-kerberos \ --with-kerberos \
--enable-ucd-snmp-hack \
--with-libxml-dir=%{_prefix} \ --with-libxml-dir=%{_prefix} \
--with-system-tzdata \ --with-system-tzdata \
--with-mhash \ --with-mhash \
@ -895,8 +893,7 @@ make %{?_smp_mflags}
# Build /usr/bin/php-cgi with the CGI SAPI, and all the shared extensions # Build /usr/bin/php-cgi with the CGI SAPI, and all the shared extensions
pushd build-cgi pushd build-cgi
build --enable-force-cgi-redirect \ build --libdir=%{_libdir}/php \
--libdir=%{_libdir}/php \
--enable-pcntl \ --enable-pcntl \
--enable-opcache \ --enable-opcache \
--with-imap=shared --with-imap-ssl \ --with-imap=shared --with-imap-ssl \
@ -934,7 +931,6 @@ build --enable-force-cgi-redirect \
--with-xsl=shared,%{_prefix} \ --with-xsl=shared,%{_prefix} \
--enable-xmlreader=shared --enable-xmlwriter=shared \ --enable-xmlreader=shared --enable-xmlwriter=shared \
--with-curl=shared,%{_prefix} \ --with-curl=shared,%{_prefix} \
--enable-fastcgi \
--enable-pdo=shared \ --enable-pdo=shared \
--with-pdo-odbc=shared,unixODBC,%{_prefix} \ --with-pdo-odbc=shared,unixODBC,%{_prefix} \
--with-pdo-mysql=shared,mysqlnd \ --with-pdo-mysql=shared,mysqlnd \
@ -1020,8 +1016,7 @@ popd
pushd build-ztscli pushd build-ztscli
EXTENSION_DIR=%{_libdir}/php-zts/modules EXTENSION_DIR=%{_libdir}/php-zts/modules
build --enable-force-cgi-redirect \ build --includedir=%{_includedir}/php-zts \
--includedir=%{_includedir}/php-zts \
--libdir=%{_libdir}/php-zts \ --libdir=%{_libdir}/php-zts \
--enable-maintainer-zts \ --enable-maintainer-zts \
--with-config-file-scan-dir=%{_sysconfdir}/php-zts.d \ --with-config-file-scan-dir=%{_sysconfdir}/php-zts.d \
@ -1063,7 +1058,6 @@ build --enable-force-cgi-redirect \
--with-xsl=shared,%{_prefix} \ --with-xsl=shared,%{_prefix} \
--enable-xmlreader=shared --enable-xmlwriter=shared \ --enable-xmlreader=shared --enable-xmlwriter=shared \
--with-curl=shared,%{_prefix} \ --with-curl=shared,%{_prefix} \
--enable-fastcgi \
--enable-pdo=shared \ --enable-pdo=shared \
--with-pdo-odbc=shared,unixODBC,%{_prefix} \ --with-pdo-odbc=shared,unixODBC,%{_prefix} \
--with-pdo-mysql=shared,mysqlnd \ --with-pdo-mysql=shared,mysqlnd \
@ -1559,6 +1553,9 @@ fi
%changelog %changelog
* Thu Apr 4 2013 Remi Collet <rcollet@redhat.com> 5.5.0-0.3.beta2
- clean old deprecated options
* Thu Mar 28 2013 Remi Collet <rcollet@redhat.com> 5.5.0-0.2.beta2 * Thu Mar 28 2013 Remi Collet <rcollet@redhat.com> 5.5.0-0.2.beta2
- update to 5.5.0beta2 - update to 5.5.0beta2
- Zend Optimizer+ renamed to Zend OPcache - Zend Optimizer+ renamed to Zend OPcache