diff options
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 17 |
1 files changed, 3 insertions, 14 deletions
@@ -548,16 +548,6 @@ The php-pspell package contains a dynamic shared object that will add support for using the pspell library to PHP. %endif -%package recode -Summary: A module for PHP applications for using the recode library -License: PHP -Requires: php-common%{?_isa} = %{version}-%{release} -BuildRequires: recode-devel - -%description recode -The php-recode package contains a dynamic shared object that will add -support for using the recode library to PHP. - %package intl Summary: Internationalization extension for PHP applications License: PHP @@ -794,7 +784,7 @@ build --libdir=%{_libdir}/php --enable-pcntl --enable-opcache --enable-opcache-f %else --without-sodium \ %endif - --enable-intl=shared --with-icu-dir=%{_prefix} --with-enchant=shared,%{_prefix} --with-recode=shared,%{_prefix} + --enable-intl=shared --with-icu-dir=%{_prefix} --with-enchant=shared,%{_prefix} popd without_shared="--without-gd --disable-dom --disable-dba --without-unixODBC --disable-opcache --disable-json \ @@ -878,7 +868,7 @@ build --includedir=%{_includedir}/php-zts --libdir=%{_libdir}/php-zts --enable-m %else --without-sodium \ %endif - --enable-intl=shared --with-icu-dir=%{_prefix} --with-enchant=shared,%{_prefix} --with-recode=shared,%{_prefix} + --enable-intl=shared --with-icu-dir=%{_prefix} --with-enchant=shared,%{_prefix} popd pushd build-zts @@ -1002,7 +992,7 @@ for mod in pgsql odbc ldap snmp xmlrpc \ %if %{with_sodium} sodium \ %endif - posix shmop sysvshm sysvsem sysvmsg recode xml \ + posix shmop sysvshm sysvsem sysvmsg xml \ ; do case $mod in opcache) @@ -1216,7 +1206,6 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %endif %files intl -f files.intl %files process -f files.process -%files recode -f files.recode %if %{with_firebird} %files interbase -f files.interbase %endif |