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