]> git.pld-linux.org Git - packages/php.git/blame - php.spec
cleanup removed apache 1.3 sapi
[packages/php.git] / php.spec
CommitLineData
8d42644e 1# TODO 5.6:
fdbf13b1 2# - enable --with-fpm-systemd, but ensure it checks for sd_booted()
6807c643 3# - build with system libgd 2.1, see 73c5128
02d2dcbb 4# TODO 5.4:
02d2dcbb
ER
5# - update imap annotations patch (needs api porting)
6# - update imap myrights patch (needs api porting)
02d2dcbb 7# --with-libmbfl=DIR MBSTRING: Use external libmbfl. DIR is the libmbfl base install directory BUNDLED
ea0fc5e3 8# --with-onig=DIR MBSTRING: Use external oniguruma. DIR is the oniguruma install prefix.
13f02a12
ER
9# UNPACKAGED EXTENSION NOTES:
10# - com_dotnet is Win32-only
c0240cb1 11# TODO:
ef621865
ER
12# - fileinfo extension bundles magic db in library: data_file.c (dump of magic.mgc) is 14M
13# - 2.3M fileinfo.so php54-fileinfo-5.4.6-0.15.x86_64
14# - 2.3M fileinfo.so php-fileinfo-5.3.16-1.x86_64
15# - 13K fileinfo.so php-pecl-fileinfo-1.0.4-8.amd64
c0240cb1 16# - ttyname_r() misdetected http://bugs.php.net/bug.php?id=48820
17# - wddx: restore session support (not compiled in due DL extension check)
c0240cb1 18# - modularize standard (output from pure php -m)?
c0240cb1 19# - WARNING: Phar: sha256/sha512 signature support disabled if ext/hash is
20# built shared, also PHAR_HAVE_OPENSSL is false if openssl is built shared.
21# make it runtime dep and add Suggests (or php warning messages)
22# - some mods should be shared:
23#$ php -m
24# [PHP Modules]
fd6ab0c1 25# Core
c0240cb1 26# date
c0240cb1 27# libxml
fd6ab0c1 28# phpdbg_webhelper
c0240cb1 29# Reflection
8d42644e 30# standard
c0240cb1 31#
32# Conditional build:
24cbb89e
ER
33# - General options:
34%bcond_without embed # disable building Embedded API
35%bcond_with default_php # use this PHP as default PHP in distro
36%bcond_with gcov # Enable Code coverage reporting
bf3d72cc 37%bcond_without instantclient # build Oracle oci8 extension module against oracle-instantclient package
24cbb89e
ER
38%bcond_with interbase_inst # use InterBase install., not Firebird (BR: proprietary libs)
39%bcond_without kerberos5 # without Kerberos5 support
40%bcond_with mm # without mm support for session storage
41%bcond_with suhosin # with suhosin patch, has little point in PHP>=5.3, see https://github.com/stefanesser/suhosin/issues/42#issuecomment-41728178
0282b86e 42%bcond_with system_gd # with system gd (imageantialias function is missing then)
13f02a12 43%bcond_with system_libzip # with system libzip (reported broken currently)
e2bde909 44%bcond_with systemtap # systemtap/DTrace support
24cbb89e
ER
45%bcond_with tests # default off; test process very often hangs on builders, approx run time 45m; perform "make test"
46%bcond_without webp # Without WebP support in GD extension (imagecreatefromwebp)
47%bcond_with zts # Zend Thread Safety
48# - SAPI
24cbb89e
ER
49%bcond_without apache2 # disable building Apache 2.x SAPI
50%bcond_without cgi # disable CGI/FCGI SAPI
51%bcond_without fpm # disable FPM SAPI
52%bcond_without litespeed # build litespeed SAPI
53%bcond_with milter # disable Milter SAPI
54%bcond_without phpdbg # disable phpdbg SAPI
55# - Extensions
476107e3
ER
56%bcond_without bcmath # without bcmath extension module
57%bcond_without bz2 # without bz2 extension module
58%bcond_without calendar # without calendar extension module
59%bcond_without ctype # without ctype extension module
c0240cb1 60%bcond_without curl # without CURL extension module
476107e3
ER
61%bcond_without dba # without DBA extension module
62%bcond_without dom # without DOM extension module
13f02a12 63%bcond_without enchant # without Enchant extension module
4b4c3c50 64%bcond_without ereg # without ext/ereg support
476107e3
ER
65%bcond_without exif # without EXIF extension module
66%bcond_without fileinfo # without fileinfo extension module
d8c3b589 67%bcond_without filter # without filter extension module
476107e3
ER
68%bcond_without ftp # without FTP extension module
69%bcond_without gd # without GD extension module
70%bcond_without gettext # without gettext extension module
71%bcond_without gmp # without gmp extension module
72%bcond_without hash # without hash extension module
73%bcond_without iconv # without iconv extension module
c0240cb1 74%bcond_without imap # without IMAP extension module
75%bcond_without interbase # without InterBase extension module
689a4e56 76%bcond_without intl # without Intl extension module
476107e3 77%bcond_without json # without json extension module
c0240cb1 78%bcond_without ldap # without LDAP extension module
476107e3
ER
79%bcond_without mbstring # without mbstring extension module
80%bcond_without mcrypt # without mbcrypt extension module
c0240cb1 81%bcond_without mhash # without mhash extension (supported by hash extension)
22ba8c51 82%bcond_with mssql # without MS SQL extension module (ext removed)
00938eac 83%bcond_with mysql # without ext/mysql support (ext removed)
c0240cb1 84%bcond_without mysqli # without mysqli support (Requires mysql > 4.1)
24cbb89e
ER
85%bcond_without mysqlnd # without mysqlnd support in mysql related extensions
86%bcond_with oci # with Oracle oci8 extension module (BR: proprietary libs)
c0240cb1 87%bcond_without odbc # without ODBC extension module
8328535b 88%bcond_without opcache # without Enable Zend OPcache extension support
c0240cb1 89%bcond_without openssl # without OpenSSL support and OpenSSL extension (module)
476107e3 90%bcond_without pcntl # without pcntl extension module
c0240cb1 91%bcond_without pcre # without PCRE extension module
476107e3 92%bcond_without pdo # without PDO extension module
006a7eb1 93%bcond_without pdo_dblib # without PDO dblib extension module
476107e3 94%bcond_without pdo_mysql # without PDO MySQL extension module
24cbb89e 95%bcond_without pdo_sqlite # without PDO SQLite extension module
c0240cb1 96%bcond_without pgsql # without PostgreSQL extension module
476107e3
ER
97%bcond_without phar # without Phar extension module
98%bcond_without posix # without POSIX extension module
c0240cb1 99%bcond_without pspell # without pspell extension module
476107e3 100%bcond_without readline # without readline extension module
c0240cb1 101%bcond_without recode # without recode extension module
476107e3 102%bcond_without session # without session extension module
c0240cb1 103%bcond_without snmp # without SNMP extension module
104%bcond_without sqlite2 # without SQLite extension module
105%bcond_without sqlite3 # without SQLite3 extension module
00938eac 106%bcond_with sybase_ct # without Sybase-CT extension module (ext removed in 7.0.0)
c0240cb1 107%bcond_without tidy # without Tidy extension module
108%bcond_without wddx # without WDDX extension module
109%bcond_without xmlrpc # without XML-RPC extension module
c0240cb1 110
111%define apxs1 /usr/sbin/apxs1
112%define apxs2 /usr/sbin/apxs
c0240cb1 113
114# disable all sapis
115%if %{with gcov}
c0240cb1 116%undefine with_apache2
117%undefine with_cgi
118%undefine with_litespeed
119%endif
120
121# mm is not thread safe
122%if %{with zts}
123%undefine with_mm
124%endif
125
212b9ffa
ER
126# milter requires ZTS
127%if %{with milter} && %{without zts}
128%undefine with_milter
129%endif
130
dc101b85 131%ifnarch %{ix86} %{x8664} x32 sparc sparcv9 alpha
c0240cb1 132# ppc disabled (broken on th-ppc)
133%undefine with_interbase
134%endif
135
dc101b85 136%ifnarch %{ix86} %{x8664} x32
c0240cb1 137# unsupported, see sapi/cgi/fpm/fpm_atomic.h
138%undefine with_fpm
139%endif
140
c0240cb1 141# filter depends on pcre
142%if %{without pcre}
143%undefine with_filter
144%endif
145
3336013a 146%define rel 1
ea97d535 147%define subver RC3
580d93e0 148%define orgname php
6635a618 149%define ver_suffix 70
580d93e0 150%define php_suffix %{!?with_default_php:%{ver_suffix}}
c0240cb1 151Summary: PHP: Hypertext Preprocessor
152Summary(fr.UTF-8): Le langage de script embarque-HTML PHP
153Summary(pl.UTF-8): Język skryptowy PHP
154Summary(pt_BR.UTF-8): A linguagem de script PHP
f4ee12ea
ER
155Summary(ru.UTF-8): PHP Версии 7 - язык препроцессирования HTML-файлов, выполняемый на сервере
156Summary(uk.UTF-8): PHP Версії 7 - мова препроцесування HTML-файлів, виконувана на сервері
a3c07000 157Name: %{orgname}%{php_suffix}
f4ee12ea 158Version: 7.0.0
00938eac 159Release: %{rel}.%{subver}
c0240cb1 160Epoch: 4
1117cb55
ER
161# All files licensed under PHP version 3.01, except
162# Zend is licensed under Zend
163# TSRM is licensed under BSD
164License: PHP 3.01 and Zend and BSD
c0240cb1 165Group: Libraries
f4ee12ea 166#Source0: http://www.php.net/distributions/%{orgname}-%{version}.tar.xz
00938eac 167Source0: https://downloads.php.net/~ab/php-%{version}%{subver}.tar.xz
ea97d535 168# Source0-md5: 8ee634c37dabd88562e2d3ff978cfbe1
a3c07000
ER
169Source2: %{orgname}-mod_%{orgname}.conf
170Source3: %{orgname}-cgi-fcgi.ini
171Source4: %{orgname}-apache.ini
172Source5: %{orgname}-cli.ini
a3c07000
ER
173Source10: %{orgname}-fpm.init
174Source11: %{orgname}-fpm.logrotate
175Source12: %{orgname}-branch.sh
c0240cb1 176Source13: dep-tests.sh
177Source14: skip-tests.sh
a3c07000
ER
178Patch0: %{orgname}-shared.patch
179Patch1: %{orgname}-pldlogo.patch
180Patch2: %{orgname}-mail.patch
181Patch3: %{orgname}-link-libs.patch
a3c07000
ER
182Patch5: %{orgname}-filter-shared.patch
183Patch6: %{orgname}-build_modules.patch
184Patch7: %{orgname}-sapi-ini-file.patch
212b9ffa 185Patch8: milter.patch
8b15d51c 186Patch9: libtool-tag.patch
a3c07000 187Patch10: %{orgname}-ini.patch
13f02a12 188Patch11: embed.patch
a3c07000 189Patch14: %{orgname}-no_pear_install.patch
a3c07000
ER
190Patch17: %{orgname}-readline.patch
191Patch18: %{orgname}-nohttpd.patch
a3c07000
ER
192Patch21: %{orgname}-dba-link.patch
193Patch22: %{orgname}-both-apxs.patch
194Patch23: %{orgname}-builddir.patch
195Patch24: %{orgname}-zlib-for-getimagesize.patch
196Patch25: %{orgname}-stupidapache_version.patch
197Patch26: %{orgname}-pear.patch
198Patch27: %{orgname}-config-dir.patch
199Patch29: %{orgname}-fcgi-graceful.patch
200Patch31: %{orgname}-fcgi-error_log-no-newlines.patch
a3c07000
ER
201Patch34: %{orgname}-libtool.patch
202Patch35: %{orgname}-tds.patch
f4ee12ea
ER
203#Patch36: %{orgname}-mysql-charsetphpini.patch
204#Patch37: %{orgname}-mysqli-charsetphpini.patch
205#Patch38: %{orgname}-pdo_mysql-charsetphpini.patch
a3c07000
ER
206Patch39: %{orgname}-use-prog_sendmail.patch
207Patch41: %{orgname}-fpm-config.patch
208Patch42: %{orgname}-fpm-shared.patch
209Patch43: %{orgname}-silent-session-cleanup.patch
210Patch44: %{orgname}-include_path.patch
211Patch45: %{orgname}-imap-annotations.patch
212Patch46: %{orgname}-imap-myrights.patch
c0240cb1 213Patch47: suhosin.patch
c0240cb1 214Patch50: extension-shared-optional-dep.patch
215Patch51: spl-shared.patch
216Patch52: pcre-shared.patch
217Patch53: fix-test-run.patch
c0240cb1 218Patch55: bug-52078-fileinode.patch
a3c07000
ER
219Patch59: %{orgname}-systzdata.patch
220Patch60: %{orgname}-oracle-instantclient.patch
c0240cb1 221Patch62: mcrypt-libs.patch
13f02a12 222Patch65: system-libzip.patch
89f3bdfa 223Patch66: php-db.patch
f141d13b 224Patch67: mysql-lib-ver-mismatch.patch
18d0d716
AM
225# https://bugs.php.net/bug.php?id=68344
226Patch68: php-mysql-ssl-context.patch
b604e307 227Patch69: fpm-conf-split.patch
882aa900 228Patch70: mysqlnd-ssl.patch
c0240cb1 229URL: http://www.php.net/
230%{?with_interbase:%{!?with_interbase_inst:BuildRequires: Firebird-devel >= 1.0.2.908-2}}
231%{?with_pspell:BuildRequires: aspell-devel >= 2:0.50.0}
9eb543e2 232BuildRequires: autoconf >= 2.59
c0240cb1 233BuildRequires: automake >= 1.4d
234BuildRequires: bison
235BuildRequires: bzip2-devel
236%{?with_curl:BuildRequires: curl-devel >= 7.12.0}
237BuildRequires: cyrus-sasl-devel
238BuildRequires: db-devel >= 4.0
239BuildRequires: elfutils-devel
13f02a12 240%{?with_enchant:BuildRequires: enchant-devel >= 1.1.3}
c0240cb1 241%{?with_kerberos5:BuildRequires: heimdal-devel}
3f5c4b2e 242%{?with_system_libzip:BuildRequires: libzip-devel >= 0.10.1-2}
81d9fe7d 243%{!?with_mysqlnd:BuildRequires: mysql-devel}
c0240cb1 244BuildRequires: pkgconfig
245BuildRequires: sed >= 4.0
006a7eb1 246%if %{with mssql} || %{with sybase_ct} || %{with pdo_dblib}
c0240cb1 247BuildRequires: freetds-devel >= 0.82
248%endif
7d68bd4f 249BuildRequires: freetype-devel >= 1:2.5.1
c0240cb1 250%if %{with system_gd}
73c5128c 251BuildRequires: gd-devel >= 2.1
c0240cb1 252%endif
253BuildRequires: gdbm-devel
254BuildRequires: gmp-devel
255%{?with_imap:BuildRequires: imap-devel >= 1:2007e-2}
9efb5102 256%{?with_intl:BuildRequires: libicu-devel >= 4.4}
c0240cb1 257BuildRequires: libjpeg-devel
258BuildRequires: libltdl-devel >= 1.4
259BuildRequires: libmcrypt-devel >= 2.4.4
260BuildRequires: libpng-devel >= 1.0.8
cc167b4a 261%{?with_webp:BuildRequires: libwebp-devel}
36fd40c8 262BuildRequires: tokyocabinet-devel
c0240cb1 263%if "%{pld_release}" != "ac"
46a247ad 264BuildRequires: libtool >= 2:2.4.6
c0240cb1 265%else
266BuildRequires: libtool >= 1.4.3
267%endif
c0240cb1 268BuildRequires: libxml2-devel >= 1:2.7.6-4
269BuildRequires: libxslt-devel >= 1.1.0
270%{?with_mm:BuildRequires: mm-devel >= 1.3.0}
271%{?with_ldap:BuildRequires: openldap-devel >= 2.3.0}
272%if %{with openssl} || %{with ldap}
273BuildRequires: openssl-devel >= 0.9.7d
274%endif
275%{?with_gcov:BuildRequires: lcov}
276%{?with_snmp:%{?with_tests:BuildRequires: mibs-net-snmp}}
277%{?with_snmp:BuildRequires: net-snmp-devel >= 5.0.7}
329b4394 278%{?with_oci:%{?with_instantclient:BuildRequires: oracle-instantclient-devel}}
c0240cb1 279BuildRequires: pam-devel
280%{?with_pcre:BuildRequires: pcre-devel >= 8.10}
281BuildRequires: pkgconfig
282%{?with_pgsql:BuildRequires: postgresql-backend-devel >= 7.2}
283%{?with_pgsql:BuildRequires: postgresql-devel}
284BuildRequires: readline-devel
285%{?with_recode:BuildRequires: recode-devel >= 3.5d-3}
286BuildRequires: rpm >= 4.4.9-56
287BuildRequires: rpm-build >= 4.4.0
288BuildRequires: rpmbuild(macros) >= 1.566
e2bde909 289%{?with_systemtap:BuildRequires: systemtap-sdt-devel}
9efb5102
ER
290BuildRequires: tar >= 1:1.22
291BuildRequires: xz
c0240cb1 292%if %{with sqlite3} || %{with pdo_sqlite}
293BuildRequires: sqlite3-devel >= 3.3.9
294%endif
c0240cb1 295%{?with_tidy:BuildRequires: tidy-devel}
296%{?with_odbc:BuildRequires: unixODBC-devel}
297%{?with_xmlrpc:BuildRequires: xmlrpc-epi-devel >= 0.54.1}
298BuildRequires: zlib-devel >= 1.0.9
c0240cb1 299%if %{with apache2}
300BuildRequires: apache-devel >= 2.0.52-2
301BuildRequires: apr-devel >= 1:1.0.0
302BuildRequires: apr-util-devel >= 1:1.0.0
303%endif
c0240cb1 304BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
305
cfb6f787
ER
306%define php_sysconfdir /etc/%{name}
307%define php_extensiondir %{_libdir}/%{name}
c0240cb1 308%define _sysconfdir %{php_sysconfdir}
309
310# must be in sync with source. extra check ensuring that it is so is done in %%build
f4ee12ea
ER
311%define php_api_version 20131218
312%define zend_module_api 20141001
313%define zend_extension_api 320140815
314%define php_pdo_api_version 20150127
c0240cb1 315
13f02a12
ER
316# Extension versions
317%define bz2ver 1.0
318%define enchantver 1.1.0
2e0e7ed6 319%define fileinfover 1.0.5
13f02a12
ER
320%define hashver 1.0
321%define intlver 1.1.0
f4ee12ea 322%define jsonver 1.4.0
58fe9e27 323%define opcachever 7.0.6-dev
ece5522f 324%define pharver 2.0.2
9efb5102 325%define sqlite3ver 0.7-dev
b2dfd08f 326%define zipver 1.13.0
e7f4e76b 327%define phpdbgver 0.5.0
13f02a12 328
a6af2a14 329%define _zend_zts %{!?with_zts:0}%{?with_zts:1}
c0240cb1 330%define php_debug %{!?debug:0}%{?debug:1}
331
332%if %{with gcov}
333%undefine with_ccache
334%endif
335
329b4394 336%if %{with oci}
c0240cb1 337# ORACLE_HOME is required for oci8 ext to build
338%define _preserve_env %_preserve_env_base ORACLE_HOME
339%endif
340
341%description
342PHP is an HTML-embedded scripting language. PHP attempts to make it
343easy for developers to write dynamically generated web pages. PHP also
344offers built-in database integration for several commercial and
345non-commercial database management systems, so writing a
346database-enabled web page with PHP is fairly simple. The most common
347use of PHP coding is probably as a replacement for CGI scripts. The
348mod_php module enables the Apache web server to understand and process
349the embedded PHP language in web pages. This package contains PHP
350version %{version}.
351
352%description -l fr.UTF-8
353PHP est un langage de script embarque dans le HTM. PHP essaye de
354rendre simple aux developpeurs d'ecrire des pages web generees
355dynamiquement. PHP incorpore egalement une integration avec plusieurs
356systemes de gestion de bases de donnees commerciaux et
357non-connerciaux, qui rent facile la creation de pages web liees avec
358des bases de donnees. L'utilisation la plus commune de PHP est
359probablement en remplacement de scripts CGI. Le module mod_php permet
360au serveur web Apache de comprendre et de traiter le langage PHP
361integre dans des pages web. Ce package contient PHP version
362%{version}.
363
364%description -l pl.UTF-8
365PHP jest językiem skryptowym, którego polecenia umieszcza się w
366plikach HTML. Jest próbą ułatwienia programistom pisania dynamicznie
367generowanych stron WWW. Oferuje także wbudowaną integrację z bazami
368danych dla kilku komercyjnych i niekomercyjnych systemów baz danych,
369co czyni tworzenie stron korzystających z baz danych w miarę łatwym.
370Najczęściej PHP jest używany prawdopodobnie jako zamiennik skryptów
371CGI. Moduł mod_php pozwala serwerowi WWW Apache rozumieć i przetwarzać
372język PHP osadzony w stronach. Ten pakiet zawiera PHP w wersji
373%{version}.
374
375%description -l pt_BR.UTF-8
376PHP: Preprocessador de Hipertexto versão 4 é uma linguagem script
377embutida em HTML. Muito de sua sintaxe é emprestada de C, Java e Perl,
378com algumas características únicas, específicas ao PHP. O objetivo da
379linguagem é permitir que desenvolvedores web escrevam páginas
380dinamicamente geradas de forma rápida.
381
382%description -l ru.UTF-8
383PHP - это язык написания скриптов, встраиваемых в HTML-код. PHP
384предлагает интерграцию с множеством СУБД, поэтому написание скриптов
385для работы с базами данных относительно просто. Наиболее популярное
386использование PHP - замена для CGI скриптов.
387
388%description -l uk.UTF-8
389PHP - це мова написання скриптів, що вбудовуються в HTML-код. PHP
390пропонує інтеграцію з багатьма СУБД, тому написання скриптів для
391роботи з базами даних є доволі простим. Найбільш популярне
392використання PHP - заміна для CGI скриптів.
393
aa424f73 394%package -n apache-mod_%{name}
c0240cb1 395Summary: PHP DSO module for Apache 2.x
396Summary(pl.UTF-8): Moduł DSO (Dynamic Shared Object) PHP dla Apache 2.x
397Group: Development/Languages/PHP
398Requires: %{name}-common = %{epoch}:%{version}-%{release}
399Requires: apache(modules-api) = %{apache_modules_api}
400Requires: apache-mod_mime
401Provides: webserver(php) = %{version}
d6634248 402Obsoletes: apache-mod_php < 4:5.3.28-7
c0240cb1 403Obsoletes: phpfi
404
aa424f73 405%description -n apache-mod_%{name}
c0240cb1 406PHP as DSO module for Apache 2.x.
407
aa424f73 408%description -n apache-mod_%{name} -l pl.UTF-8
c0240cb1 409PHP jako moduł DSO (Dynamic Shared Object) dla Apache 2.x.
410
411%package litespeed
412Summary: PHP for litespeed HTTP server
413Summary(pl.UTF-8): PHP dla serwera HTTP litespeed
414Group: Development/Languages/PHP
415Requires: %{name}-common = %{epoch}:%{version}-%{release}
2ca856d0 416Provides: php(litespeed)
c0240cb1 417Provides: webserver(php) = %{version}
d6634248 418Obsoletes: php-litespeed < 4:5.3.28-7
c0240cb1 419
420%description litespeed
421PHP for litespeed HTTP server.
422
423%description litespeed -l pl.UTF-8
424PHP dla serwera HTTP litespeed.
425
426%package cgi
427Summary: PHP as CGI/FastCGI program
428Summary(pl.UTF-8): PHP jako program CGI/FastCGI
429Group: Development/Languages/PHP
430Requires: %{name}-common = %{epoch}:%{version}-%{release}
431Provides: %{name}-fcgi = %{epoch}:%{version}-%{release}
432Provides: php(cgi)
433Provides: php(fcgi)
ecbcdf28 434Provides: webserver(php) = %{version}
d6634248 435Obsoletes: php-cgi < 4:5.3.28-7
c0240cb1 436Obsoletes: php-fcgi < 4:5.3.0
437
438%description cgi
439PHP as CGI or FastCGI program.
440
441%description cgi -l pl.UTF-8
442PHP jako program CGI lub FastCGI.
443
444%package cli
445Summary: PHP as CLI interpreter
446Summary(pl.UTF-8): PHP jako interpreter działający z linii poleceń
447Group: Development/Languages/PHP
448Requires: %{name}-common = %{epoch}:%{version}-%{release}
d6634248 449Obsoletes: php-cli < 4:5.3.28-7
c0240cb1 450
451%description cli
452PHP as CLI interpreter.
453
454%description cli -l pl.UTF-8
455PHP jako interpreter działający z linii poleceń.
456
13f02a12
ER
457%package embedded
458Summary: PHP library for embedding in applications
0bbc8abe 459Summary(pl.UTF-8): Biblioteka PHP do osadzania w aplikacjach
13f02a12
ER
460Group: Libraries
461Requires: %{name}-common = %{epoch}:%{version}-%{release}
d6634248 462Obsoletes: php-embedded < 4:5.3.28-7
13f02a12
ER
463
464%description embedded
465The php-embedded package contains a library which can be embedded into
466applications to provide PHP scripting language support.
467
0bbc8abe 468%description embedded -l pl.UTF-8
cfb6f787 469Ten pakiet zawiera bibliotekę, którą można osadzać w aplikacjach w
0bbc8abe
JB
470celu obsługi PHP jako języka skryptowego.
471
c0240cb1 472%package program
473Summary: /usr/bin/php symlink
474Summary(pl.UTF-8): Dowiązanie symboliczne /usr/bin/php
475Group: Development/Languages/PHP
476Requires: %{name}-cli = %{epoch}:%{version}-%{release}
477Obsoletes: /usr/bin/php
e54798c7 478Obsoletes: php-program < 4:5.3.28-7
c0240cb1 479
480%description program
481Package providing /usr/bin/php symlink to PHP CLI.
482
483%description program -l pl.UTF-8
484Pakiet dostarczający dowiązanie symboliczne /usr/bin/php do PHP CLI.
485
486%package fpm
487Summary: PHP FastCGI Process Manager
488Summary(pl.UTF-8): PHP FastCGI Process Manager - zarządca procesów FastCGI
489Group: Development/Languages/PHP
490URL: http://www.php-fpm.org/
491Requires(post,preun): /sbin/chkconfig
492Requires(postun): /usr/sbin/userdel
493Requires(pre): /bin/id
494Requires(pre): /usr/sbin/useradd
495Requires: %{name}-common = %{epoch}:%{version}-%{release}
c0240cb1 496Requires: rc-scripts
354a4dcd 497Provides: php(fcgi)
2ca856d0 498Provides: php(fpm)
c0240cb1 499Provides: user(http)
500Provides: webserver(php) = %{version}
d6634248 501Obsoletes: php-fpm < 4:5.3.28-7
4c94999c
TP
502%if "%{pld_release}" != "ac"
503Conflicts: logrotate < 3.8.0
504%endif
c0240cb1 505
506%description fpm
507PHP FastCGI Process Manager.
508
509%description fpm -l pl.UTF-8
510PHP FastCGI Process Manager - zarządca procesów FastCGI.
511
8d42644e
ER
512%package phpdbg
513Summary: The debugging platform for PHP 5.4+
514Group: Development/Languages/PHP
515Requires: %{name}-common = %{epoch}:%{version}-%{release}
516Provides: php(phpdbg) = %{phpdbgver}
517
518%description phpdbg
519phpdbg - The interactive PHP debugger.
520
521Implemented as a SAPI module, phpdbg can excert complete control over
522the environment without impacting the functionality or performance of
523your code.
524
525phpdbg aims to be a lightweight, powerful, easy to use debugging
526platform for PHP 5.4+
527
c0240cb1 528%package common
529Summary: Common files needed by both Apache modules and CGI/CLI SAPIs
530Summary(pl.UTF-8): Wspólne pliki dla modułu Apache'a i programu CGI
531Summary(ru.UTF-8): Разделяемые библиотеки для PHP
532Summary(uk.UTF-8): Бібліотеки спільного використання для PHP
533Group: Libraries
534Requires(post): sed >= 4.0
535# because of dlclose() bugs in glibc <= 2.3.4 causing SEGVs on exit
536Requires: glibc >= 6:2.3.5
3f8f8051 537Requires: php-dirs >= 1.4
c0240cb1 538Requires: rpm-whiteout >= 1.28
539Requires: tzdata
d87d42cb
ER
540Provides: %{name}(debug) = %{php_debug}
541Provides: %{name}(modules_api) = %{php_api_version}
a6af2a14 542Provides: %{name}(thread-safety) = %{_zend_zts}
d87d42cb
ER
543Provides: %{name}(zend_extension_api) = %{zend_extension_api}
544Provides: %{name}(zend_module_api) = %{zend_module_api}
93e7acf8 545Provides: %{name}-core
d87d42cb 546Provides: %{name}-date
4b4c3c50 547%{?with_ereg:Provides: %{name}-ereg}
d87d42cb
ER
548Provides: %{name}-reflection
549Provides: %{name}-standard
93e7acf8 550Provides: php(core) = %{version}
c0240cb1 551Provides: php(date)
4b4c3c50 552%{?with_ereg:Provides: php(ereg)}
c0240cb1 553Provides: php(libxml)
c0240cb1 554Provides: php(reflection)
555Provides: php(standard)
19367d1b 556%{!?with_mysqlnd:Obsoletes: %{name}-mysqlnd}
c0240cb1 557%{?with_pcre:%requires_ge_to pcre pcre-devel}
9f2b265f 558Suggests: browscap
d6634248 559Obsoletes: php-common < 4:5.3.28-7
c0240cb1 560Obsoletes: php-pecl-domxml
561Conflicts: php4-common < 3:4.4.4-8
e2d9e36f 562Conflicts: php55-common < 4:5.5.10-4
c0240cb1 563Conflicts: rpm < 4.4.2-0.2
564
565%description common
566Common files needed by both Apache modules and CGI/CLI SAPIs.
567
568%description common -l pl.UTF-8
569Wspólne pliki dla modułu Apache'a i programu CGI.
570
571%description common -l ru.UTF-8
572Этот пакет содержит общие файлы для разных вариантов реализации PHP
573(самодостаточной и в качестве модуля Apache).
574
575%description common -l uk.UTF-8
576Цей пакет містить спільні файли для різних варіантів реалізації PHP
577(самодостатньої та в якості модуля Apache).
578
579%package devel
580Summary: Files for PHP modules development
581Summary(pl.UTF-8): Pliki do kompilacji modułów PHP
582Summary(pt_BR.UTF-8): Arquivos de desenvolvimento para PHP
583Summary(ru.UTF-8): Пакет разработки для построения расширений PHP
584Summary(uk.UTF-8): Пакет розробки для побудови розширень PHP
585Group: Development/Languages/PHP
586Requires: %{name}-common = %{epoch}:%{version}-%{release}
13f02a12 587Requires: autoconf >= 2.13
c0240cb1 588Requires: automake
589%if "%{pld_release}" != "ac"
46a247ad 590Requires: libtool >= 2:2.4.6
c0240cb1 591%else
592Requires: libtool
593%endif
594%{?with_pcre:Requires: pcre-devel >= 8.10}
595Requires: shtool
e2ce7e4a 596Provides: php-devel = %{epoch}:%{version}-%{release}
cfb6f787 597Obsoletes: php-devel
c0240cb1 598Obsoletes: php-pear-devel
599Obsoletes: php4-devel
cfb6f787 600Obsoletes: php52-devel
6ef8f74a 601Obsoletes: php53-devel
dce223f2 602Obsoletes: php54-devel
dd9bd131 603Obsoletes: php55-devel
0854825d 604Obsoletes: php56-devel
c0240cb1 605
606%description devel
607The php-devel package lets you compile dynamic extensions to PHP.
608Included here is the source for the PHP extensions. Instead of
609recompiling the whole PHP binary to add support for, say, oracle,
610install this package and use the new self-contained extensions
611support. For more information, read the file
612README.SELF-CONTAINED-EXTENSIONS.
613
614%description devel -l pl.UTF-8
615Ten pakiet zawiera pliki potrzebne do kompilacji modułów PHP. Zamiast
616rekompilować całe PHP aby dodać obsługę np. oracle, można przy użyciu
617tego pakietu skompilować samodzielne rozszerzenie. Więcej informacji o
618samodzielnych rozszerzeniach można znaleźć w pliku
619README.SELF-CONTAINED-EXTENSIONS.
620
621%description devel -l pt_BR.UTF-8
622Este pacote contém arquivos usados no desenvolvimento de programas ou
623módulos PHP.
624
625%description devel -l ru.UTF-8
626Пакет php-devel дает возможность компилировать динамические расширения
627PHP. Пакет включает исходный код этих расширений. Вместо повторной
628компиляции бинарного файла PHP для добавления, например, поддержки
629oracle, установите этот пакет для компилирования отдельных расширений.
630Подробности - в файле README.SELF-CONTAINED-EXTENSIONS.
631
632%description devel -l uk.UTF-8
633Пакет php-devel дає можливість компілювати динамічні розширення PHP.
634До пакету включено вихідний код для розширень. Замість повторної
635компіляції бінарного файлу PHP для додання, наприклад, підтримки
636oracle, встановіть цей пакет для компіляції окремих розширень.
637Детальніша інформація - в файлі README.SELF-CONTAINED-EXTENSIONS.
638
639%package bcmath
640Summary: bcmath extension module for PHP
641Summary(pl.UTF-8): Moduł bcmath dla PHP
642Group: Libraries
643URL: http://www.php.net/manual/en/book.bc.php
644Requires: %{name}-common = %{epoch}:%{version}-%{release}
645Provides: php(bcmath)
d6634248 646Obsoletes: php-bcmath < 4:5.3.28-7
c0240cb1 647
648%description bcmath
649This is a dynamic shared object (DSO) for PHP that will add bc style
650precision math functions support.
651
652%description bcmath -l pl.UTF-8
653Moduł PHP umożliwiający korzystanie z dokładnych funkcji
654matematycznych takich jak w programie bc.
655
656%package bz2
657Summary: Bzip2 extension module for PHP
658Summary(pl.UTF-8): Moduł bzip2 dla PHP
659Group: Libraries
660URL: http://www.php.net/manual/en/book.bzip2.php
661Requires: %{name}-common = %{epoch}:%{version}-%{release}
13f02a12 662Provides: php(bz2) = %{bz2ver}
c0240cb1 663Provides: php(bzip2)
664Provides: php-bzip2 = %{epoch}:%{version}-%{release}
d6634248 665Obsoletes: php-bz2 < 4:5.3.28-7
c0240cb1 666Obsoletes: php-bzip2 < 4:5.2.14-3
13f02a12 667Obsoletes: php-pecl-bz2 < %{bz2ver}
c0240cb1 668
669%description bz2
670This is a dynamic shared object (DSO) for PHP that will add bzip2
671compression support to PHP.
672
673%description bz2 -l pl.UTF-8
674Moduł PHP umożliwiający używanie kompresji bzip2.
675
676%package calendar
677Summary: Calendar extension module for PHP
678Summary(pl.UTF-8): Moduł funkcji kalendarza dla PHP
679Group: Libraries
680URL: http://www.php.net/manual/en/book.calendar.php
681Requires: %{name}-common = %{epoch}:%{version}-%{release}
682Provides: php(calendar)
d6634248 683Obsoletes: php-calendar < 4:5.3.28-7
c0240cb1 684
685%description calendar
686This is a dynamic shared object (DSO) for PHP that will add calendar
687support.
688
689%description calendar -l pl.UTF-8
690Moduł PHP dodający wsparcie dla kalendarza.
691
692%package ctype
693Summary: ctype extension module for PHP
694Summary(pl.UTF-8): Moduł ctype dla PHP
695Group: Libraries
696URL: http://www.php.net/manual/en/book.ctype.php
697Requires: %{name}-common = %{epoch}:%{version}-%{release}
698Provides: php(ctype)
d6634248 699Obsoletes: php-ctype < 4:5.3.28-7
c0240cb1 700
701%description ctype
702This is a dynamic shared object (DSO) for PHP that will add ctype
703support.
704
705%description ctype -l pl.UTF-8
706Moduł PHP umożliwiający korzystanie z funkcji ctype.
707
708%package curl
709Summary: curl extension module for PHP
710Summary(pl.UTF-8): Moduł curl dla PHP
711Group: Libraries
712URL: http://www.php.net/manual/en/book.curl.php
713Requires: %{name}-common = %{epoch}:%{version}-%{release}
714Provides: php(curl)
d6634248 715Obsoletes: php-curl < 4:5.3.28-7
c0240cb1 716
717%description curl
718This is a dynamic shared object (DSO) for PHP that will add curl
719support.
720
721%description curl -l pl.UTF-8
722Moduł PHP umożliwiający korzystanie z biblioteki curl.
723
724%package dba
725Summary: DBA extension module for PHP
726Summary(pl.UTF-8): Moduł DBA dla PHP
727Group: Libraries
728URL: http://www.php.net/manual/en/book.dba.php
729Requires: %{name}-common = %{epoch}:%{version}-%{release}
730Provides: php(dba)
d6634248 731Obsoletes: php-dba < 4:5.3.28-7
c0240cb1 732
733%description dba
734This is a dynamic shared object (DSO) for PHP that will add flat-file
735databases (DBA) support.
736
737%description dba -l pl.UTF-8
738Moduł dla PHP dodający obsługę dla baz danych opartych na plikach
739(DBA).
740
741%package dom
742Summary: DOM extension module for PHP
743Summary(pl.UTF-8): Moduł DOM dla PHP
744Group: Libraries
745URL: http://www.php.net/manual/en/book.dom.php
746Requires: %{name}-common = %{epoch}:%{version}-%{release}
747Provides: php(dom)
748# it has some compatibility functions
d87d42cb 749Provides: %{name}-domxml = %{epoch}:%{version}-%{release}
c0240cb1 750Provides: php(domxml)
d6634248 751Obsoletes: php-dom < 4:5.3.28-7
c0240cb1 752Obsoletes: php-domxml <= 3:4.3.8-1
753
754%description dom
755This is a dynamic shared object (DSO) for PHP that will add new DOM
756support.
757
758%description dom -l pl.UTF-8
759Moduł PHP dodający nową obsługę DOM.
760
13f02a12
ER
761%package enchant
762Summary: libenchant binder
763Summary(pl.UTF-8): dowiązania biblioteki libenchant
764Group: Libraries
765URL: http://www.php.net/manual/en/book.exif.php
766Requires: %{name}-common = %{epoch}:%{version}-%{release}
767Provides: php(enchant) = %{enchantver}
d6634248 768Obsoletes: php-enchant < 4:5.3.28-7
13f02a12
ER
769Obsoletes: php-pecl-enchant < %{enchantver}
770
771%description enchant
772Enchant is a binder for libenchant. Libenchant provides a common API
773for many spell libraries:
774- aspell/pspell (intended to replace ispell)
775- hspell (hebrew)
776- ispell
777- myspell (OpenOffice.org project, mozilla)
778- uspell (primarily Yiddish, Hebrew, and Eastern European languages) A
779 plugin system allows to add custom spell support.
780
781%description enchant -l pl.UTF-8
782Enchant jest dowiązaniem do biblioteki libenchant, która udostępnia
783ujednolicone API dla wielu narzędzi sprawdzających pisownię:
784- aspell/pspell (w zamierzeniu ma zastąpić ispell)
785- hspell (hebrajski)
786- ispell
787- myspell (projekt OpenOffice.org, mozilla)
788- uspell (głównie Jidysz, Hebrajski oraz języki wschodnioeuropejskie)
789 System wtyczek pozwala na dodanie wsparcia dla kolejnych narzędzi.
790
c0240cb1 791%package exif
792Summary: exif extension module for PHP
793Summary(pl.UTF-8): Moduł exif dla PHP
794Group: Libraries
795URL: http://www.php.net/manual/en/book.exif.php
796Requires: %{name}-common = %{epoch}:%{version}-%{release}
797Provides: php(exif)
d6634248 798Obsoletes: php-exif < 4:5.3.28-7
c0240cb1 799
800%description exif
801This is a dynamic shared object (DSO) for PHP that will add EXIF tags
802support in image files.
803
804%description exif -l pl.UTF-8
805Moduł PHP dodający obsługę znaczników EXIF w plikach obrazków.
806
807%package fileinfo
808Summary: libmagic bindings
809Summary(pl.UTF-8): Wiązania do libmagic
810Group: Libraries
811URL: http://www.php.net/manual/en/book.fileinfo.php
812Requires: %{name}-common = %{epoch}:%{version}-%{release}
813Requires: %{name}-pcre = %{epoch}:%{version}-%{release}
13f02a12 814Provides: php(fileinfo) = %{fileinfover}
d6634248 815Obsoletes: php-fileinfo < 4:5.3.28-7
c0240cb1 816Obsoletes: php-mime_magic
13f02a12 817Obsoletes: php-pecl-fileinfo < %{fileinfover}
c0240cb1 818
819%description fileinfo
820This extension allows retrieval of information regarding vast majority
821of file. This information may include dimensions, quality, length
822etc...
823
824Additionally it can also be used to retrieve the MIME type for a
825particular file and for text files proper language encoding.
826
827%description fileinfo -l pl.UTF-8
828To rozszerzenie pozwala na uzyskanie informacji dotyczących większości
829plików. Informacje mogą zawierać wymiary, jakość, długość itp.
830
831Ponadto rozszerzenie można wykorzystać do odczytania typu MIME danego
832pliku oraz kodowania plików tekstowych.
833
834%package filter
835Summary: Extension for safely dealing with input parameters
836Summary(pl.UTF-8): Rozszerzenie do bezpiecznej obsługi danych wejściowych
837Group: Libraries
838URL: http://www.php.net/manual/en/book.filter.php
839Requires: %{name}-common = %{epoch}:%{version}-%{release}
840Requires: %{name}-pcre = %{epoch}:%{version}-%{release}
841Provides: php(filter)
d6634248 842Obsoletes: php-filter < 4:5.3.28-7
c0240cb1 843Obsoletes: php-pecl-filter
844
845%description filter
846We all know that you should always check input variables, but PHP does
847not offer really good functionality for doing this in a safe way. The
848Input Filter extension is meant to address this issue by implementing
849a set of filters and mechanisms that users can use to safely access
850their input data.
851
852%description filter -l pl.UTF-8
853Wiadomo, że trzeba zawsze sprawdzać zmienne wejściowe, ale PHP nie
854oferuje naprawdę dobrej funkcjonalności do robienia tego w sposób
855bezpieczny. Rozszerzenie Input Filter ma rozwiązać ten problem poprzez
856zaimplementowanie zestawu filtrów i mechanizmów, których użytkownicy
857mogą bezpiecznie używać do dostępu do danych.
858
859%package ftp
860Summary: FTP extension module for PHP
861Summary(pl.UTF-8): Moduł FTP dla PHP
862Group: Libraries
863URL: http://www.php.net/manual/en/book.ftp.php
864Requires: %{name}-common = %{epoch}:%{version}-%{release}
865Provides: php(ftp)
d6634248 866Obsoletes: php-ftp < 4:5.3.28-7
c0240cb1 867
868%description ftp
869This is a dynamic shared object (DSO) for PHP that will add FTP
870support.
871
872%description ftp -l pl.UTF-8
873Moduł PHP dodający obsługę protokołu FTP.
874
875%package gd
876Summary: GD extension module for PHP
877Summary(pl.UTF-8): Moduł GD dla PHP
878Group: Libraries
879URL: http://www.php.net/manual/en/book.image.php
880Requires: %{name}-common = %{epoch}:%{version}-%{release}
881%if %{with system_gd}
0282b86e 882Requires: gd >= 2.1
c0240cb1 883Requires: gd(gif)
c0240cb1 884%endif
885Provides: php(gd)
d6634248 886Obsoletes: php-gd < 4:5.3.28-7
c0240cb1 887
888%description gd
889This is a dynamic shared object (DSO) for PHP that will add GD
890support, allowing you to create and manipulate images with PHP.
891
892%description gd -l pl.UTF-8
893Moduł PHP umożliwiający korzystanie z biblioteki GD, pozwalającej na
894tworzenie i obróbkę obrazków.
895
896%package gettext
897Summary: gettext extension module for PHP
898Summary(pl.UTF-8): Moduł gettext dla PHP
899Group: Libraries
900URL: http://www.php.net/manual/en/book.gettext.php
901Requires: %{name}-common = %{epoch}:%{version}-%{release}
902Provides: php(gettext)
d6634248 903Obsoletes: php-gettext < 4:5.3.28-7
c0240cb1 904
905%description gettext
906This is a dynamic shared object (DSO) for PHP that will add gettext
907support.
908
909%description gettext -l pl.UTF-8
910Moduł PHP dodający obsługę lokalizacji przez gettext.
911
912%package gmp
913Summary: gmp extension module for PHP
914Summary(pl.UTF-8): Moduł gmp dla PHP
915Group: Libraries
916URL: http://www.php.net/manual/en/book.gmp.php
917Requires: %{name}-common = %{epoch}:%{version}-%{release}
918Provides: php(gmp)
d6634248 919Obsoletes: php-gmp < 4:5.3.28-7
c0240cb1 920
921%description gmp
922This is a dynamic shared object (DSO) for PHP that will add arbitrary
923length number support with GNU MP library.
924
925%description gmp -l pl.UTF-8
926Moduł PHP umożliwiający korzystanie z biblioteki gmp do obliczeń na
927liczbach o dowolnej długości.
928
929%package hash
930Summary: HASH Message Digest Framework
931Summary(pl.UTF-8): Szkielet do obliczania skrótów wiadomości
932Group: Libraries
933URL: http://www.php.net/manual/en/book.gmp.php
934Requires: %{name}-common = %{epoch}:%{version}-%{release}
13f02a12 935Provides: php(hash) = %{hashver}
c0240cb1 936%if %{with mhash}
937Provides: php(mhash)
938Provides: php-mhash = %{epoch}:%{version}-%{release}
939Obsoletes: php-mhash < 4:5.3.0
940%endif
d6634248 941Obsoletes: php-hash < 4:5.3.28-7
13f02a12 942Obsoletes: php-pecl-hash < %{hashver}
c0240cb1 943
944%description hash
945Native implementations of common message digest algorithms using a
946generic factory method.
947
948%description hash -l pl.UTF-8
949Natywne implementacje popularnych algorytmów obliczania skrótów
950wiadomości przy użyciu wspólnego interfejsu.
951
952%package iconv
953Summary: iconv extension module for PHP
954Summary(pl.UTF-8): Moduł iconv dla PHP
955Group: Libraries
956URL: http://www.php.net/manual/en/book.iconv.php
957Requires: %{_libdir}/gconv
958Requires: %{name}-common = %{epoch}:%{version}-%{release}
959Requires: iconv
960Provides: php(iconv)
d6634248 961Obsoletes: php-iconv < 4:5.3.28-7
c0240cb1 962
963%description iconv
964This is a dynamic shared object (DSO) for PHP that will add iconv
965support.
966
967%description iconv -l pl.UTF-8
968Moduł PHP dodający obsługę iconv.
969
970%package imap
971Summary: IMAP extension module for PHP
972Summary(pl.UTF-8): Moduł IMAP dla PHP
973Summary(pt_BR.UTF-8): Um módulo para aplicações PHP que usam IMAP
974Group: Libraries
975URL: http://www.php.net/manual/en/book.imap.php
976Requires: %{name}-common = %{epoch}:%{version}-%{release}
977Requires: %{name}-pcre = %{epoch}:%{version}-%{release}
978Requires: imap-lib >= 1:2007e-2
979Provides: php(imap)
d6634248 980Obsoletes: php-imap < 4:5.3.28-7
c0240cb1 981
982%description imap
983This is a dynamic shared object (DSO) for PHP that will add IMAP
984support.
985
986%description imap -l pl.UTF-8
987Moduł PHP dodający obsługę skrzynek IMAP.
988
989%description imap -l pt_BR.UTF-8
990Um módulo para aplicações PHP que usam IMAP.
991
992%package interbase
993Summary: InterBase/Firebird database module for PHP
994Summary(pl.UTF-8): Moduł bazy danych InterBase/Firebird dla PHP
995Group: Libraries
996URL: http://www.php.net/manual/en/book.ibase.php
6cec851c
ER
997%if %{with interbase_inst}
998%{?requires_php_extension}
999%else
c0240cb1 1000Requires: %{name}-common = %{epoch}:%{version}-%{release}
6cec851c 1001%endif
c0240cb1 1002Provides: php(interbase)
d6634248 1003Obsoletes: php-interbase < 4:5.3.28-7
c0240cb1 1004
1005%description interbase
1006This is a dynamic shared object (DSO) for PHP that will add InterBase
1007and Firebird database support.
1008
1009%description interbase -l pl.UTF-8
1010Moduł PHP umożliwiający dostęp do baz danych InterBase i Firebird.
1011
1012%package intl
1013Summary: Internationalization extension (ICU wrapper)
1014Summary(pl.UTF-8): Rozszerzenie do internacjonalizacji (interfejs do ICU)
1015Group: Libraries
1016URL: http://www.php.net/intl
1017Requires: %{name}-common = %{epoch}:%{version}-%{release}
13f02a12 1018Provides: php(intl) = %{intlver}
d6634248 1019Obsoletes: php-intl < 4:5.3.28-7
13f02a12 1020Obsoletes: php-pecl-intl < %{intlver}
c0240cb1 1021
1022%description intl
1023Internationalization extension (further is referred as Intl) is a
1024wrapper for ICU library, enabling PHP programmers to perform
1025UCA-conformant collation and date/time/number/currency formatting in
1026their scripts.
1027
1028%description intl -l pl.UTF-8
1029Rozszerzenie do internacjonalizacji (dalej nazywane Intl) jest
1030interfejsem do biblioteki ICU, pozwalającym programistom PHP na
1031wykonywanie w skryptach porównań zgodnych z UCA oraz formatowania
1032daty/czasu/walut.
1033
1034%package json
1035Summary: PHP C extension for JSON serialization
1036Summary(pl.UTF-8): Rozszerzenie C PHP dla serializacji JSON
1037Group: Libraries
1038URL: http://www.php.net/manual/en/book.json.php
1039Requires: %{name}-common = %{epoch}:%{version}-%{release}
13f02a12 1040Provides: php(json) = %{jsonver}
d6634248 1041Obsoletes: php-json < 4:5.3.28-7
13f02a12 1042Obsoletes: php-pecl-json < %{jsonver}
c0240cb1 1043
1044%description json
1045php-json is an extremely fast PHP C extension for JSON (JavaScript
1046Object Notation) serialisation.
1047
1048%description json -l pl.UTF-8
1049php-json to bardzo szybkie rozszerzenie C PHP dla serializacji JSON
1050(JavaScript Object Notation).
1051
1052%package ldap
1053Summary: LDAP extension module for PHP
1054Summary(pl.UTF-8): Moduł LDAP dla PHP
1055Summary(pt_BR.UTF-8): Um módulo para aplicações PHP que usam LDAP
1056Group: Libraries
1057URL: http://www.php.net/manual/en/book.ldap.php
1058Requires: %{name}-common = %{epoch}:%{version}-%{release}
1059Provides: php(ldap)
d6634248 1060Obsoletes: php-ldap < 4:5.3.28-7
c0240cb1 1061
1062%description ldap
1063This is a dynamic shared object (DSO) for PHP that will add LDAP
1064support.
1065
1066%description ldap -l pl.UTF-8
1067Moduł PHP dodający obsługę LDAP.
1068
1069%description ldap -l pt_BR.UTF-8
1070Um módulo para aplicações PHP que usam LDAP.
1071
1072%package mbstring
1073Summary: mbstring extension module for PHP
1074Summary(pl.UTF-8): Moduł mbstring dla PHP
1075Group: Libraries
1076URL: http://www.php.net/manual/en/book.mbstring.php
1077Requires: %{name}-common = %{epoch}:%{version}-%{release}
1078Provides: php(mbstring)
d6634248 1079Obsoletes: php-mbstring < 4:5.3.28-7
c0240cb1 1080
1081%description mbstring
1082This is a dynamic shared object (DSO) for PHP that will add multibyte
1083string support.
1084
1085%description mbstring -l pl.UTF-8
1086Moduł PHP dodający obsługę ciągów znaków wielobajtowych.
1087
1088%package mcrypt
1089Summary: mcrypt extension module for PHP
1090Summary(pl.UTF-8): Moduł mcrypt dla PHP
1091Group: Libraries
1092URL: http://www.php.net/manual/en/book.mcrypt.php
1093Requires: %{name}-common = %{epoch}:%{version}-%{release}
1094Provides: php(mcrypt)
d6634248 1095Obsoletes: php-mcrypt < 4:5.3.28-7
c0240cb1 1096
1097%description mcrypt
1098This is a dynamic shared object (DSO) for PHP that will add mcrypt
1099support.
1100
1101%description mcrypt -l pl.UTF-8
1102Moduł PHP dodający możliwość szyfrowania poprzez bibliotekę mcrypt.
1103
1104%package mssql
1105Summary: MS SQL extension module for PHP
1106Summary(pl.UTF-8): Moduł MS SQL dla PHP
1107Group: Libraries
1108URL: http://www.php.net/manual/en/book.mssql.php
1109Requires: %{name}-common = %{epoch}:%{version}-%{release}
1110Provides: php(mssql)
d6634248 1111Obsoletes: php-mssql < 4:5.3.28-7
c0240cb1 1112
1113%description mssql
1114This is a dynamic shared object (DSO) for PHP that will add MS SQL
1115databases support through FreeTDS library.
1116
1117%description mssql -l pl.UTF-8
1118Moduł PHP dodający obsługę baz danych MS SQL poprzez bibliotekę
1119FreeTDS.
1120
1121%package mysql
1122Summary: MySQL database module for PHP
1123Summary(pl.UTF-8): Moduł bazy danych MySQL dla PHP
1124Summary(pt_BR.UTF-8): Um módulo para aplicações PHP que usam bancos de dados MySQL
1125Group: Libraries
1126URL: http://www.php.net/manual/en/book.mysql.php
1127Requires: %{name}-common = %{epoch}:%{version}-%{release}
1128%{?with_mysqlnd:Requires: %{name}-mysqlnd = %{epoch}:%{version}-%{release}}
1129Provides: php(mysql)
d6634248 1130Obsoletes: php-mysql < 4:5.3.28-7
c0240cb1 1131
1132%description mysql
1133This is a dynamic shared object (DSO) for PHP that will add MySQL
1134database support.
1135
1136%description mysql -l pl.UTF-8
1137Moduł PHP umożliwiający dostęp do bazy danych MySQL.
1138
1139%description mysql -l pt_BR.UTF-8
1140Um módulo para aplicações PHP que usam bancos de dados MySQL.
1141
1142%package mysqli
1143Summary: MySQLi module for PHP
1144Summary(pl.UTF-8): Moduł MySQLi dla PHP
1145Group: Libraries
1146URL: http://www.php.net/manual/en/book.mysqli.php
1147Requires: %{name}-common = %{epoch}:%{version}-%{release}
1148%{?with_mysqlnd:Requires: %{name}-mysqlnd = %{epoch}:%{version}-%{release}}
1149Requires: %{name}-spl = %{epoch}:%{version}-%{release}
1150Provides: php(mysqli)
d6634248 1151Obsoletes: php-mysqli < 4:5.3.28-7
c0240cb1 1152
1153%description mysqli
1154This is a dynamic shared object (DSO) for PHP that will add MySQLi
1155(Improved MySQL) support. The difference between it and mysql module
1156is that it provides access to functionality of MySQL 4.1 and above.
1157
1158%description mysqli -l pl.UTF-8
1159Moduł PHP umożliwiający udoskonalony dostęp do bazy danych MySQL.
1160Różnicą między nim a modułem mysql jest dostęp do funkcjonalności
1161MySQL w wersji 4.1 i nowszych.
1162
1163%package mysqlnd
1164Summary: MySQL Native Client Driver for PHP
1165Summary(pl.UTF-8): Sterownik natywnego klienta MySQL dla PHP
1166Group: Libraries
1167URL: http://www.php.net/manual/en/book.mysqlnd.php
1168Requires: %{name}-common = %{epoch}:%{version}-%{release}
1169Provides: php(mysqlnd)
d6634248 1170Obsoletes: php-mysqlnd < 4:5.3.28-7
c0240cb1 1171
1172%description mysqlnd
1173MySQL Native Driver is a replacement for the MySQL Client Library
1174(libmysql).
1175
1176Because MySQL Native Driver is written as a PHP extension, it is
1177tightly coupled to the workings of PHP. This leads to gains in
1178efficiency, especially when it comes to memory usage, as the driver
1179uses the PHP memory management system. It also supports the PHP memory
1180limit. Using MySQL Native Driver leads to comparable or better
1181performance than using MySQL Client Library, it always ensures the
1182most efficient use of memory. One example of the memory efficiency is
1183the fact that when using the MySQL Client Library, each row is stored
1184in memory twice, whereas with the MySQL Native Driver each row is only
1185stored once in memory.
1186
1187%description mysqlnd -l pl.UTF-8
1188MySQL Native Driver (natywny sterownik MySQL) to zamiennik biblioteki
1189klienckiej MySQL (libmysql).
1190
1191Ponieważ sterownik natywny jest napisany jako rozszerzenie PHP, jest
1192ściśle powiązany z pracą PHP. Daje to większą wydajność, zwłaszcza
1193jeśli chodzi o wykorzystanie pamięci, jako że sterownik wykorzystuje
1194system zarządzania pamięcią PHP; obsługuje także ograniczenie pamięci
1195z PHP. Niniejszy sterownik ma wydajność porównywalną lub lepszą niż
1196biblioteka kliencka MySQL, a pamięć zawsze wykorzystuje efektywniej.
1197Przykładem tego może być fakt, że w przypadku biblioteki klienckiej
1198każdy wiersz jest przechowywany w pamięci dwukrotnie, natomiast przy
1199tym sterowniku - tylko raz.
1200
1201%package oci8
1202Summary: Oracle 8+ database module for PHP
1203Summary(pl.UTF-8): Moduł bazy danych Oracle 8+ dla PHP
1204Group: Libraries
1205URL: http://www.php.net/manual/en/book.oci8.php
6cec851c 1206%{?requires_php_extension}
c0240cb1 1207Provides: php(oci8)
d6634248 1208Obsoletes: php-oci8 < 4:5.3.28-7
c0240cb1 1209
1210%description oci8
1211This is a dynamic shared object (DSO) for PHP that will add Oracle 7,
12128, 9 and 10 database support through Oracle8 Call-Interface (OCI8).
1213
1214%description oci8 -l pl.UTF-8
1215Moduł PHP umożliwiający dostęp do bazy danych Oracle 7, 8, 9 i 10
1216poprzez interfejs Oracle8 Call-Interface (OCI8).
1217
1218%package odbc
1219Summary: ODBC extension module for PHP
1220Summary(pl.UTF-8): Moduł ODBC dla PHP
1221Summary(pt_BR.UTF-8): Um módulo para aplicações PHP que usam bases de dados ODBC
1222Group: Libraries
1223URL: http://www.php.net/manual/en/book.uodbc.php
1224Requires: %{name}-common = %{epoch}:%{version}-%{release}
1225Requires: unixODBC >= 2.1.1-3
1226Provides: php(odbc)
d6634248 1227Obsoletes: php-odbc < 4:5.3.28-7
c0240cb1 1228
1229%description odbc
1230This is a dynamic shared object (DSO) for PHP that will add ODBC
1231support.
1232
1233%description odbc -l pl.UTF-8
1234Moduł PHP ze wsparciem dla ODBC.
1235
1236%description odbc -l pt_BR.UTF-8
1237Um módulo para aplicações PHP que usam ODBC.
1238
8328535b
ER
1239%package opcache
1240Summary: Zend Optimizer+ - PHP code optimizer
43df1739 1241Summary(pl.UTF-8): Zend Optimizer+ - optymalizator kodu PHP
8328535b
ER
1242Group: Libraries
1243URL: https://wiki.php.net/rfc/optimizerplus
1244Requires: %{name}-common = %{epoch}:%{version}-%{release}
62202a06 1245Requires: %{name}-pcre = %{epoch}:%{version}-%{release}
8328535b
ER
1246Provides: php(opcache) = %{opcachever}
1247
1248%description opcache
1249The Zend OPcache provides faster PHP execution through opcode caching
1250and optimization. It improves PHP performance by storing precompiled
1251script bytecode in the shared memory. This eliminates the stages of
1252reading code from the disk and compiling it on future access. In
1253addition, it applies a few bytecode optimization patterns that make
1254code execution faster.
1255
43df1739
JB
1256%description opcache -l pl.UTF-8
1257Zend OPcache zapewnia szybsze wykonywanie kodu PHP dzięki buforowaniu
1258i optymalizacji na poziomie opcode'ów. Poprawia wydajność PHP
1259przechowując prekompilowany bajtkod skryptu w pamięci współdzielonej.
1260Eliminuje etapy odczytu kodu z dysku i kompilacji przy późniejszym
1261dostępie. Ponadto wykonuje kilka wzorców optymalizacji bajtkodu,
1262czyniąc wykonywanie kodu szybszym.
1263
c0240cb1 1264%package openssl
1265Summary: OpenSSL extension module for PHP
1266Summary(pl.UTF-8): Moduł OpenSSL dla PHP
1267Group: Libraries
1268URL: http://www.php.net/manual/en/book.openssl.php
1269Requires: %{name}-common = %{epoch}:%{version}-%{release}
1270Provides: php(openssl)
d6634248 1271Obsoletes: php-openssl < 4:5.3.28-7
c0240cb1 1272
1273%description openssl
1274This is a dynamic shared object (DSO) for PHP that will add OpenSSL
1275support.
1276
1277%description openssl -l pl.UTF-8
1278Moduł PHP umożliwiający korzystanie z biblioteki OpenSSL.
1279
1280%package pcntl
1281Summary: Process Control extension module for PHP
1282Summary(pl.UTF-8): Moduł Process Control dla PHP
1283Group: Libraries
1284URL: http://www.php.net/manual/en/book.pcntl.php
1285Requires: %{name}-common = %{epoch}:%{version}-%{release}
1286Provides: php(pcntl)
d6634248 1287Obsoletes: php-pcntl < 4:5.3.28-7
c0240cb1 1288
1289%description pcntl
1290This is a dynamic shared object (DSO) for PHP that will add process
1291spawning and control support. It supports functions like fork(),
1292waitpid(), signal() etc.
1293
1294%description pcntl -l pl.UTF-8
1295Moduł PHP umożliwiający tworzenie nowych procesów i kontrolę nad nimi.
1296Obsługuje funkcje takie jak fork(), waitpid(), signal() i podobne.
1297
1298%package pcre
1299Summary: PCRE extension module for PHP
1300Summary(pl.UTF-8): Moduł PCRE dla PHP
1301Group: Libraries
1302Requires: %{name}-common = %{epoch}:%{version}-%{release}
1303Provides: php(pcre)
d6634248 1304Obsoletes: php-pcre < 4:5.3.28-7
c0240cb1 1305
1306%description pcre
1307This is a dynamic shared object (DSO) for PHP that will add Perl
1308Compatible Regular Expression support.
1309
1310%description pcre -l pl.UTF-8
1311Moduł PHP umożliwiający korzystanie z perlowych wyrażeń regularnych
1312(Perl Compatible Regular Expressions)
1313
1314%package pdo
1315Summary: PHP Data Objects (PDO)
1316Summary(pl.UTF-8): Obsługa PHP Data Objects (PDO)
1317Group: Libraries
1318URL: http://www.php.net/manual/en/book.pdo.php
1319Requires: %{name}-common = %{epoch}:%{version}-%{release}
1320Requires: %{name}-spl = %{epoch}:%{version}-%{release}
a6af2a14 1321Provides: %{name}(PDO_API) = %{php_pdo_api_version}
c0240cb1 1322Provides: php(pdo)
d6634248 1323Obsoletes: php-pdo < 4:5.3.28-7
c0240cb1 1324Obsoletes: php-pecl-PDO
1325
1326%description pdo
1327This is a dynamic shared object (DSO) for PHP that will add PDO
1328support.
1329
1330%description pdo -l pl.UTF-8
1331Moduł PHP dodający obsługę PDO (PHP Data Objects).
1332
1333%package pdo-dblib
1334Summary: PHP Data Objects (PDO) FreeTDS support
1335Summary(pl.UTF-8): Moduł PHP Data Objects (PDO) z obsługą FreeTDS
1336Group: Libraries
1337URL: http://www.php.net/manual/en/ref.pdo-dblib.php
1338Requires: %{name}-common = %{epoch}:%{version}-%{release}
1339Requires: %{name}-pdo = %{epoch}:%{version}-%{release}
1340Provides: php(dblib)
d6634248 1341Obsoletes: php-pdo-dblib < 4:5.3.28-7
c0240cb1 1342
1343%description pdo-dblib
1344This is a dynamic shared object (DSO) for PHP that will add PDO
1345FreeTDS support.
1346
1347%description pdo-dblib -l pl.UTF-8
1348Moduł dla PHP dodający obsługę baz danych FreeTDS za pośrednictwem
1349interfejsu PDO.
1350
1351%package pdo-firebird
1352Summary: PHP Data Objects (PDO) Firebird support
1353Summary(pl.UTF-8): Moduł PHP Data Objects (PDO) z obsługą Firebirda
1354Group: Libraries
1355URL: http://www.php.net/manual/en/ref.pdo-firebird.php
1356Requires: %{name}-common = %{epoch}:%{version}-%{release}
1357Requires: %{name}-pdo = %{epoch}:%{version}-%{release}
1358Provides: php(pdo-firebird)
d6634248 1359Obsoletes: php-pdo-firebird < 4:5.3.28-7
c0240cb1 1360Obsoletes: php-pecl-PDO_FIREBIRD
1361
1362%description pdo-firebird
1363This is a dynamic shared object (DSO) for PHP that will add PDO
1364Firebird support.
1365
1366%description pdo-firebird -l pl.UTF-8
1367Moduł dla PHP dodający obsługę baz danych Firebird za pośrednictwem
1368interfejsu PDO.
1369
1370%package pdo-mysql
1371Summary: PHP Data Objects (PDO) MySQL support
1372Summary(pl.UTF-8): Moduł PHP Data Objects (PDO) z obsługą MySQL-a
1373Group: Libraries
1374URL: http://www.php.net/manual/en/ref.pdo-mysql.php
1375Requires: %{name}-common = %{epoch}:%{version}-%{release}
1376%{?with_mysqlnd:Requires: %{name}-mysqlnd = %{epoch}:%{version}-%{release}}
1377Requires: %{name}-pdo = %{epoch}:%{version}-%{release}
1378Provides: php(pdo-mysql)
d6634248 1379Obsoletes: php-pdo-mysql < 4:5.3.28-7
c0240cb1 1380Obsoletes: php-pecl-PDO_MYSQL
1381
1382%description pdo-mysql
1383This is a dynamic shared object (DSO) for PHP that will add PDO MySQL
1384support.
1385
1386%description pdo-mysql -l pl.UTF-8
1387Moduł dla PHP dodający obsługę baz danych MySQL za pośrednictwem
1388interfejsu PDO.
1389
1390%package pdo-oci
1391Summary: PHP Data Objects (PDO) Oracle support
1392Summary(pl.UTF-8): Moduł PHP Data Objects (PDO) z obsługą Oracle'a
1393Group: Libraries
1394URL: http://www.php.net/manual/en/ref.pdo-oci.php
6cec851c
ER
1395%{?requires_php_extension}
1396%{?requires_php_pdo_module}
c0240cb1 1397Provides: php(pdo-oci)
d6634248 1398Obsoletes: php-pdo-oci < 4:5.3.28-7
c0240cb1 1399Obsoletes: php-pecl-PDO_OCI
1400
1401%description pdo-oci
1402This is a dynamic shared object (DSO) for PHP that will add PDO Oracle
1403support.
1404
1405%description pdo-oci -l pl.UTF-8
1406Moduł dla PHP dodający obsługę baz danych Oracle za pośrednictwem
1407interfejsu PDO.
1408
1409%package pdo-odbc
1410Summary: PHP Data Objects (PDO) ODBC support
1411Summary(pl.UTF-8): Moduł PHP Data Objects (PDO) z obsługą ODBC
1412Group: Libraries
1413URL: http://www.php.net/manual/en/ref.pdo-odbc.php
1414Requires: %{name}-common = %{epoch}:%{version}-%{release}
1415Requires: %{name}-pdo = %{epoch}:%{version}-%{release}
1416Provides: php(pdo-odbc)
d6634248 1417Obsoletes: php-pdo-odbc < 4:5.3.28-7
c0240cb1 1418Obsoletes: php-pecl-PDO_ODBC
1419
1420%description pdo-odbc
1421This is a dynamic shared object (DSO) for PHP that will add PDO ODBC
1422support.
1423
1424%description pdo-odbc -l pl.UTF-8
1425Moduł dla PHP dodający obsługę baz danych ODBC za pośrednictwem
1426interfejsu PDO.
1427
1428%package pdo-pgsql
1429Summary: PHP Data Objects (PDO) PostgreSQL support
1430Summary(pl.UTF-8): Moduł PHP Data Objects (PDO) z obsługą PostgreSQL-a
1431Group: Libraries
1432URL: http://www.php.net/manual/en/ref.pdo-pgsql.php
1433Requires: %{name}-common = %{epoch}:%{version}-%{release}
1434Requires: %{name}-pdo = %{epoch}:%{version}-%{release}
1435Provides: php(pdo-pgsql)
1436Provides: php-pecl-PDO_PGSQL
d6634248 1437Obsoletes: php-pdo-pgsql < 4:5.3.28-7
c0240cb1 1438Obsoletes: php-pecl-PDO_PGSQL < 4:5.2.1-2
1439
1440%description pdo-pgsql
1441This is a dynamic shared object (DSO) for PHP that will add PDO
1442PostgreSQL support.
1443
1444%description pdo-pgsql -l pl.UTF-8
1445Moduł dla PHP dodający obsługę baz danych PostgreSQL za pośrednictwem
1446interfejsu PDO.
1447
1448%package pdo-sqlite
1449Summary: PHP Data Objects (PDO) SQLite support
1450Summary(pl.UTF-8): Moduł PHP Data Objects (PDO) z obsługą SQLite
1451Group: Libraries
1452URL: http://www.php.net/manual/en/ref.pdo-sqlite.php
1453Requires: %{name}-common = %{epoch}:%{version}-%{release}
1454Requires: %{name}-pdo = %{epoch}:%{version}-%{release}
1455Provides: php(pdo-sqlite)
d6634248 1456Obsoletes: php-pdo-sqlite < 4:5.3.28-7
c0240cb1 1457Obsoletes: php-pecl-PDO_SQLITE
1458
1459%description pdo-sqlite
1460This is a dynamic shared object (DSO) for PHP that will add PDO SQLite
1461support.
1462
1463%description pdo-sqlite -l pl.UTF-8
1464Moduł dla PHP dodający obsługę baz danych SQLite za pośrednictwem
1465interfejsu PDO.
1466
1467%package pgsql
1468Summary: PostgreSQL database module for PHP
1469Summary(pl.UTF-8): Moduł bazy danych PostgreSQL dla PHP
1470Group: Libraries
1471URL: http://www.php.net/manual/en/book.pgsql.php
1472Requires: %{name}-common = %{epoch}:%{version}-%{release}
1473Provides: php(pgsql)
d6634248 1474Obsoletes: php-pgsql < 4:5.3.28-7
c0240cb1 1475
1476%description pgsql
1477This is a dynamic shared object (DSO) for PHP that will add PostgreSQL
1478database support.
1479
1480%description pgsql -l pl.UTF-8
1481Moduł PHP umożliwiający dostęp do bazy danych PostgreSQL.
1482
1483%description pgsql -l pt_BR.UTF-8
1484Um módulo para aplicações PHP que usam bancos de dados postgresql.
1485
1486%package phar
1487Summary: phar database module for PHP
1488Summary(pl.UTF-8): Moduł phar dla PHP
1489Group: Libraries
1490URL: http://www.php.net/manual/en/book.phar.php
1491Requires: %{name}-common = %{epoch}:%{version}-%{release}
1492Requires: %{name}-spl = %{epoch}:%{version}-%{release}
a2d3b4b6 1493Suggests: %{name}-cli
13f02a12
ER
1494# zlib is required by phar program, but as phar cli is optional should the dep be too
1495Suggests: %{name}-zlib
13f02a12
ER
1496Provides: php(phar) = %{pharver}
1497Obsoletes: php-pecl-phar < %{pharver}
d6634248 1498Obsoletes: php-phar < 4:5.3.28-7
3c2ec9fb 1499Conflicts: php-ioncube < 4.0.9
c0240cb1 1500
1501%description phar
1502This is a dynamic shared object (DSO) for PHP that will add phar
1503archive a support.
1504
1505%description phar -l pl.UTF-8
1506Moduł PHP umożliwiający dostęp do achiwów .phar.
1507
1508%package posix
1509Summary: POSIX extension module for PHP
1510Summary(pl.UTF-8): Moduł POSIX dla PHP
1511Group: Libraries
1512URL: http://www.php.net/manual/en/book.posix.php
1513Requires: %{name}-common = %{epoch}:%{version}-%{release}
1514Provides: php(posix)
d6634248 1515Obsoletes: php-posix < 4:5.3.28-7
c0240cb1 1516
1517%description posix
1518This is a dynamic shared object (DSO) for PHP that will add POSIX
1519functions support to PHP.
1520
1521%description posix -l pl.UTF-8
1522Moduł PHP umożliwiający korzystanie z funkcji POSIX.
1523
1524%package pspell
1525Summary: pspell extension module for PHP
1526Summary(pl.UTF-8): Moduł pspell dla PHP
1527Group: Libraries
1528URL: http://www.php.net/manual/en/book.pspell.php
1529Requires: %{name}-common = %{epoch}:%{version}-%{release}
1530Provides: php(pspell)
d6634248 1531Obsoletes: php-pspell < 4:5.3.28-7
c0240cb1 1532
1533%description pspell
1534This is a dynamic shared object (DSO) for PHP that will add pspell
1535support to PHP. It allows to check the spelling of a word and offer
1536suggestions.
1537
1538%description pspell -l pl.UTF-8
1539Moduł PHP umożliwiający korzystanie z pspella. Pozwala on na
1540sprawdzanie pisowni słowa i sugerowanie poprawek.
1541
1542%package readline
1543Summary: readline extension module for PHP
1544Summary(pl.UTF-8): Moduł readline dla PHP
1545Group: Libraries
1546URL: http://www.php.net/manual/en/book.readline.php
1547Requires: %{name}-cli = %{epoch}:%{version}-%{release}
1548Provides: php(readline)
d6634248 1549Obsoletes: php-readline < 4:5.3.28-7
c0240cb1 1550
1551%description readline
1552This PHP module adds support for readline functions (only for cli and
1553cgi SAPIs).
1554
1555%description readline -l pl.UTF-8
1556Moduł PHP dodający obsługę funkcji readline (tylko do SAPI cli i cgi).
1557
1558%package recode
1559Summary: recode extension module for PHP
1560Summary(pl.UTF-8): Moduł recode dla PHP
1561Group: Libraries
1562URL: http://www.php.net/manual/en/book.recode.php
1563Requires: %{name}-common = %{epoch}:%{version}-%{release}
1564Requires: recode >= 3.5d-3
1565Provides: php(recode)
d6634248 1566Obsoletes: php-recode < 4:5.3.28-7
c0240cb1 1567
1568%description recode
1569This is a dynamic shared object (DSO) for PHP that will add recode
1570support.
1571
1572%description recode -l pl.UTF-8
1573Moduł PHP dodający możliwość konwersji kodowania plików (poprzez
1574bibliotekę recode).
1575
1576%package session
1577Summary: session extension module for PHP
1578Summary(pl.UTF-8): Moduł session dla PHP
1579Group: Libraries
1580Requires: %{name}-common = %{epoch}:%{version}-%{release}
1581Requires: %{name}-spl = %{epoch}:%{version}-%{release}
1582Suggests: %{name}-hash = %{epoch}:%{version}-%{release}
7c02bb46 1583Suggests: tmpwatch
c0240cb1 1584Provides: php(session)
d6634248 1585Obsoletes: php-session < 4:5.3.28-7
c0240cb1 1586
1587%description session
1588This is a dynamic shared object (DSO) for PHP that will add session
1589support.
1590
1591%description session -l pl.UTF-8
1592Moduł PHP dodający obsługę sesji.
1593
1594%package shmop
1595Summary: Shared Memory Operations extension module for PHP
1596Summary(pl.UTF-8): Moduł shmop dla PHP
1597Group: Libraries
1598URL: http://www.php.net/manual/en/book.shmop.php
1599Requires: %{name}-common = %{epoch}:%{version}-%{release}
1600Provides: php(shmop)
d6634248 1601Obsoletes: php-shmop < 4:5.3.28-7
c0240cb1 1602
1603%description shmop
1604This is a dynamic shared object (DSO) for PHP that will add Shared
1605Memory Operations support.
1606
1607%description shmop -l pl.UTF-8
1608Moduł PHP umożliwiający korzystanie z pamięci dzielonej.
1609
1610%package simplexml
1611Summary: Simple XML extension module for PHP
1612Summary(pl.UTF-8): Moduł prostego rozszerzenia XML dla PHP
1613Group: Libraries
1614URL: http://www.php.net/manual/en/book.simplexml.php
1615Requires: %{name}-common = %{epoch}:%{version}-%{release}
1616Requires: %{name}-spl = %{epoch}:%{version}-%{release}
1617Provides: php(simplexml)
d6634248 1618Obsoletes: php-simplexml < 4:5.3.28-7
c0240cb1 1619
1620%description simplexml
1621This is a dynamic shared object (DSO) for PHP that will add Simple XML
1622support.
1623
1624%description simplexml -l pl.UTF-8
1625Moduł PHP dodający obsługę prostego XML-a.
1626
1627%package snmp
1628Summary: SNMP extension module for PHP
1629Summary(pl.UTF-8): Moduł SNMP dla PHP
1630Group: Libraries
1631URL: http://www.php.net/manual/en/book.snmp.php
1632Requires: %{name}-common = %{epoch}:%{version}-%{release}
1633Requires: %{name}-sockets = %{epoch}:%{version}-%{release}
ee044483 1634Requires: %{name}-spl = %{epoch}:%{version}-%{release}
c0240cb1 1635Provides: php(snmp)
d6634248 1636Obsoletes: php-snmp < 4:5.3.28-7
c0240cb1 1637
1638%description snmp
1639This is a dynamic shared object (DSO) for PHP that will add SNMP
1640support.
1641
1642%description snmp -l pl.UTF-8
1643Moduł PHP dodający obsługę SNMP.
1644
1645%package soap
1646Summary: soap extension module for PHP
1647Summary(pl.UTF-8): Moduł soap dla PHP
1648Group: Libraries
1649URL: http://www.php.net/manual/en/book.soap.php
1650Requires: %{name}-common = %{epoch}:%{version}-%{release}
1651Provides: php(soap)
d6634248 1652Obsoletes: php-soap < 4:5.3.28-7
c0240cb1 1653
1654%description soap
1655This is a dynamic shared object (DSO) for PHP that will add SOAP/WSDL
1656support.
1657
1658%description soap -l pl.UTF-8
1659Moduł PHP dodający obsługę SOAP/WSDL.
1660
1661%package sockets
1662Summary: sockets extension module for PHP
1663Summary(pl.UTF-8): Moduł socket dla PHP
1664Group: Libraries
1665URL: http://www.php.net/manual/en/book.sockets.php
1666Requires: %{name}-common = %{epoch}:%{version}-%{release}
1667Provides: php(sockets)
d6634248 1668Obsoletes: php-sockets < 4:5.3.28-7
c0240cb1 1669
1670%description sockets
1671This is a dynamic shared object (DSO) for PHP that will add sockets
1672support.
1673
1674%description sockets -l pl.UTF-8
1675Moduł PHP dodający obsługę gniazdek.
1676
1677%package spl
1678Summary: Standard PHP Library module for PHP
1679Summary(pl.UTF-8): Moduł biblioteki standardowej (Standard PHP Library) dla PHP
1680Group: Libraries
1681URL: http://php.net/manual/en/book.spl.php
1682Requires: %{name}-common = %{epoch}:%{version}-%{release}
1683Requires: %{name}-pcre = %{epoch}:%{version}-%{release}
1684Requires: %{name}-simplexml = %{epoch}:%{version}-%{release}
1685Provides: php(spl)
d6634248 1686Obsoletes: php-spl < 4:5.3.28-7
c0240cb1 1687
1688%description spl
1689This is a dynamic shared object (DSO) for PHP that will add Standard
1690PHP Library support.
1691
1692%description spl -l pl.UTF-8
1693Moduł PHP z biblioteką standardową PHP (SPL - Standard PHP Library).
1694
c0240cb1 1695%package sqlite3
1696Summary: SQLite3 extension module for PHP
1697Summary(pl.UTF-8): Moduł SQLite3 dla PHP
1698Group: Libraries
1699URL: http://php.net/manual/en/book.sqlite3.php
1700Requires: %{name}-common = %{epoch}:%{version}-%{release}
ce39c8ba 1701Provides: php(sqlite3) = %{sqlite3ver}
d6634248 1702Obsoletes: php-sqlite3 < 4:5.3.28-7
c0240cb1 1703
1704%description sqlite3
1705SQLite is a C library that implements an embeddable SQL database
1706engine. Programs that link with the SQLite library can have SQL
1707database access without running a separate RDBMS process.
1708
1709SQLite is not a client library used to connect to a big database
1710server. SQLite is the server. The SQLite library reads and writes
1711directly to and from the database files on disk.
1712
1713%description sqlite3 -l pl.UTF-8
1714SQLite jest napisaną w C biblioteką implementującą osadzalny silnik
1715bazodanowy SQL. Program linkujący się z biblioteką SQLite może mieć
1716dostęp do bazy SQL bez potrzeby uruchamiania dodatkowego procesu
1717RDBMS.
1718
1719SQLite to nie klient baz danych - biblioteka nie łączy się z serwerami
1720baz danych. SQLite sam jest serwerem. Biblioteka SQLite czyta i
1721zapisuje dane bezpośrednio z/do plików baz danych znajdujących się na
1722dysku.
1723
1724%package sybase-ct
1725Summary: Sybase-CT extension module for PHP
1726Summary(pl.UTF-8): Moduł Sybase-CT dla PHP
1727Group: Libraries
1728URL: http://www.php.net/manual/en/book.sybase.php
1729Requires: %{name}-common = %{epoch}:%{version}-%{release}
1730Provides: php(sybase-ct)
1731Obsoletes: php-sybase
d6634248 1732Obsoletes: php-sybase-ct < 4:5.3.28-7
c0240cb1 1733
1734%description sybase-ct
1735This is a dynamic shared object (DSO) for PHP that will add Sybase and
1736MS SQL databases support through CT-lib.
1737
1738%description sybase-ct -l pl.UTF-8
1739Moduł PHP dodający obsługę baz danych Sybase oraz MS SQL poprzez
1740CT-lib.
1741
1742%package sysvmsg
1743Summary: SysV msg extension module for PHP
1744Summary(pl.UTF-8): Moduł SysV msg dla PHP
1745Group: Libraries
1746URL: http://www.php.net/manual/en/book.sem.php
1747Requires: %{name}-common = %{epoch}:%{version}-%{release}
1748Provides: php(sysvmsg)
d6634248 1749Obsoletes: php-sysvmsg < 4:5.3.28-7
c0240cb1 1750
1751%description sysvmsg
1752This is a dynamic shared object (DSO) for PHP that will add SysV
1753message queues support.
1754
1755%description sysvmsg -l pl.UTF-8
1756Moduł PHP umożliwiający korzystanie z kolejek komunikatów SysV.
1757
1758%package sysvsem
1759Summary: SysV sem extension module for PHP
1760Summary(pl.UTF-8): Moduł SysV sem dla PHP
1761Group: Libraries
1762URL: http://www.php.net/manual/en/book.sem.php
1763Requires: %{name}-common = %{epoch}:%{version}-%{release}
1764Provides: php(sysvsem)
d6634248 1765Obsoletes: php-sysvsem < 4:5.3.28-7
c0240cb1 1766
1767%description sysvsem
1768This is a dynamic shared object (DSO) for PHP that will add SysV
1769semaphores support.
1770
1771%description sysvsem -l pl.UTF-8
1772Moduł PHP umożliwiający korzystanie z semaforów SysV.
1773
1774%package sysvshm
1775Summary: SysV shm extension module for PHP
1776Summary(pl.UTF-8): Moduł SysV shm dla PHP
1777Group: Libraries
1778URL: http://www.php.net/manual/en/book.shmop.php
1779Requires: %{name}-common = %{epoch}:%{version}-%{release}
1780Provides: php(sysvshm)
d6634248 1781Obsoletes: php-sysvshm < 4:5.3.28-7
c0240cb1 1782
1783%description sysvshm
1784This is a dynamic shared object (DSO) for PHP that will add SysV
1785Shared Memory support.
1786
1787%description sysvshm -l pl.UTF-8
1788Moduł PHP umożliwiający korzystanie z pamięci dzielonej SysV.
1789
1790%package tests
1791Summary: Contains unit test files for PHP and extensions
1792Summary(pl.UTF-8): Zawiera pliki testów jednostkowych dla PHP i rozszerzeń
1793Group: Libraries
1794URL: http://qa.php.net/
1795Requires: %{name}-cli
1796
1797%description tests
13f02a12 1798This package contains unit tests for PHP and its extensions.
c0240cb1 1799
1800%description tests -l pl.UTF-8
13f02a12 1801Ten pakiet zawiera pliki testów jednostkowych dla PHP i rozszerzeń.
c0240cb1 1802
1803%package tidy
1804Summary: Tidy extension module for PHP
1805Summary(pl.UTF-8): Moduł Tidy dla PHP
1806Group: Libraries
1807URL: http://www.php.net/manual/en/book.tidy.php
1808Requires: %{name}-common = %{epoch}:%{version}-%{release}
1809Requires: tidy
1810Provides: php(tidy)
d6634248 1811Obsoletes: php-tidy < 4:5.3.28-7
c0240cb1 1812
1813%description tidy
1814This is a dynamic shared object (DSO) for PHP that will add Tidy
1815support.
1816
1817%description tidy -l pl.UTF-8
1818Moduł PHP umożliwiający korzystanie z tidy.
1819
1820%package tokenizer
1821Summary: tokenizer extension module for PHP
1822Summary(pl.UTF-8): Moduł rozszerzenia tokenizer dla PHP
1823Group: Libraries
1824URL: http://www.php.net/manual/en/book.tokenizer.php
1825Requires: %{name}-common = %{epoch}:%{version}-%{release}
1826Provides: php(tokenizer)
d6634248 1827Obsoletes: php-tokenizer < 4:5.3.28-7
c0240cb1 1828
1829%description tokenizer
1830This is a dynamic shared object (DSO) for PHP that will add tokenizer
1831support.
1832
1833%description tokenizer -l pl.UTF-8
1834Moduł PHP dodający obsługę tokenizera do PHP.
1835
1836%package wddx
1837Summary: wddx extension module for PHP
1838Summary(pl.UTF-8): Moduł wddx dla PHP
1839Group: Libraries
1840URL: http://www.php.net/manual/en/book.wddx.php
1841Requires: %{name}-common = %{epoch}:%{version}-%{release}
1842# - wddx doesn't require session as it's disabled at compile time:
1843# if HAVE_PHP_SESSION && !defined(COMPILE_DL_SESSION)
1844# see also php.spec#rev1.120.2.22
1845#Requires: %{name}-session = %{epoch}:%{version}-%{release}
1846Requires: %{name}-xml = %{epoch}:%{version}-%{release}
1847Provides: php(wddx)
d6634248 1848Obsoletes: php-wddx < 4:5.3.28-7
c0240cb1 1849
1850%description wddx
1851This is a dynamic shared object (DSO) for PHP that will add wddx
1852support.
1853
1854%description wddx -l pl.UTF-8
1855Moduł PHP umożliwiający korzystanie z wddx.
1856
1857%package xml
1858Summary: XML extension module for PHP
1859Summary(pl.UTF-8): Moduł XML dla PHP
1860Group: Libraries
1861URL: http://www.php.net/manual/en/book.xml.php
1862Requires: %{name}-common = %{epoch}:%{version}-%{release}
1863Provides: php(xml)
d6634248 1864Obsoletes: php-xml < 4:5.3.28-7
c0240cb1 1865
1866%description xml
1867This is a dynamic shared object (DSO) for PHP that will add XML
1868support. This extension lets you create XML parsers and then define
1869handlers for different XML events.
1870
1871%description xml -l pl.UTF-8
1872Moduł PHP umożliwiający parsowanie plików XML i obsługę zdarzeń
1873związanych z tymi plikami. Pozwala on tworzyć analizatory XML-a i
1874następnie definiować procedury obsługi dla różnych zdarzeń XML.
1875
1876%package xmlreader
1877Summary: XML Reader extension module for PHP
1878Summary(pl.UTF-8): Moduł XML Reader dla PHP
1879Group: Libraries
1880URL: http://www.php.net/manual/en/book.xmlreader.php
1881Requires: %{name}-common = %{epoch}:%{version}-%{release}
026b752b 1882Requires: %{name}-dom = %{epoch}:%{version}-%{release}
c0240cb1 1883Provides: php(xmlreader)
d6634248 1884Obsoletes: php-xmlreader < 4:5.3.28-7
c0240cb1 1885
1886%description xmlreader
1887This is a dynamic shared object (DSO) for PHP that will add XML Reader
1888support. The XMLReader extension is an XML Pull parser. The reader
1889acts as a cursor going forward on the document stream and stopping at
1890each node on the way.
1891
1892%description xmlreader -l pl.UTF-8
1893Moduł PHP umożliwiający analizę plików XML w trybie Pull. Czytnik
1894działa jako kursor przechodzący przez strumień dokumentu i
1895zatrzymujący się na każdym węźle po drodze.
1896
1897%package xmlrpc
1898Summary: xmlrpc extension module for PHP
1899Summary(pl.UTF-8): Moduł xmlrpc dla PHP
1900Group: Libraries
1901URL: http://www.php.net/manual/en/book.xmlrpc.php
1902Requires: %{name}-common = %{epoch}:%{version}-%{release}
1903Requires: %{name}-xml = %{epoch}:%{version}-%{release}
1904Provides: php(xmlrpc)
d6634248 1905Obsoletes: php-xmlrpc < 4:5.3.28-7
c0240cb1 1906
1907%description xmlrpc
1908This is a dynamic shared object (DSO) for PHP that will add XMLRPC
1909support.
1910
1911%description xmlrpc -l pl.UTF-8
1912Moduł PHP dodający obsługę XMLRPC.
1913
1914%package xmlwriter
1915Summary: Fast, non-cached, forward-only means to write XML data
1916Summary(pl.UTF-8): Szybka, nie cachowana metoda zapisu danych w formacie XML
1917Group: Libraries
1918URL: http://www.php.net/manual/en/book.xmlwriter.php
1919Requires: %{name}-common = %{epoch}:%{version}-%{release}
1920Provides: php(xmlwriter)
1921Obsoletes: php-pecl-xmlwriter
d6634248 1922Obsoletes: php-xmlwriter < 4:5.3.28-7
c0240cb1 1923
1924%description xmlwriter
1925This extension wraps the libxml xmlWriter API. Represents a writer
1926that provides a non-cached, forward-only means of generating streams
1927or files containing XML data.
1928
1929%description xmlwriter -l pl.UTF-8
1930To rozszerzenie obudowuje API xmlWriter z libxml. Reprezentuje obsługę
1931zapisu dostarczającą nie cachowanych metod generowania strumieni lub
1932plików zawierających dane XML.
1933
1934%package xsl
1935Summary: xsl extension module for PHP
1936Summary(pl.UTF-8): Moduł xsl dla PHP
1937Group: Libraries
1938URL: http://www.php.net/manual/en/book.xsl.php
1939Requires: %{name}-common = %{epoch}:%{version}-%{release}
1940Requires: %{name}-dom = %{epoch}:%{version}-%{release}
1941Requires: libxslt >= 1.0.18
c0240cb1 1942Provides: php(xsl)
d6634248 1943Obsoletes: php-xsl < 4:5.3.28-7
0282b86e 1944# actually not true, functionality is similar, but API differs
c0240cb1 1945Obsoletes: php-xslt <= 3:4.3.8-1
1946
1947%description xsl
1948This is a dynamic shared object (DSO) for PHP that will add new XSL
1949support (using libxslt).
1950
1951%description xsl -l pl.UTF-8
1952Moduł PHP dodający nową obsługę XSLT (przy użyciu libxslt).
1953
1954%package zip
1955Summary: Zip management extension
1956Summary(pl.UTF-8): Zarządzanie archiwami zip
1957Group: Libraries
1958URL: http://www.php.net/manual/en/book.zip.php
1959Requires: %{name}-common = %{epoch}:%{version}-%{release}
3f5c4b2e 1960%{?with_system_libzip:Requires: libzip >= 0.10.1-2}
13f02a12
ER
1961Provides: php(zip) = %{zipver}
1962Obsoletes: php-pecl-zip < %{zipver}
d6634248 1963Obsoletes: php-zip < 4:5.3.28-7
c0240cb1 1964
1965%description zip
1966Zip is an extension to create, modify and read zip files.
1967
1968%description zip -l pl.UTF-8
1969Zip jest rozszerzeniem umożliwiającym tworzenie, modyfikację oraz
1970odczyt archiwów zip.
1971
1972%package zlib
1973Summary: Zlib extension module for PHP
1974Summary(pl.UTF-8): Moduł zlib dla PHP
1975Group: Libraries
1976URL: http://www.php.net/manual/en/book.zlib.php
1977Requires: %{name}-common = %{epoch}:%{version}-%{release}
1978Provides: php(zlib)
d6634248 1979Obsoletes: php-zlib < 4:5.3.28-7
c0240cb1 1980
1981%description zlib
1982This is a dynamic shared object (DSO) for PHP that will add zlib
1983compression support to PHP.
1984
1985%description zlib -l pl.UTF-8
1986Moduł PHP umożliwiający używanie kompresji zlib.
1987
1988%prep
00938eac 1989%if 1
8d42644e 1990%setup -q -n %{orgname}-%{version}%{?subver}
f4ee12ea
ER
1991%else
1992%setup -qc -n %{orgname}-%{version}
1993mv php-src-*/* .
1994%endif
212b9ffa 1995cp -p php.ini-production php.ini
c0240cb1 1996%patch0 -p1
5eecc0ee 1997%patch1 -p1
f4ee12ea 1998#%patch2 -p1 NEEDS PORTING
c0240cb1 1999%patch3 -p1
c0240cb1 2000%patch5 -p1
2001%patch6 -p1
c0240cb1 2002%patch7 -p1
8a89cecb 2003%{?with_milter:%patch8 -p1}
8b15d51c 2004%patch9 -p1
c0240cb1 2005%patch10 -p1
c0240cb1 2006%patch14 -p1
c0240cb1 2007%patch17 -p1
2008%patch18 -p1
c0240cb1 2009%patch21 -p1
2010%patch22 -p1
2011%patch23 -p1
2012%patch24 -p1
2013%patch25 -p1
2014%patch26 -p1
2015%patch27 -p1
2016%patch29 -p1
2017%patch31 -p1
c0240cb1 2018%if "%{pld_release}" != "ac"
2019%patch34 -p1
2020%endif
65ad3e6a 2021%{?with_sybase_ct:%patch35 -p1}
f4ee12ea
ER
2022#%patch36 -p1
2023#%patch37 -p1
2024#%patch38 -p1
c0240cb1 2025%patch39 -p1
2026%if %{with fpm}
ef84931a
ER
2027%if 0
2028# create split php-fpm.conf patch. review (restore other diffs) and commit
2029cp sapi/fpm/php-fpm.conf.in{,.orig}
2030%{__sed} -n -e '/; Start a new pool named/,$p' sapi/fpm/php-fpm.conf.in > sapi/fpm/php-fpm.conf-d.in
2031%{__sed} -i -e '/; Include one or more files/,/include=etc\/fpm\.d/d' sapi/fpm/php-fpm.conf.in
2032%{__sed} -i -e '/; Start a new pool named/,$d' sapi/fpm/php-fpm.conf.in
2033set +e
2034cd ..
2035diff -u %{orgname}-%{version}/sapi/fpm/php-fpm.conf.in{.orig,} > %{PATCH69}
2036diff -u /dev/null %{orgname}-%{version}/sapi/fpm/php-fpm.conf-d.in >> %{PATCH69}
2037exit 1
2038%else
f4ee12ea 2039#%patch69 -p1
ef84931a 2040%endif
c0240cb1 2041%patch41 -p1
2042%patch42 -p1
2043%endif
2044%patch43 -p1
2045%patch44 -p1
02d2dcbb
ER
2046#%patch45 -p1 # imap annotations. fixme
2047#%patch46 -p1 # imap myrights. fixme
c0240cb1 2048%if %{with suhosin}
2049%patch47 -p1
2050%endif
c0240cb1 2051%patch50 -p1
2052%patch51 -p1
2053%patch52 -p1
2054%patch53 -p1
c0240cb1 2055%undos ext/spl/tests/SplFileInfo_getInode_basic.phpt
2056%patch55 -p1
c0240cb1 2057%patch59 -p1
2058%patch60 -p1
c0240cb1 2059%patch62 -p1
13f02a12 2060%{?with_system_libzip:%patch65 -p1}
89f3bdfa 2061%patch66 -p1
f141d13b 2062%patch67 -p1
d16c36e5 2063#%patch68 -p1 DROP or update to 7.0 APIs
882aa900 2064%patch70 -p1
c0240cb1 2065
c0240cb1 2066sed -i -e '/PHP_ADD_LIBRARY_WITH_PATH/s#xmlrpc,#xmlrpc-epi,#' ext/xmlrpc/config.m4
c0240cb1 2067
2068# cleanup backups after patching
2069find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
2070
2071# conflict seems to be resolved by recode patches
2072%{__rm} ext/recode/config9.m4
2073
2074# remove all bundled libraries not to link with them accidentally
c0240cb1 2075%{__rm} -r ext/sqlite3/libsqlite
2076#%{__rm} -r ext/bcmath/libbcmath
2077#%{__rm} -r ext/date/lib
2078#%{__rm} -r ext/fileinfo/libmagic
2079#%{__rm} -r ext/dba/libcdb
2080#%{__rm} -r ext/dba/libflatfile
2081#%{__rm} -r ext/dba/libinifile
2082#%{__rm} -r ext/gd/libgd
2083#%{__rm} -r ext/mbstring/libmbfl
2084#%{__rm} -r ext/mbstring/oniguruma
2085%{__rm} -r ext/pcre/pcrelib
2086#%{__rm} -r ext/soap/interop
2087%{__rm} -r ext/xmlrpc/libxmlrpc
2088#%{__rm} -r ext/zip/lib
3790806a 2089%{__rm} ext/date/lib/timezonedb.h
c0240cb1 2090
13f02a12 2091cp -pf Zend/LICENSE{,.Zend}
c0240cb1 2092install -p %{SOURCE13} dep-tests.sh
2093
2094# breaks build
2095sed -i -e 's#-fvisibility=hidden##g' configure*
2096
2097# disable broken tests
2098# says just "Terminated" twice and fails
2099mv sapi/cli/tests/022.phpt{,.broken}
2100
a33e71d0
ER
2101# really dumb test, executable binary name is .libs/ something when building
2102# https://bugs.php.net/bug.php?id=54514
2103mv tests/basic/bug54514.phpt{,.disable}
2104
2105# breaks whole testsuite unexpectedly:
2106# Fatal error: Call to undefined function gzencode() in run-tests.php on line 1714
2107# probably broken as zlib is built as shared
2108mv ext/soap/tests/server019.phpt{,disable}
d1a2645a
ER
2109# Fatal error: Call to undefined function gzcompress() in run-tests.php on line 1728
2110mv ext/soap/tests/server020.phpt{,disable}
f8be3881
ER
2111
2112# runs out of memory and kills carme vserver
2113# PASS Bug #39438 (Fatal error: Out of memory) [Zend/tests/bug39438.phpt]
2114mv Zend/tests/bug39438.phpt{,.disable}
a33e71d0 2115
c0240cb1 2116# php-5.3.3/ext/standard/tests/file/statpage.phpt
2117%{__rm} ext/standard/tests/file/statpage.phpt
2118
2119# idiotic test, it will fail if somebody else makes space on disk or if disk
2120# space is not yet allocated (xfs). report upstream to advice bogus test is
2121# probably pointless.
2122%{__rm} ext/standard/tests/file/disk_free_space_basic.phpt
2123
482166f6
ER
2124%ifarch %{x8664}
2125# all pdo_sqlite, sqlite3 tests die with Aborted on carme
2126%{__rm} -r ext/pdo_sqlite/tests
2127%{__rm} -r ext/sqlite3/tests
2128%endif
2129
bbf35c27
ER
2130# skip XFAILs
2131# no point testing stuff that is knowingly broken
2132find -name '*.phpt' | xargs grep XFAIL -l | xargs rm -v
2133
482166f6
ER
2134env \
2135%ifarch %{ix86}
2136ix86= x8664=:
2137%endif
2138%ifarch %{x8664}
2139ix86=: x8664= \
dc101b85
JR
2140%endif
2141%ifarch x32
2142ix86=: x8664=: \
482166f6
ER
2143%endif
2144 sh -xe %{_sourcedir}/skip-tests.sh
c0240cb1 2145
2146%build
2147API=$(awk '/#define PHP_API_VERSION/{print $3}' main/php.h)
2148if [ $API != %{php_api_version} ]; then
2149 echo "Set %%define php_api_version to $API and re-run."
2150 exit 1
2151fi
2152
2153API=$(awk '/#define ZEND_MODULE_API_NO/{print $3}' Zend/zend_modules.h)
2154if [ $API != %{zend_module_api} ]; then
2155 echo "Set %%define zend_module_api to $API and re-run."
2156 exit 1
2157fi
2158
2159API=$(awk '/#define ZEND_EXTENSION_API_NO/{print $3}' Zend/zend_extensions.h)
2160if [ $API != %{zend_extension_api} ]; then
2161 echo "Set %%define zend_extension_api to $API and re-run."
2162 exit 1
2163fi
2164
a6af2a14
ER
2165API=$(awk '/#define PDO_DRIVER_API/{print $3}' ext/pdo/php_pdo_driver.h)
2166if [ $API != %{php_pdo_api_version} ]; then
2167 echo "Set %%define php_pdo_api_version to $API and re-run."
2168 exit 1
2169fi
2170
13f02a12
ER
2171# Check for some extension version
2172ver=$(sed -n '/#define PHP_FILEINFO_VERSION /{s/.* "//;s/".*$//;p}' ext/fileinfo/php_fileinfo.h)
2173if test "$ver" != "%{fileinfover}"; then
2174 : Error: Upstream FILEINFO version is now ${ver}, expecting %{fileinfover}.
2175 : Update the fileinfover macro and rebuild.
2176 exit 1
2177fi
2178ver=$(sed -n '/#define PHP_PHAR_VERSION /{s/.* "//;s/".*$//;p}' ext/phar/php_phar.h)
2179if test "$ver" != "%{pharver}"; then
2180 : Error: Upstream PHAR version is now ${ver}, expecting %{pharver}.
2181 : Update the pharver macro and rebuild.
2182 exit 1
2183fi
ce39c8ba
ER
2184ver=$(sed -n '/#define PHP_SQLITE3_VERSION/{s/.* "//;s/".*$//;p}' ext/sqlite3/php_sqlite3.h)
2185if test "$ver" != "%{sqlite3ver}"; then
2186 : Error: Upstream Sqlite3 version is now ${ver}, expecting %{sqlite3ver}.
2187 : Update the sqlite3ver macro and rebuild.
2188 exit 1
2189fi
8d42644e 2190ver=$(sed -n '/#define PHP_ZIP_VERSION /{s/.* "//;s/".*$//;p}' ext/zip/php_zip.h)
13f02a12
ER
2191if test "$ver" != "%{zipver}"; then
2192 : Error: Upstream ZIP version is now ${ver}, expecting %{zipver}.
2193 : Update the zipver macro and rebuild.
2194 exit 1
2195fi
2196ver=$(sed -n '/#define PHP_JSON_VERSION /{s/.* "//;s/".*$//;p}' ext/json/php_json.h)
2197if test "$ver" != "%{jsonver}"; then
2198 : Error: Upstream JSON version is now ${ver}, expecting %{jsonver}.
2199 : Update the jsonver macro and rebuild.
2200 exit 1
2201fi
f4ee12ea 2202ver=$(awk '/#define PHP_ZENDOPCACHE_VERSION/ {print $3}' ext/opcache/ZendAccelerator.h | xargs)
8328535b 2203if test "$ver" != "%{opcachever}"; then
3790806a 2204 : Error: Upstream Zend Opcache version is now ${ver}, expecting %{opcachever}.
8328535b
ER
2205 : Update the opcachever macro and rebuild.
2206 exit 1
2207fi
8d42644e
ER
2208ver=$(sed -n '/#define PHPDBG_VERSION /{s/.* "//;s/".*$//;p}' sapi/phpdbg/phpdbg.h)
2209if test "$ver" != "%{phpdbgver}"; then
2210 : Error: Upstream phpdbg version is now ${ver}, expecting %{phpdbgver}.
c3061867 2211 : Update the phpdbgver macro and rebuild.
8328535b
ER
2212 exit 1
2213fi
13f02a12
ER
2214ver=$(sed -rne 's,.*<version>(.+)</version>,\1,p' ext/bz2/package.xml)
2215if test "$ver" != "%{bz2ver}"; then
2216 : Error: Upstream BZIP2 version is now ${ver}, expecting %{bz2ver}.
2217 : Update the bz2ver macro and rebuild.
2218 exit 1
2219fi
2220ver=$(sed -n '/#define PHP_ENCHANT_VERSION /{s/.* "//;s/".*$//;p}' ext/enchant/php_enchant.h)
2221if test "$ver" != "%{enchantver}"; then
2222 : Error: Upstream Enchant version is now ${ver}, expecting %{enchantver}.
2223 : Update the enchantver macro and rebuild.
2224 exit 1
2225fi
f4ee12ea 2226ver=$(awk '/#define PHP_HASH_VERSION/ {print $3}' ext/hash/php_hash.h | xargs)
13f02a12
ER
2227if test "$ver" != "%{hashver}"; then
2228 : Error: Upstream HASH version is now ${ver}, expecting %{hashver}.
2229 : Update the hashver macro and rebuild.
2230 exit 1
2231fi
2232ver=$(sed -n '/#define PHP_INTL_VERSION /{s/.* "//;s/".*$//;p}' ext/intl/php_intl.h)
2233if test "$ver" != "%{intlver}"; then
2234 : Error: Upstream Intl version is now ${ver}, expecting %{intlver}.
2235 : Update the intlver macro and rebuild.
2236 exit 1
2237fi
2238
c0240cb1 2239export EXTENSION_DIR="%{php_extensiondir}"
2240# configure once (for faster debugging purposes)
2241if [ ! -f _built-conf ]; then
2242 # now remove Makefile copies
212b9ffa 2243 rm -f Makefile.{cgi-fcgi,fpm,cli,apxs1,apxs2,litespeed,phpdbg,milter}
c0240cb1 2244 %{__libtoolize}
2245 %{__aclocal}
2246 cp -f /usr/share/automake/config.* .
2247 ./buildconf --force
2248 touch _built-conf
2249fi
2250export PROG_SENDMAIL="/usr/lib/sendmail"
2251export CPPFLAGS="-DDEBUG_FASTCGI -DHAVE_STRNDUP %{rpmcppflags} \
2252 -I%{_includedir}/xmlrpc-epi"
2253
2254sapis="
2255cli
2256%if %{with cgi}
2257cgi-fcgi
2258%endif
2259%if %{with litespeed}
2260litespeed
2261%endif
2262%if %{with fpm}
2263fpm
2264%endif
13f02a12
ER
2265%if %{with embed}
2266embed
2267%endif
c0240cb1 2268%if %{with apache2}
2269apxs2
2270%endif
def35a47
ER
2271%if %{with phpdbg}
2272phpdbg
2273%endif
212b9ffa
ER
2274%if %{with milter}
2275milter
c0240cb1 2276%endif
2277"
2278for sapi in $sapis; do
2279 : SAPI $sapi
2280 # skip if already configured (for faster debugging purposes)
2281 [ -f Makefile.$sapi ] && continue
2282
2283 sapi_args=''
2284 case $sapi in
2285 cgi-fcgi)
2286 sapi_args='--disable-cli'
2287 ;;
2288 cli)
2289 sapi_args='--disable-cgi %{?with_gcov:--enable-gcov}'
2290 ;;
2291 fpm)
96ae08b1 2292 sapi_args='--disable-cli --disable-cgi --enable-fpm'
c0240cb1 2293 ;;
13f02a12 2294 embed)
82e4c42c 2295 sapi_args='--disable-cli --disable-cgi --enable-embed'
13f02a12 2296 ;;
c0240cb1 2297 apxs2)
2298 ver=$(rpm -q --qf '%{V}' apache-devel)
96ae08b1 2299 sapi_args="--disable-cli --disable-cgi --with-apxs2=%{apxs2} --with-apache-version=$ver"
c0240cb1 2300 ;;
2301 litespeed)
def35a47
ER
2302 sapi_args='--disable-cli --disable-cgi --with-litespeed'
2303 ;;
2304 phpdbg)
2305 sapi_args='--disable-cli --disable-cgi --enable-phpdbg %{?debug:--enable-phpdbg-debug}'
c0240cb1 2306 ;;
212b9ffa
ER
2307 milter)
2308 sapi_args='--disable-cli --disable-cgi --with-milter'
c0240cb1 2309 ;;
2310 esac
2311
2312 %configure \
2313 $sapi_args \
2314%if "%{!?configure_cache:0}%{?configure_cache}" == "0"
2315 --cache-file=config.cache \
2316%endif
2317 --with-libdir=%{_lib} \
2318 --with-config-file-path=%{_sysconfdir} \
2319 --with-config-file-scan-dir=%{_sysconfdir}/conf.d \
c0240cb1 2320 --with-system-tzdata \
2321 --%{!?debug:dis}%{?debug:en}able-debug \
2322 %{?with_zts:--enable-maintainer-zts} \
2323 --enable-inline-optimization \
476107e3
ER
2324 %{__enable_disable bcmath bcmath shared} \
2325 %{__enable_disable calendar calendar shared} \
2326 %{__enable_disable ctype ctype shared} \
2327 %{__enable_disable dba dba shared} \
2328 %{__enable_disable dom dom shared} \
e2bde909 2329 %{?with_systemtap:--enable-dtrace} \
476107e3
ER
2330 %{__enable_disable exif exif shared} \
2331 %{__enable_disable fileinfo fileinfo shared} \
2332 %{__enable_disable ftp ftp shared} \
c0240cb1 2333 --enable-gd-native-ttf \
689a4e56 2334 %{?with_intl:--enable-intl=shared} \
c0240cb1 2335 --enable-libxml \
476107e3 2336 %{__enable_disable mbstring mbstring shared,all} \
c0240cb1 2337 --enable-mbregex \
476107e3
ER
2338 %{__enable_disable pcntl pcntl shared} \
2339 %{__enable_disable pdo pdo shared} \
2340 %{__enable_disable json json shared} \
2341 %{__enable_disable hash hash shared} \
c0240cb1 2342 --enable-xmlwriter=shared \
2343%if %{with fpm}
2344 --with-fpm-user=http \
2345 --with-fpm-group=http \
2346%endif
006a7eb1 2347%if %{with pdo_dblib}
c0240cb1 2348 --with-pdo-dblib=shared \
2349%endif
2350%if %{with interbase} && %{without interbase_inst}
2351 --with-pdo-firebird=shared,/usr \
2352%endif
2353 %{?with_mhash:--with-mhash=yes} \
2354 --with-mysql-sock=/var/lib/mysql/mysql.sock \
476107e3 2355 %{__with_without pdo_mysql pdo-mysql shared,%{!?with_mysqlnd:/usr}%{?with_mysqlnd:mysqlnd}} \
329b4394 2356 %{?with_oci:--with-pdo-oci=shared%{?with_instantclient:,instantclient,%{_libdir}}} \
c0240cb1 2357 %{?with_odbc:--with-pdo-odbc=shared,unixODBC,/usr} \
2358 %{?with_pgsql:--with-pdo-pgsql=shared} \
2359 %{?with_pdo_sqlite:--with-pdo-sqlite=shared,/usr} \
d8c3b589 2360 %{?with_webp:--with-vpx-dir=/usr} \
c0240cb1 2361 --without-libexpat-dir \
476107e3 2362 %{__enable_disable posix posix shared} \
c0240cb1 2363 --enable-shared \
476107e3 2364 %{__enable_disable session session shared} \
c0240cb1 2365 --enable-shmop=shared \
2366 --enable-simplexml=shared \
2367 --enable-sysvmsg=shared \
2368 --enable-sysvsem=shared \
2369 --enable-sysvshm=shared \
c0240cb1 2370 --enable-soap=shared \
2371 --enable-sockets=shared \
2372 --enable-tokenizer=shared \
c0240cb1 2373 %{?with_wddx:--enable-wddx=shared} \
2374 --enable-xml=shared \
2375 --enable-xmlreader=shared \
476107e3 2376 %{__with_without bz2 bz2 shared} \
c0240cb1 2377 %{__with_without curl curl shared} \
2378 --with-db4 \
476107e3 2379 %{__with_without iconv iconv shared} \
13f02a12 2380 %{?with_enchant:--with-enchant=shared,/usr} \
c0240cb1 2381 --with-freetype-dir=shared \
476107e3
ER
2382 %{__with_without gettext gettext shared} \
2383 %{__with_without gd gd shared%{?with_system_gd:,/usr}} \
c0240cb1 2384 --with-gdbm \
476107e3 2385 %{__with_without gmp gmp shared} \
c0240cb1 2386 %{?with_imap:--with-imap=shared --with-imap-ssl} \
2387 %{?with_interbase:--with-interbase=shared%{!?with_interbase_inst:,/usr}} \
2388 --with-jpeg-dir=/usr \
2389 %{?with_ldap:--with-ldap=shared --with-ldap-sasl} \
476107e3 2390 %{__with_without mcrypt mcrypt shared} \
c0240cb1 2391 %{?with_mm:--with-mm} \
2392 %{?with_mssql:--with-mssql=shared} \
81d9fe7d 2393 %{?with_mysqlnd:--enable-mysqlnd=shared} \
5fae5336 2394 %{__with_without mysql mysql shared,%{!?with_mysqlnd:/usr}%{?with_mysqlnd:mysqlnd}} \
81d9fe7d 2395 %{?with_mysqli:--with-mysqli=shared,%{!?with_mysqlnd:/usr/bin/mysql_config}%{?with_mysqlnd:mysqlnd}} \
329b4394 2396 %{?with_oci:--with-oci8=shared%{?with_instantclient:,instantclient,%{_libdir}}} \
c4e1de8b 2397 %{__enable_disable opcache opcache shared} \
c0240cb1 2398 %{?with_openssl:--with-openssl=shared} \
2399 %{?with_kerberos5:--with-kerberos} \
36fd40c8 2400 --with-tcadb=/usr \
c0240cb1 2401 %{__with_without pcre pcre-regex /usr} \
2402 %{__enable_disable filter filter shared} \
2403 --with-pear=%{php_pear_dir} \
2404 %{__with_without pgsql pgsql shared,/usr} \
2405 %{__enable_disable phar phar shared} \
2406 --with-png-dir=/usr \
2407 %{?with_pspell:--with-pspell=shared} \
476107e3 2408 %{__with_without readline readline shared} \
c0240cb1 2409 %{?with_recode:--with-recode=shared} \
4b4c3c50 2410 %{__with_without ereg regex system} \
c0240cb1 2411 %{?with_snmp:--with-snmp=shared} \
2412 %{?with_sybase_ct:--with-sybase-ct=shared,/usr} \
c0240cb1 2413 %{!?with_pdo_sqlite:--without-pdo-sqlite} \
2414 %{__with_without sqlite3 sqlite3 shared,/usr} \
c0240cb1 2415 %{?with_tidy:--with-tidy=shared} \
2416 %{?with_odbc:--with-unixODBC=shared,/usr} \
2417 %{__with_without xmlrpc xmlrpc shared,/usr} \
2418 --with-xsl=shared \
2419 --with-zlib=shared \
2420 --with-zlib-dir=shared,/usr \
13f02a12 2421 %{?with_system_libzip:--with-libzip} \
c0240cb1 2422 --enable-zip=shared,/usr \
2423
2424 # save for debug
2425 cp -f Makefile Makefile.$sapi
2426 cp -f main/php_config.h php_config.h.$sapi
2427 cp -f config.log config.log.$sapi
2428done
2429
2430# as we build each SAPI in own make, adjust php-config.in forehead
529e9ea3
ER
2431sapis=$(%{__sed} -rne 's/^PHP_INSTALLED_SAPIS = (.+)/\1/p' Makefile.* | tr ' ' '\n' | sort -u | xargs)
2432%{__sed} -i -e "s,@PHP_INSTALLED_SAPIS@,$sapis," scripts/php-config.in
c0240cb1 2433
2434# must make libphp_common first, so modules can link against it.
2435cp -af php_config.h.cli main/php_config.h
2436cp -af Makefile.cli Makefile
2437%{__make} libphp_common.la
5467be0e
ER
2438# hack: MYSQLND_SHARED_LIBADD not initialized
2439%{__make} build-modules \
2440 MYSQLND_SHARED_LIBADD="-lssl -lcrypto"
c0240cb1 2441
c0240cb1 2442%if %{with apache2}
f4ee12ea 2443%{__make} libtool-sapi LIBTOOL_SAPI=sapi/apache2handler/libphp7.la -f Makefile.apxs2
c0240cb1 2444%endif
2445
2446%if %{with litespeed}
96ae08b1 2447%{__make} -f Makefile.litespeed litespeed
c0240cb1 2448%endif
2449
4d241919 2450%if %{with embed}
f4ee12ea 2451%{__make} -f Makefile.embed libphp7.la
4d241919
ER
2452%endif
2453
def35a47 2454%if %{with phpdbg}
f1570176
ER
2455# PHP_READLINE_LIBS is empty, so force readline here
2456%{__make} -f Makefile.phpdbg phpdbg \
2457 PHPDBG_EXTRA_LIBS=-lreadline
def35a47
ER
2458%endif
2459
212b9ffa
ER
2460%if %{with milter}
2461%{__make} -f Makefile.milter milter
2462%endif
2463
c0240cb1 2464# CGI/FCGI
2465%if %{with cgi}
13f02a12 2466cp -pf php_config.h.cgi-fcgi main/php_config.h
c0240cb1 2467%{__make} -f Makefile.cgi-fcgi
3aeda88b 2468[ "$(echo '<?=php_sapi_name();' | ./sapi/cgi/php-cgi -qn)" = "cgi-fcgi" ]
c0240cb1 2469%endif
2470
2471# PHP FPM
2472%if %{with fpm}
13f02a12 2473cp -pf php_config.h.fpm main/php_config.h
c0240cb1 2474%{__make} -f Makefile.fpm
3aeda88b 2475[ $(./sapi/fpm/php-fpm -n -m | grep cgi-fcgi) = "cgi-fcgi" ]
c0240cb1 2476%endif
2477
2478# CLI
13f02a12 2479cp -pf php_config.h.cli main/php_config.h
c0240cb1 2480%{__make} -f Makefile.cli
3aeda88b 2481[ "$(echo '<?=php_sapi_name();' | ./sapi/cli/php -qn)" = "cli" ]
c0240cb1 2482
2483# check for stupid xml parse breakage where &lt; and &gt; just get lost in parse result
2484./sapi/cli/php -n -dextension_dir=modules -dextension=xml.so -r '$p = xml_parser_create(); xml_parse_into_struct($p, "<x>&lt;</x>", $vals, $index); exit((int )empty($vals[0]["value"]));'
2485
2486# Generate stub .ini files for each extension
2487rm -rf conf.d
2488install -d conf.d
2489generate_inifiles() {
2490 for so in modules/*.so; do
2491 mod=$(basename $so .so)
8328535b
ER
2492 ext=extension
2493 # opcache.so is zend extension
2494 nm $so | grep -q zend_extension_entry && ext=zend_extension
c0240cb1 2495 conf="$mod.ini"
2496 # xml needs to be loaded before wddx
2497 [ "$mod" = "wddx" ] && conf="xml_$mod.ini"
2498 # pre needs to be loaded before SPL
2499 [ "$mod" = "pcre" ] && conf="PCRE.ini"
2500 # spl needs to be loaded before mysqli
2501 [ "$mod" = "spl" ] && conf="SPL.ini"
2502 # session needs to be loaded before php-pecl-http, php-pecl-memcache, php-pecl-session_mysql
2503 [ "$mod" = "session" ] && conf="Session.ini"
2504 # mysqlnd needs to be loaded before mysql,mysqli,pdo_mysqli
2505 [ "$mod" = "mysqlnd" ] && conf="MySQLND.ini"
2506 echo "+ $conf"
2507 cat > conf.d/$conf <<-EOF
8328535b
ER
2508 ; Enable $mod $ext module
2509 $ext=$mod.so
c0240cb1 2510 EOF
2511 done
2512}
2513generate_inifiles
2514
2515# Check that the module inner-dependencies are intact
2516PHP=./sapi/cli/php EXTENSION_DIR=modules CONFIG_DIR=conf.d ./dep-tests.sh > dep-tests.log
2517if grep -v OK dep-tests.log; then
2518 echo >&2 "The results above were not expected"
2519 exit 1
2520fi
2521
2522%if %{with gcov}
2523# Use CLI SAPI
13f02a12
ER
2524cp -pf php_config.h.cli main/php_config.h
2525cp -pf Makefile.cli Makefile
c0240cb1 2526%{__make} lcov
2527# you really don't want to package result of gcov build
2528exit 1
2529%endif
2530
c0240cb1 2531cat <<'EOF' > run-tests.sh
2532#!/bin/sh
2533export NO_INTERACTION=1 REPORT_EXIT_STATUS=1 MALLOC_CHECK_=2
2534unset TZ LANG LC_ALL || :
2535%{__make} test \
2536 EXTENSION_DIR=modules \
2537 PHP_TEST_SHARED_SYSTEM_EXTENSIONS= \
2538 RUN_TESTS_SETTINGS="-q $*"
2539EOF
2540chmod +x run-tests.sh
336b95c5
ER
2541
2542%if %{with tests}
2543# Run tests, using the CLI SAPI
2544cp -pf php_config.h.cli main/php_config.h
2545cp -pf Makefile.cli Makefile
2546
13ed24d5
ER
2547./run-tests.sh -w failed.log -s tests.log || {
2548rc=$?
c0240cb1 2549
2550# collect failed tests into cleanup script used in prep.
482166f6
ER
2551sed -ne '/^FAILED TEST SUMMARY/,/^===/p' tests.log | sed -e '1,/^---/d;/^===/,$d' > tests-failed.log
2552sed -ne '/^via/d;/\[.*\]/{s/\t*\(.*\) \[\(.*\)\]\(.*\)/# \1\3\nmv \2{,.skip}/p}' tests-failed.log \
c0240cb1 2553 >> %{_sourcedir}/skip-tests.sh
2554
482166f6
ER
2555# if on builders, dump test log
2556tty -q || cat tests.log
5279719f
ER
2557
2558test ! -s failed.log
13ed24d5
ER
2559exit $rc
2560}
c0240cb1 2561%endif
2562
2563%install
2564rm -rf $RPM_BUILD_ROOT
2565install -d $RPM_BUILD_ROOT{%{_libdir}/{php,apache{,1}},%{_sysconfdir}/{apache,cgi}} \
2566 $RPM_BUILD_ROOT{%{_sbindir},%{_bindir}} \
2567 $RPM_BUILD_ROOT/etc/{apache/conf.d,httpd/conf.d} \
2568 $RPM_BUILD_ROOT%{_mandir}/man{1,8} \
2569
13f02a12
ER
2570cp -pf php_config.h.cli main/php_config.h
2571cp -pf Makefile.cli Makefile
c0240cb1 2572%{__make} install \
b27ad7c4 2573 phpbuilddir=%{_libdir}/%{name}/build \
c0240cb1 2574 INSTALL_ROOT=$RPM_BUILD_ROOT
2575
fc1ec767
ER
2576# version the .phar files
2577mv $RPM_BUILD_ROOT%{_bindir}/phar{,%{ver_suffix}}.phar
2578mv $RPM_BUILD_ROOT%{_mandir}/man1/phar{,%{ver_suffix}}.phar.1
c0240cb1 2579# make link relative
fc1ec767 2580ln -sfn phar%{ver_suffix}.phar $RPM_BUILD_ROOT%{_bindir}/phar
c0240cb1 2581
c04c07ff
ER
2582# version suffix
2583v=$(echo %{version} | cut -d. -f1-2)
2584
c0240cb1 2585# install Apache2 DSO module
2586%if %{with apache2}
f4ee12ea
ER
2587libtool --mode=install install -p sapi/apache2handler/libphp7.la $RPM_BUILD_ROOT%{_libdir}/apache
2588mv $RPM_BUILD_ROOT%{_libdir}/apache/libphp7{,-$v}.so
2589ln -s libphp7-$v.so $RPM_BUILD_ROOT%{_libdir}/apache/libphp7.so
c0240cb1 2590%endif
2591
2592# install litespeed sapi
2593%if %{with litespeed}
f9101cd2 2594libtool --mode=install install -p sapi/litespeed/php $RPM_BUILD_ROOT%{_sbindir}/%{name}.litespeed
c0240cb1 2595%endif
2596
def35a47
ER
2597%if %{with phpdbg}
2598%{__make} -f Makefile.phpdbg install-phpdbg \
2599 INSTALL_ROOT=$RPM_BUILD_ROOT
2600%endif
2601
212b9ffa
ER
2602%if %{with milter}
2603%{__make} -f Makefile.milter install-milter \
2604 INSTALL_ROOT=$RPM_BUILD_ROOT
2605%endif
2606
13f02a12 2607libtool --mode=install install -p libphp_common.la $RPM_BUILD_ROOT%{_libdir}
c0240cb1 2608
2609# install CGI/FCGI
2610%if %{with cgi}
13f02a12 2611# install-cgi
694e535c
ER
2612libtool --mode=install install -p sapi/cgi/php-cgi $RPM_BUILD_ROOT%{_bindir}/%{name}.cgi
2613ln -sf %{name}.cgi $RPM_BUILD_ROOT%{_bindir}/%{name}.fcgi
13f02a12 2614cp -p %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/php-cgi-fcgi.ini
c0240cb1 2615%endif
2616
2617# install FCGI PM
2618%if %{with fpm}
2619install -d $RPM_BUILD_ROOT{%{_sysconfdir}/fpm.d,%{_sbindir}}
f9101cd2
ER
2620libtool --mode=install install -p sapi/fpm/php-fpm $RPM_BUILD_ROOT%{_sbindir}/%{name}-fpm
2621cp -p sapi/fpm/php-fpm.8 $RPM_BUILD_ROOT%{_mandir}/man8/%{name}-fpm.8
13f02a12 2622cp -p sapi/fpm/php-fpm.conf $RPM_BUILD_ROOT%{_sysconfdir}
f4ee12ea 2623cp -p sapi/fpm/www.conf $RPM_BUILD_ROOT%{_sysconfdir}/fpm.d
c0240cb1 2624install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
f9101cd2 2625install -p %{SOURCE10} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}-fpm
d307ed78
ER
2626install -d $RPM_BUILD_ROOT/etc/logrotate.d
2627cp -p %{SOURCE11} $RPM_BUILD_ROOT/etc/logrotate.d/%{name}-fpm
db9dad5e
ER
2628%if "%{pld_release}" == "ac"
2629%{__sed} -i -e '/su/d' $RPM_BUILD_ROOT/etc/logrotate.d/%{name}-fpm
2630%endif
d307ed78 2631
f9101cd2
ER
2632%{__sed} -i -e '
2633 s#/usr/lib/php#%{php_extensiondir}#
2634 s#/etc/php#%{_sysconfdir}#
2635 s#@processname@#%{name}-fpm#g
b604e307 2636' $RPM_BUILD_ROOT{/etc/{rc.d/init.d/%{name}-fpm,logrotate.d/%{name}-fpm},%{_sysconfdir}/php-fpm.conf,%{_sysconfdir}/fpm.d/www.conf}
13f02a12
ER
2637%endif
2638
2639# install Embedded API
2640%if %{with embed}
13f02a12 2641# we could use install-headers from Makefile.embed, but that would reinstall all headers
82e4c42c 2642# install-sapi installs to wrong dir, so just do it all manually
13f02a12 2643install -d $RPM_BUILD_ROOT%{_includedir}/php/sapi/embed
f4ee12ea 2644install -p libs/libphp7.so $RPM_BUILD_ROOT%{_libdir}
13f02a12 2645cp -p sapi/embed/php_embed.h $RPM_BUILD_ROOT%{_includedir}/php/sapi/embed
c0240cb1 2646%endif
2647
2648# install CLI
580d93e0
ER
2649# versioned suffix is always installed
2650libtool --mode=install install -p sapi/cli/php $RPM_BUILD_ROOT%{_bindir}/php%{ver_suffix}
2651cp -p sapi/cli/php.1 $RPM_BUILD_ROOT%{_mandir}/man1/php%{ver_suffix}.1
2652echo ".so php%{ver_suffix}.1" >$RPM_BUILD_ROOT%{_mandir}/man1/php.1
2653ln -sf php%{ver_suffix} $RPM_BUILD_ROOT%{_bindir}/php
c0240cb1 2654
f831b4f0 2655cp -p php.ini $RPM_BUILD_ROOT%{_sysconfdir}/php.ini
13f02a12 2656cp -p %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/php-cli.ini
c0240cb1 2657
c0240cb1 2658%if %{with apache2}
13f02a12
ER
2659cp -p %{SOURCE2} $RPM_BUILD_ROOT/etc/httpd/conf.d/70_mod_php.conf
2660cp -p %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/php-apache2handler.ini
f4ee12ea 2661%{__rm} -f $RPM_BUILD_ROOT%{_libdir}/apache/libphp7.la
c0240cb1 2662%endif
2663
f831b4f0 2664# ensure that paths are correct for current php version and arch
37a42448 2665grep -El '/etc/php/|/usr/lib/php/' $RPM_BUILD_ROOT%{_sysconfdir}/*.ini | xargs -r \
f831b4f0
ER
2666%{__sed} -i -e '
2667 s#/usr/lib/php#%{php_extensiondir}#
2668 s#/etc/php#%{_sysconfdir}#
63bcb1b6 2669'
f831b4f0 2670
c0240cb1 2671install -d $RPM_BUILD_ROOT%{_sysconfdir}/conf.d
13f02a12 2672cp -p conf.d/*.ini $RPM_BUILD_ROOT%{_sysconfdir}/conf.d
c0240cb1 2673
2674# per SAPI ini directories
2675install -d $RPM_BUILD_ROOT%{_sysconfdir}/{cgi-fcgi,cli,apache,apache2handler}.d
2676
2677# for CLI SAPI only
2678mv $RPM_BUILD_ROOT%{_sysconfdir}/{conf.d/readline.ini,cli.d}
2679
2680# use system automake and {lib,sh}tool
77ee6bb7 2681ln -snf /usr/share/automake/config.{guess,sub} $RPM_BUILD_ROOT%{_libdir}/%{name}/build
b27ad7c4 2682ln -snf %{_bindir}/shtool $RPM_BUILD_ROOT%{_libdir}/%{name}/build
77ee6bb7
ER
2683for fn in libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4; do
2684 f=%{_aclocaldir}/$fn
2685 test -f $f || continue
2686 ln -snf $f $RPM_BUILD_ROOT%{_libdir}/%{name}/build
2687done
2688for fn in ltmain.sh config/ltmain.sh build-aux/ltmain.sh; do
2689 f=/usr/share/libtool/$fn
2690 test -f $f || continue
2691 ln -snf $f $RPM_BUILD_ROOT%{_libdir}/%{name}/build
2692 break
2693done
b27ad7c4 2694sed -i -e '/^phpdir/ s,/php/build,/%{name}/build,' $RPM_BUILD_ROOT%{_bindir}/phpize
c0240cb1 2695
2696# for php-pecl-mailparse
2697install -d $RPM_BUILD_ROOT%{_includedir}/php/ext/mbstring
13f02a12 2698cp -p ext/mbstring/libmbfl/mbfl/*.h $RPM_BUILD_ROOT%{_includedir}/php/ext/mbstring
c0240cb1 2699
2700# tests
2701install -d $RPM_BUILD_ROOT%{php_data_dir}/tests/php
2702install -p run-tests.php $RPM_BUILD_ROOT%{php_data_dir}/tests/php/run-tests.php
2703cp -a tests/* $RPM_BUILD_ROOT%{php_data_dir}/tests/php
2704
13f02a12
ER
2705# fix install paths, avoid evil rpaths
2706sed -i -e "s|^libdir=.*|libdir='%{_libdir}'|" $RPM_BUILD_ROOT%{_libdir}/libphp_common.la
13f02a12 2707# better solution?
b27ad7c4 2708sed -i -e 's|libphp_common.la|$(libdir)/libphp_common.la|' $RPM_BUILD_ROOT%{_libdir}/%{name}/build/acinclude.m4
13f02a12 2709
c0240cb1 2710%clean
2711rm -rf $RPM_BUILD_ROOT
2712
aa424f73 2713%post -n apache-mod_%{name}
c0240cb1 2714if [ "$1" = "1" ]; then
2715 %service -q httpd restart
2716fi
2717
aa424f73 2718%postun -n apache-mod_%{name}
c0240cb1 2719if [ "$1" = "0" ]; then
2720 %service -q httpd restart
2721fi
2722
2723%pre fpm
2724%useradd -u 51 -r -s /bin/false -c "HTTP User" -g http http
2725
2726%post fpm
ff9cec3f
ER
2727/sbin/chkconfig --add %{name}-fpm
2728%service %{name}-fpm restart
c0240cb1 2729
2730%preun fpm
8f7b6246 2731if [ "$1" = "0" ]; then
ff9cec3f
ER
2732 %service %{name}-fpm stop
2733 /sbin/chkconfig --del %{name}-fpm
c0240cb1 2734fi
2735
2736%postun fpm
2737if [ "$1" = "0" ]; then
2738 %userremove http
2739fi
2740
13f02a12
ER
2741%post embedded -p /sbin/ldconfig
2742%postun embedded -p /sbin/ldconfig
2743
c0240cb1 2744%post common
2745# PHP 5.3 requires timezone being setup, try setup it from tzdata
5d43dd0d
ER
2746if ! grep -q '^date.timezone[[:space:]]*=' %{_sysconfdir}/php.ini && [ -f /etc/sysconfig/timezone ]; then
2747 TIMEZONE=
2748 . /etc/sysconfig/timezone
2749 if [ "$TIMEZONE" ]; then
2750 %{__sed} -i -e "s,^;date.timezone[[:space:]]*=.*,date.timezone = $TIMEZONE," %{_sysconfdir}/php.ini
c0240cb1 2751 fi
2752fi
2753
2754%posttrans common
2755# minimizing apache restarts logics. we restart webserver:
2756#
2757# 1. at the end of transaction. (posttrans, feature from rpm 4.4.2)
2758# 2. first install of extension (post: $1 = 1)
2759# 2. uninstall of extension (postun: $1 == 0)
2760#
2761# the strict internal deps between extensions (and apache modules) and
2762# common package are very important for all this to work.
2763
2764# restart webserver at the end of transaction
2765[ ! -f /etc/apache/conf.d/??_mod_php.conf ] || %service -q apache restart
2766[ ! -f /etc/httpd/conf.d/??_mod_php.conf ] || %service -q httpd restart
2767
263ef8fe
ER
2768%triggerpostun common -- php-common < 4:5.3.28-7
2769# migrate configs /etc/php/conf.d -> /etc/phpXY/conf.d/
2770# do config migration in php-common trigger, as the trigger is ran after all packages are upgraded
2771# this way we can stick to one trigger, instead of attaching one for each (sub)package!
2772for f in /etc/php/*.ini.rpmsave /etc/php/*.d/*.ini.rpmsave; do
2773 test -f "$f" || continue
2774 bn=${f#/etc/php/}
2775 dn=${bn%/*}
2776 fn=${bn#*/}
2777 test "$dn" = "$fn" && dn=
2778 fn=${fn%.rpmsave}
2779 nf=%{_sysconfdir}/$dn/$fn
2780 test -f "$nf" || continue
8f7b6246
TP
2781 cp -vfb $nf{,.rpmnew}
2782 cp -vfb $f $nf
396b93df
ER
2783 %{__sed} -i -e '
2784 s#%{_libdir}/php#%{_libdir}/%{name}#
2785 s#/etc/php#%{_sysconfdir}#
2786 ' $nf
263ef8fe
ER
2787done
2788
7330d6ec 2789%triggerpostun common -- %{name}-common < 4:5.6.4-2, php-common < 4:5.6.4-2
9f2b265f
ER
2790# switch to browscap package if the ini file has original value
2791%{__sed} -i -e 's#%{_sysconfdir}/browscap.ini#/usr/share/browscap/php_browscap.ini#' %{_sysconfdir}/php.ini
06903eea
ER
2792# disable browscap, if optional package not present
2793if [ ! -e /usr/share/browscap/php_browscap.ini ]; then
2794 %{__sed} -i -e 's#^browscap = /usr/share/browscap/php_browscap.ini#;&#' %{_sysconfdir}/php.ini
2795fi
9f2b265f 2796
c0240cb1 2797# common macros called at extension post/postun scriptlet
2798%define extension_scripts() \
2799%post %1 \
2800if [ "$1" = "1" ]; then \
2801 %php_webserver_restart \
2802fi \
2803\
2804%postun %1 \
2805if [ "$1" = "0" ]; then \
2806 %php_webserver_restart \
2807fi
2808%{nil}
2809
2810# extension scripts defines
2811%extension_scripts bcmath
2812%extension_scripts bz2
2813%extension_scripts calendar
2814%extension_scripts ctype
2815%extension_scripts curl
2816%extension_scripts dba
2817%extension_scripts dom
13f02a12 2818%extension_scripts enchant
c0240cb1 2819%extension_scripts exif
2820%extension_scripts fileinfo
2821%extension_scripts filter
2822%extension_scripts ftp
2823%extension_scripts gd
2824%extension_scripts gettext
2825%extension_scripts gmp
2826%extension_scripts hash
2827%extension_scripts iconv
2828%extension_scripts imap
2829%extension_scripts interbase
2830%extension_scripts intl
2831%extension_scripts json
2832%extension_scripts ldap
2833%extension_scripts mbstring
2834%extension_scripts mcrypt
2835%extension_scripts mssql
2836%extension_scripts mysql
2837%extension_scripts mysqli
2838%extension_scripts mysqlnd
2839%extension_scripts oci8
2840%extension_scripts odbc
8328535b 2841%extension_scripts opcache
c0240cb1 2842%extension_scripts openssl
2843%extension_scripts pcre
e12b4121 2844%extension_scripts pdo
c0240cb1 2845%extension_scripts pdo-dblib
2846%extension_scripts pdo-firebird
56b7d841 2847%extension_scripts pdo-oci
c0240cb1 2848%extension_scripts pdo-mysql
2849%extension_scripts pdo-odbc
2850%extension_scripts pdo-pgsql
2851%extension_scripts pdo-sqlite
2852%extension_scripts pgsql
2853%extension_scripts phar
e12b4121 2854%extension_scripts pcntl
c0240cb1 2855%extension_scripts posix
2856%extension_scripts pspell
2857%extension_scripts recode
2858%extension_scripts session
2859%extension_scripts shmop
e12b4121 2860%extension_scripts simplexml
c0240cb1 2861%extension_scripts snmp
2862%extension_scripts soap
2863%extension_scripts sockets
2864%extension_scripts spl
c0240cb1 2865%extension_scripts sqlite3
2866%extension_scripts sybase-ct
2867%extension_scripts sysvmsg
2868%extension_scripts sysvsem
2869%extension_scripts sysvshm
2870%extension_scripts tidy
2871%extension_scripts tokenizer
2872%extension_scripts wddx
2873%extension_scripts xml
2874%extension_scripts xmlreader
2875%extension_scripts xmlrpc
2876%extension_scripts xmlwriter
2877%extension_scripts xsl
2878%extension_scripts zip
2879%extension_scripts zlib
2880
c0240cb1 2881%if %{with apache2}
aa424f73 2882%files -n apache-mod_%{name}
c0240cb1 2883%defattr(644,root,root,755)
2884%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/httpd/conf.d/*_mod_php.conf
2885%dir %{_sysconfdir}/apache2handler.d
2886%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-apache2handler.ini
f4ee12ea
ER
2887%attr(755,root,root) %{_libdir}/apache/libphp7.so
2888%attr(755,root,root) %{_libdir}/apache/libphp7-*.*.so
c0240cb1 2889%endif
2890
2891%if %{with litespeed}
2892%files litespeed
2893%defattr(644,root,root,755)
aa424f73 2894%attr(755,root,root) %{_sbindir}/%{name}.litespeed
c0240cb1 2895%endif
2896
2897%if %{with cgi}
2898%files cgi
2899%defattr(644,root,root,755)
2900%dir %{_sysconfdir}/cgi-fcgi.d
2901%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-cgi-fcgi.ini
694e535c
ER
2902%attr(755,root,root) %{_bindir}/%{name}.cgi
2903%attr(755,root,root) %{_bindir}/%{name}.fcgi
c0240cb1 2904%endif
2905
13f02a12
ER
2906%if %{with embed}
2907%files embedded
2908%defattr(644,root,root,755)
f4ee12ea 2909%attr(755,root,root) %{_libdir}/libphp7.so
13f02a12
ER
2910%endif
2911
c0240cb1 2912%files cli
2913%defattr(644,root,root,755)
2914%dir %{_sysconfdir}/cli.d
2915%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-cli.ini
580d93e0
ER
2916%attr(755,root,root) %{_bindir}/php%{ver_suffix}
2917%{_mandir}/man1/php%{ver_suffix}.1*
c0240cb1 2918
2919%files program
2920%defattr(644,root,root,755)
2921%attr(755,root,root) %{_bindir}/php
872bc3df 2922%{_mandir}/man1/php.1*
c0240cb1 2923
2924%if %{with fpm}
2925%files fpm
2926%defattr(644,root,root,755)
13f02a12 2927%doc sapi/fpm/{CREDITS,LICENSE}
c0240cb1 2928%dir %{_sysconfdir}/fpm.d
2929%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-fpm.conf
b604e307 2930%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fpm.d/www.conf
f9101cd2
ER
2931%attr(755,root,root) %{_sbindir}/%{name}-fpm
2932%{_mandir}/man8/%{name}-fpm.8*
2933%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/%{name}-fpm
2934%attr(754,root,root) /etc/rc.d/init.d/%{name}-fpm
c0240cb1 2935%endif
2936
c42c0fb8 2937%if %{with phpdbg}
8d42644e
ER
2938%files phpdbg
2939%defattr(644,root,root,755)
2940%attr(755,root,root) %{_bindir}/phpdbg
a050c8c0 2941%{_mandir}/man1/phpdbg.1*
c42c0fb8 2942%endif
8d42644e 2943
212b9ffa
ER
2944%if %{with milter}
2945%files milter
2946%defattr(644,root,root,755)
2947%attr(755,root,root) %{_bindir}/php-milter
2948%endif
2949
c0240cb1 2950%files common
2951%defattr(644,root,root,755)
8d42644e 2952%doc CREDITS EXTENSIONS LICENSE NEWS README.namespaces UPGRADING* Zend/{LICENSE.Zend,ZEND_CHANGES} php.ini-*
c0240cb1 2953%dir %{_sysconfdir}
2954%dir %{_sysconfdir}/conf.d
2955%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php.ini
c0240cb1 2956%attr(755,root,root) %{_libdir}/libphp_common-*.so
2957%dir %{php_extensiondir}
2958
13f02a12
ER
2959%doc ext/session/mod_files.sh
2960
c0240cb1 2961%files devel
2962%defattr(644,root,root,755)
8d42644e 2963%doc CODING_STANDARDS README.{EXT_SKEL,PARAMETER_PARSING_API,SELF-CONTAINED-EXTENSIONS,STREAMS,SUBMITTING_PATCH,TESTING,TESTING2,UNIX-BUILD-SYSTEM,input_filter}
c0240cb1 2964%attr(755,root,root) %{_bindir}/phpize
2965%attr(755,root,root) %{_bindir}/php-config
2966%attr(755,root,root) %{_libdir}/libphp_common.so
2967%{_libdir}/libphp_common.la
2968%{_includedir}/php
b27ad7c4 2969%{_libdir}/%{name}/build
c0240cb1 2970%{_mandir}/man1/php-config.1*
2971%{_mandir}/man1/phpize.1*
2972
476107e3 2973%if %{with bcmath}
c0240cb1 2974%files bcmath
2975%defattr(644,root,root,755)
2976%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/bcmath.ini
2977%attr(755,root,root) %{php_extensiondir}/bcmath.so
476107e3 2978%endif
c0240cb1 2979
476107e3 2980%if %{with bz2}
c0240cb1 2981%files bz2
2982%defattr(644,root,root,755)
8cd9d573 2983%doc ext/bz2/CREDITS
c0240cb1 2984%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/bz2.ini
2985%attr(755,root,root) %{php_extensiondir}/bz2.so
476107e3 2986%endif
c0240cb1 2987
476107e3 2988%if %{with calendar}
c0240cb1 2989%files calendar
2990%defattr(644,root,root,755)
8cd9d573 2991%doc ext/calendar/CREDITS
c0240cb1 2992%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/calendar.ini
2993%attr(755,root,root) %{php_extensiondir}/calendar.so
476107e3 2994%endif
c0240cb1 2995
476107e3 2996%if %{with ctype}
c0240cb1 2997%files ctype
2998%defattr(644,root,root,755)
8cd9d573 2999%doc ext/calendar/CREDITS
c0240cb1 3000%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ctype.ini
3001%attr(755,root,root) %{php_extensiondir}/ctype.so
476107e3 3002%endif
c0240cb1 3003
3004%if %{with curl}
3005%files curl
3006%defattr(644,root,root,755)
8cd9d573 3007%doc ext/curl/CREDITS
c0240cb1 3008%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/curl.ini
3009%attr(755,root,root) %{php_extensiondir}/curl.so
3010%endif
3011
476107e3 3012%if %{with dba}
c0240cb1 3013%files dba
3014%defattr(644,root,root,755)
cd6e98f7 3015%doc ext/dba/{CREDITS,README}
c0240cb1 3016%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/dba.ini
3017%attr(755,root,root) %{php_extensiondir}/dba.so
476107e3 3018%endif
c0240cb1 3019
476107e3 3020%if %{with dom}
c0240cb1 3021%files dom
3022%defattr(644,root,root,755)
8cd9d573 3023%doc ext/dom/{CREDITS,TODO}
894cb112 3024%doc ext/dom/examples
c0240cb1 3025%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/dom.ini
3026%attr(755,root,root) %{php_extensiondir}/dom.so
476107e3 3027%endif
c0240cb1 3028
e5448b0f 3029%if %{with enchant}
13f02a12
ER
3030%files enchant
3031%defattr(644,root,root,755)
3032%doc ext/enchant/{CREDITS,docs/examples}
3033%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/enchant.ini
3034%attr(755,root,root) %{php_extensiondir}/enchant.so
e5448b0f 3035%endif
13f02a12 3036
476107e3 3037%if %{with exif}
c0240cb1 3038%files exif
3039%defattr(644,root,root,755)
8cd9d573 3040%doc ext/exif/CREDITS
c0240cb1 3041%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/exif.ini
3042%attr(755,root,root) %{php_extensiondir}/exif.so
476107e3 3043%endif
c0240cb1 3044
476107e3 3045%if %{with fileinfo}
c0240cb1 3046%files fileinfo
3047%defattr(644,root,root,755)
8cd9d573 3048%doc ext/fileinfo/CREDITS
c0240cb1 3049%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/fileinfo.ini
3050%attr(755,root,root) %{php_extensiondir}/fileinfo.so
476107e3 3051%endif
c0240cb1 3052
3053%if %{with filter}
3054%files filter
3055%defattr(644,root,root,755)
8cd9d573 3056%doc ext/filter/{CREDITS,docs/*}
c0240cb1 3057%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/filter.ini
3058%attr(755,root,root) %{php_extensiondir}/filter.so
3059%endif
3060
476107e3 3061%if %{with ftp}
c0240cb1 3062%files ftp
3063%defattr(644,root,root,755)
8cd9d573 3064%doc ext/ftp/CREDITS
c0240cb1 3065%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ftp.ini
3066%attr(755,root,root) %{php_extensiondir}/ftp.so
476107e3 3067%endif
c0240cb1 3068
476107e3 3069%if %{with gd}
c0240cb1 3070%files gd
3071%defattr(644,root,root,755)
8cd9d573 3072%doc ext/gd/CREDITS
c0240cb1 3073%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gd.ini
3074%attr(755,root,root) %{php_extensiondir}/gd.so
476107e3 3075%endif
c0240cb1 3076
476107e3 3077%if %{with gettext}
c0240cb1 3078%files gettext
3079%defattr(644,root,root,755)
8cd9d573 3080%doc ext/gettext/CREDITS
c0240cb1 3081%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gettext.ini
3082%attr(755,root,root) %{php_extensiondir}/gettext.so
476107e3 3083%endif
c0240cb1 3084
476107e3 3085%if %{with gmp}
c0240cb1 3086%files gmp
3087%defattr(644,root,root,755)
8cd9d573 3088%doc ext/gmp/{CREDITS,README,TODO}
c0240cb1 3089%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gmp.ini
3090%attr(755,root,root) %{php_extensiondir}/gmp.so
476107e3 3091%endif
c0240cb1 3092
476107e3 3093%if %{with hash}
c0240cb1 3094%files hash
3095%defattr(644,root,root,755)
8cd9d573 3096%doc ext/hash/{CREDITS,README}
c0240cb1 3097%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/hash.ini
3098%attr(755,root,root) %{php_extensiondir}/hash.so
476107e3 3099%endif
c0240cb1 3100
476107e3 3101%if %{with iconv}
c0240cb1 3102%files iconv
3103%defattr(644,root,root,755)
8cd9d573 3104%doc ext/iconv/CREDITS
c0240cb1 3105%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/iconv.ini
3106%attr(755,root,root) %{php_extensiondir}/iconv.so
476107e3 3107%endif
c0240cb1 3108
3109%if %{with imap}
3110%files imap
3111%defattr(644,root,root,755)
8cd9d573 3112%doc ext/imap/CREDITS
c0240cb1 3113%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/imap.ini
3114%attr(755,root,root) %{php_extensiondir}/imap.so
3115%endif
3116
3117%if %{with interbase}
3118%files interbase
3119%defattr(644,root,root,755)
8cd9d573 3120%doc ext/interbase/CREDITS
c0240cb1 3121%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/interbase.ini
3122%attr(755,root,root) %{php_extensiondir}/interbase.so
3123%endif
3124
689a4e56 3125%if %{with intl}
c0240cb1 3126%files intl
3127%defattr(644,root,root,755)
8cd9d573 3128%doc ext/intl/{CREDITS,TODO}
c0240cb1 3129%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/intl.ini
3130%attr(755,root,root) %{php_extensiondir}/intl.so
689a4e56 3131%endif
c0240cb1 3132
476107e3 3133%if %{with json}
c0240cb1 3134%files json
3135%defattr(644,root,root,755)
8cd9d573 3136%doc ext/json/CREDITS
c0240cb1 3137%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/json.ini
3138%attr(755,root,root) %{php_extensiondir}/json.so
476107e3 3139%endif
c0240cb1 3140
3141%if %{with ldap}
3142%files ldap
3143%defattr(644,root,root,755)
8cd9d573 3144%doc ext/ldap/CREDITS
c0240cb1 3145%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ldap.ini
3146%attr(755,root,root) %{php_extensiondir}/ldap.so
3147%endif
3148
476107e3 3149%if %{with mbstring}
c0240cb1 3150%files mbstring
3151%defattr(644,root,root,755)
8cd9d573 3152%doc ext/mbstring/{CREDITS,README*}
c0240cb1 3153%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mbstring.ini
3154%attr(755,root,root) %{php_extensiondir}/mbstring.so
476107e3 3155%endif
c0240cb1 3156
476107e3 3157%if %{with mcrypt}
c0240cb1 3158%files mcrypt
3159%defattr(644,root,root,755)
8cd9d573 3160%doc ext/mcrypt/{CREDITS,TODO}
c0240cb1 3161%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mcrypt.ini
3162%attr(755,root,root) %{php_extensiondir}/mcrypt.so
476107e3 3163%endif
c0240cb1 3164
3165%if %{with mssql}
3166%files mssql
3167%defattr(644,root,root,755)
8cd9d573 3168%doc ext/mssql/CREDITS
c0240cb1 3169%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mssql.ini
3170%attr(755,root,root) %{php_extensiondir}/mssql.so
3171%endif
3172
9cda7e6f 3173%if %{with mysql}
c0240cb1 3174%files mysql
3175%defattr(644,root,root,755)
8cd9d573 3176%doc ext/mysql/CREDITS
c0240cb1 3177%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mysql.ini
3178%attr(755,root,root) %{php_extensiondir}/mysql.so
9cda7e6f 3179%endif
c0240cb1 3180
3181%if %{with mysqli}
3182%files mysqli
3183%defattr(644,root,root,755)
8cd9d573 3184%doc ext/mysqli/{CREDITS,TODO}
c0240cb1 3185%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mysqli.ini
3186%attr(755,root,root) %{php_extensiondir}/mysqli.so
3187%endif
3188
3189%if %{with mysqlnd}
3190%files mysqlnd
3191%defattr(644,root,root,755)
8cd9d573 3192%doc ext/mysqlnd/CREDITS
c0240cb1 3193%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/MySQLND.ini
3194%attr(755,root,root) %{php_extensiondir}/mysqlnd.so
3195%endif
3196
329b4394 3197%if %{with oci}
c0240cb1 3198%files oci8
3199%defattr(644,root,root,755)
580d93e0 3200%doc ext/oci8/{CREDITS,README}
c0240cb1 3201%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/oci8.ini
3202%attr(755,root,root) %{php_extensiondir}/oci8.so
3203%endif
3204
3205%if %{with odbc}
3206%files odbc
3207%defattr(644,root,root,755)
8cd9d573 3208%doc ext/odbc/CREDITS
c0240cb1 3209%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/odbc.ini
3210%attr(755,root,root) %{php_extensiondir}/odbc.so
3211%endif
3212
8328535b
ER
3213%if %{with opcache}
3214%files opcache
3215%defattr(644,root,root,755)
3216%doc ext/opcache/README
3217%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/opcache.ini
3218%attr(755,root,root) %{php_extensiondir}/opcache.so
3219%endif
3220
c0240cb1 3221%if %{with openssl}
3222%files openssl
3223%defattr(644,root,root,755)
8cd9d573 3224%doc ext/openssl/{CREDITS,README}
c0240cb1 3225%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/openssl.ini
3226%attr(755,root,root) %{php_extensiondir}/openssl.so
3227%endif
3228
476107e3 3229%if %{with pcntl}
c0240cb1 3230%files pcntl
3231%defattr(644,root,root,755)
8cd9d573 3232%doc ext/pcntl/{CREDITS,README}
c0240cb1 3233%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pcntl.ini
3234%attr(755,root,root) %{php_extensiondir}/pcntl.so
476107e3 3235%endif
c0240cb1 3236
3237%if %{with pcre}
3238%files pcre
3239%defattr(644,root,root,755)
8cd9d573 3240%doc ext/pcre/CREDITS
c0240cb1 3241%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/PCRE.ini
3242%attr(755,root,root) %{php_extensiondir}/pcre.so
3243%endif
3244
476107e3 3245%if %{with pdo}
c0240cb1 3246%files pdo
3247%defattr(644,root,root,755)
8cd9d573 3248%doc ext/pdo/{CREDITS,README,TODO}
c0240cb1 3249%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo.ini
3250%attr(755,root,root) %{php_extensiondir}/pdo.so
476107e3 3251%endif
c0240cb1 3252
006a7eb1 3253%if %{with pdo_dblib}
c0240cb1 3254%files pdo-dblib
3255%defattr(644,root,root,755)
8cd9d573 3256%doc ext/pdo_dblib/{CREDITS,README}
c0240cb1 3257%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_dblib.ini
3258%attr(755,root,root) %{php_extensiondir}/pdo_dblib.so
3259%endif
3260
3261%if %{with interbase} && !%{with interbase_inst}
3262%files pdo-firebird
3263%defattr(644,root,root,755)
8cd9d573 3264%doc ext/pdo_firebird/CREDITS
c0240cb1 3265%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_firebird.ini
3266%attr(755,root,root) %{php_extensiondir}/pdo_firebird.so
3267%endif
3268
476107e3 3269%if %{with pdo_mysql}
c0240cb1 3270%files pdo-mysql
3271%defattr(644,root,root,755)
8cd9d573 3272%doc ext/pdo_mysql/CREDITS
c0240cb1 3273%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_mysql.ini
3274%attr(755,root,root) %{php_extensiondir}/pdo_mysql.so
476107e3 3275%endif
c0240cb1 3276
329b4394 3277%if %{with oci}
c0240cb1 3278%files pdo-oci
3279%defattr(644,root,root,755)
8cd9d573 3280%doc ext/pdo_oci/CREDITS
c0240cb1 3281%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_oci.ini
3282%attr(755,root,root) %{php_extensiondir}/pdo_oci.so
3283%endif
3284
3285%if %{with odbc}
3286%files pdo-odbc
3287%defattr(644,root,root,755)
8cd9d573 3288%doc ext/pdo_odbc/CREDITS
c0240cb1 3289%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_odbc.ini
3290%attr(755,root,root) %{php_extensiondir}/pdo_odbc.so
3291%endif
3292
3293%if %{with pgsql}
3294%files pdo-pgsql
3295%defattr(644,root,root,755)
8cd9d573 3296%doc ext/pdo_pgsql/CREDITS
c0240cb1 3297%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_pgsql.ini
3298%attr(755,root,root) %{php_extensiondir}/pdo_pgsql.so
3299%endif
3300
3301%if %{with pdo_sqlite}
3302%files pdo-sqlite
3303%defattr(644,root,root,755)
8cd9d573 3304%doc ext/pdo_sqlite/CREDITS
c0240cb1 3305%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_sqlite.ini
3306%attr(755,root,root) %{php_extensiondir}/pdo_sqlite.so
3307%endif
3308
3309%if %{with pgsql}
3310%files pgsql
3311%defattr(644,root,root,755)
8cd9d573 3312%doc ext/pgsql/{CREDITS,README}
c0240cb1 3313%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pgsql.ini
3314%attr(755,root,root) %{php_extensiondir}/pgsql.so
3315%endif
3316
3317%if %{with phar}
3318%files phar
3319%defattr(644,root,root,755)
8cd9d573 3320%doc ext/phar/{CREDITS,TODO}
c0240cb1 3321%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/phar.ini
3322%attr(755,root,root) %{php_extensiondir}/phar.so
3323%attr(755,root,root) %{_bindir}/phar
fc1ec767 3324%attr(755,root,root) %{_bindir}/phar%{ver_suffix}.phar
ece5522f 3325%{_mandir}/man1/phar.1*
fc1ec767 3326%{_mandir}/man1/phar%{ver_suffix}.phar.1
c0240cb1 3327%endif
3328
476107e3 3329%if %{with posix}
c0240cb1 3330%files posix
3331%defattr(644,root,root,755)
8cd9d573 3332%doc ext/posix/CREDITS
c0240cb1 3333%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/posix.ini
3334%attr(755,root,root) %{php_extensiondir}/posix.so
476107e3 3335%endif
c0240cb1 3336
3337%if %{with pspell}
3338%files pspell
3339%defattr(644,root,root,755)
8cd9d573 3340%doc ext/pspell/{CREDITS,README}
c0240cb1 3341%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pspell.ini
3342%attr(755,root,root) %{php_extensiondir}/pspell.so
3343%endif
3344
476107e3 3345%if %{with readline}
c0240cb1 3346%files readline
3347%defattr(644,root,root,755)
8cd9d573 3348%doc ext/readline/{CREDITS,README*}
c0240cb1 3349%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/cli.d/readline.ini
3350%attr(755,root,root) %{php_extensiondir}/readline.so
476107e3 3351%endif
c0240cb1 3352
3353%if %{with recode}
3354%files recode
3355%defattr(644,root,root,755)
8cd9d573 3356%doc ext/recode/CREDITS
c0240cb1 3357%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/recode.ini
3358%attr(755,root,root) %{php_extensiondir}/recode.so
3359%endif
3360
476107e3 3361%if %{with session}
c0240cb1 3362%files session
3363%defattr(644,root,root,755)
8cd9d573 3364%doc ext/session/CREDITS
c0240cb1 3365%doc ext/session/mod_files.sh
3366%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/Session.ini
3367%attr(755,root,root) %{php_extensiondir}/session.so
476107e3 3368%endif
c0240cb1 3369
3370%files shmop
3371%defattr(644,root,root,755)
8cd9d573 3372%doc ext/shmop/{CREDITS,README}
c0240cb1 3373%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/shmop.ini
3374%attr(755,root,root) %{php_extensiondir}/shmop.so
3375
3376%files simplexml
3377%defattr(644,root,root,755)
8cd9d573 3378%doc ext/simplexml/{CREDITS,README}
894cb112 3379%doc ext/simplexml/examples
c0240cb1 3380%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/simplexml.ini
3381%attr(755,root,root) %{php_extensiondir}/simplexml.so
3382
3383%if %{with snmp}
3384%files snmp
3385%defattr(644,root,root,755)
8cd9d573 3386%doc ext/snmp/CREDITS
c0240cb1 3387%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/snmp.ini
3388%attr(755,root,root) %{php_extensiondir}/snmp.so
3389%endif
3390
3391%files soap
3392%defattr(644,root,root,755)
8cd9d573 3393%doc ext/soap/{CREDITS,TODO*}
c0240cb1 3394%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/soap.ini
3395%attr(755,root,root) %{php_extensiondir}/soap.so
3396
3397%files sockets
3398%defattr(644,root,root,755)
8cd9d573 3399%doc ext/sockets/CREDITS
c0240cb1 3400%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sockets.ini
3401%attr(755,root,root) %{php_extensiondir}/sockets.so
3402
3403%files spl
3404%defattr(644,root,root,755)
894cb112
ER
3405%doc ext/spl/{CREDITS,README,TODO}
3406%doc ext/spl/examples
c0240cb1 3407%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/SPL.ini
3408%attr(755,root,root) %{php_extensiondir}/spl.so
3409
c0240cb1 3410%if %{with sqlite3}
3411%files sqlite3
3412%defattr(644,root,root,755)
3413%doc ext/sqlite3/CREDITS
3414%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sqlite3.ini
3415%attr(755,root,root) %{php_extensiondir}/sqlite3.so
3416%endif
3417
3418%if %{with sybase_ct}
3419%files sybase-ct
3420%defattr(644,root,root,755)
8cd9d573 3421%doc ext/sybase_ct/CREDITS
c0240cb1 3422%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sybase_ct.ini
3423%attr(755,root,root) %{php_extensiondir}/sybase_ct.so
3424%endif
3425
3426%files sysvmsg
3427%defattr(644,root,root,755)
8cd9d573 3428%doc ext/sysvmsg/CREDITS
c0240cb1 3429%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvmsg.ini
3430%attr(755,root,root) %{php_extensiondir}/sysvmsg.so
3431
3432%files sysvsem
3433%defattr(644,root,root,755)
8cd9d573 3434%doc ext/sysvsem/CREDITS
c0240cb1 3435%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvsem.ini
3436%attr(755,root,root) %{php_extensiondir}/sysvsem.so
3437
3438%files sysvshm
3439%defattr(644,root,root,755)
8cd9d573 3440%doc ext/sysvshm/CREDITS
c0240cb1 3441%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvshm.ini
3442%attr(755,root,root) %{php_extensiondir}/sysvshm.so
3443
3444%files tests
3445%defattr(644,root,root,755)
a3c07000 3446%dir %{php_data_dir}/tests
c0240cb1 3447%dir %{php_data_dir}/tests/php
3448%{php_data_dir}/tests/php/basic
3449%{php_data_dir}/tests/php/classes
3450%{php_data_dir}/tests/php/func
3451%{php_data_dir}/tests/php/lang
3452%{php_data_dir}/tests/php/output
3453%{php_data_dir}/tests/php/run-test
3454%{php_data_dir}/tests/php/security
3455%{php_data_dir}/tests/php/strings
3456%{php_data_dir}/tests/php/quicktester.inc
3457%attr(755,root,root) %{php_data_dir}/tests/php/run-tests.php
3458
3459%if %{with tidy}
3460%files tidy
3461%defattr(644,root,root,755)
8cd9d573 3462%doc ext/tidy/{CREDITS,README}
894cb112 3463%doc ext/tidy/examples
c0240cb1 3464%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/tidy.ini
3465%attr(755,root,root) %{php_extensiondir}/tidy.so
3466%endif
3467
3468%files tokenizer
3469%defattr(644,root,root,755)
8cd9d573 3470%doc ext/tokenizer/CREDITS
c0240cb1 3471%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/tokenizer.ini
3472%attr(755,root,root) %{php_extensiondir}/tokenizer.so
3473
3474%if %{with wddx}
3475%files wddx
3476%defattr(644,root,root,755)
8cd9d573 3477%doc ext/wddx/CREDITS
c0240cb1 3478%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*wddx.ini
3479%attr(755,root,root) %{php_extensiondir}/wddx.so
3480%endif
3481
3482%files xml
3483%defattr(644,root,root,755)
8cd9d573 3484%doc ext/xml/CREDITS
c0240cb1 3485%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xml.ini
3486%attr(755,root,root) %{php_extensiondir}/xml.so
3487
3488%files xmlreader
3489%defattr(644,root,root,755)
894cb112
ER
3490%doc ext/xmlreader/{CREDITS,README,TODO}
3491%doc ext/xmlreader/examples
c0240cb1 3492%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xmlreader.ini
3493%attr(755,root,root) %{php_extensiondir}/xmlreader.so
3494
3495%if %{with xmlrpc}
3496%files xmlrpc
3497%defattr(644,root,root,755)
8cd9d573 3498%doc ext/xmlrpc/CREDITS
c0240cb1 3499%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xmlrpc.ini
3500%attr(755,root,root) %{php_extensiondir}/xmlrpc.so
3501%endif
3502
3503%files xmlwriter
3504%defattr(644,root,root,755)
8cd9d573 3505%doc ext/xmlwriter/{CREDITS,TODO}
894cb112 3506%doc ext/xmlwriter/examples
c0240cb1 3507%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xmlwriter.ini
3508%attr(755,root,root) %{php_extensiondir}/xmlwriter.so
3509
3510%files xsl
3511%defattr(644,root,root,755)
8cd9d573 3512%doc ext/xsl/CREDITS
c0240cb1 3513%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xsl.ini
3514%attr(755,root,root) %{php_extensiondir}/xsl.so
3515
3516%files zip
3517%defattr(644,root,root,755)
8cd9d573 3518%doc ext/zip/{CREDITS,TODO}
894cb112 3519%doc ext/zip/examples
c0240cb1 3520%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/zip.ini
3521%attr(755,root,root) %{php_extensiondir}/zip.so
3522
3523%files zlib
3524%defattr(644,root,root,755)
8cd9d573 3525%doc ext/zlib/CREDITS
c0240cb1 3526%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/zlib.ini
3527%attr(755,root,root) %{php_extensiondir}/zlib.so
This page took 5.619953 seconds and 4 git commands to generate.