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