summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-08-19 04:17:20 +0000
committerCoprDistGit <infra@openeuler.org>2023-08-19 04:17:20 +0000
commitcbabbc50444cdccc42dd93d522ef8251a4d7f88c (patch)
treeb73c308225e887a9e3ddf50f8715b11aa9b5f39e
parente676f618ab628345a576d13da5d6c6c61b1920d9 (diff)
automatic import of php
-rw-r--r--php.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/php.spec b/php.spec
index a20da2f..7bcba2e 100644
--- a/php.spec
+++ b/php.spec
@@ -423,7 +423,7 @@ Summary: A module for PHP applications which use XML
License: PHP
Requires: php-common%{?_isa} = %{version}-%{release}
Provides: php-dom, php-dom%{?_isa}, php-domxml, php-domxml%{?_isa}, php-simplexml, php-simplexml%{?_isa}
-Provides: php-wddx, php-wddx%{?_isa}, php-xmlreader, php-xmlreader%{?_isa}, php-xmlwriter, php-xmlwriter%{?_isa}
+Provides: php-xmlreader, php-xmlreader%{?_isa}, php-xmlwriter, php-xmlwriter%{?_isa}
Provides: php-xsl, php-xsl%{?_isa}
BuildRequires: libxslt-devel >= 1.0.18-1, libxml2-devel >= 2.4.14-1
@@ -767,7 +767,7 @@ build --libdir=%{_libdir}/php --enable-pcntl --enable-opcache --enable-opcache-f
%if %{with_firebird}
--with-interbase=shared --with-pdo-firebird=shared \
%endif
- --enable-dom=shared --with-pgsql=shared --enable-simplexml=shared --enable-xml=shared --enable-wddx=shared \
+ --enable-dom=shared --with-pgsql=shared --enable-simplexml=shared --enable-xml=shared \
--with-snmp=shared,%{_prefix} --enable-soap=shared --with-xsl=shared,%{_prefix} --enable-xmlreader=shared \
--enable-xmlwriter=shared --with-curl=shared,%{_prefix} --enable-pdo=shared \
--with-pdo-odbc=shared,unixODBC,%{_prefix} --with-pdo-mysql=shared,mysqlnd --with-pdo-pgsql=shared,%{_prefix} \
@@ -799,7 +799,7 @@ popd
without_shared="--without-gd --disable-dom --disable-dba --without-unixODBC --disable-opcache --disable-json \
--disable-xmlreader --disable-xmlwriter --without-sodium --without-sqlite3 --disable-phar --disable-fileinfo \
- --without-pspell --disable-wddx --without-curl --disable-posix --disable-xml --disable-simplexml --disable-exif \
+ --without-pspell --without-curl --disable-posix --disable-xml --disable-simplexml --disable-exif \
--without-gettext --without-iconv --disable-ftp --without-bz2 --disable-ctype --disable-shmop --disable-sockets \
--disable-tokenizer --disable-sysvmsg --disable-sysvshm --disable-sysvsem"
@@ -851,7 +851,7 @@ build --includedir=%{_includedir}/php-zts --libdir=%{_libdir}/php-zts --enable-m
%if %{with_firebird}
--with-interbase=shared --with-pdo-firebird=shared \
%endif
- --enable-dom=shared --with-pgsql=shared --enable-simplexml=shared --enable-xml=shared --enable-wddx=shared \
+ --enable-dom=shared --with-pgsql=shared --enable-simplexml=shared --enable-xml=shared \
--with-snmp=shared,%{_prefix} --enable-soap=shared --with-xsl=shared,%{_prefix} --enable-xmlreader=shared \
--enable-xmlwriter=shared --with-curl=shared,%{_prefix} --enable-pdo=shared \
--with-pdo-odbc=shared,unixODBC,%{_prefix} --with-pdo-mysql=shared,mysqlnd --with-pdo-pgsql=shared,%{_prefix} \
@@ -998,7 +998,7 @@ for mod in pgsql odbc ldap snmp xmlrpc \
%if %{with_pspell}
pspell \
%endif
- curl wddx \
+ curl \
%if %{with_sodium}
sodium \
%endif
@@ -1007,7 +1007,7 @@ for mod in pgsql odbc ldap snmp xmlrpc \
case $mod in
opcache)
ini=10-${mod}.ini;;
- pdo_*|mysqli|wddx|xmlreader|xmlrpc)
+ pdo_*|mysqli|xmlreader|xmlrpc)
ini=30-${mod}.ini;;
*)
ini=20-${mod}.ini;;
@@ -1039,7 +1039,7 @@ EOF
EOF
done
-cat files.dom files.xsl files.xml{reader,writer} files.wddx \
+cat files.dom files.xsl files.xml{reader,writer} \
files.simplexml >> files.xml
cat files.mysqli \