]> git.pld-linux.org Git - packages/php.git/blob - php.spec
- renumber sources
[packages/php.git] / php.spec
1 # TODO:
2 # - think of including support for:
3 #    - mcve,
4 #    - ovrimos,
5 #    - pfpro,
6 #   These extensions BuildRequires proprietary libraries...
7 # - deal with modules removed from php and not moved to PECL
8 #   (existing only in php4):
9 #   db, hyperwave, java, mcal, overload, qtdom
10 #   and removed from php 5.1:
11 #   cpdf, fam, yp, oracle
12 # - mime_magic can't handle new "string/*" entries in magic.mime
13 # - make additional headers added by mail patch configurable
14 # - apply -hardened patch by default ?
15 # - modularize session, standard (output from pure php -m)?
16 #
17 # Conditional build:
18 %bcond_with     db3             # use db3 packages instead of db (4.x) for Berkeley DB support
19 %bcond_with     fdf             # with FDF (PDF forms) module           (BR: proprietary lib)
20 %bcond_with     hardening       # build with hardening patch applied (http://www.hardened-php.net/)
21 %bcond_with     hwapi           # with Hw API support                   (BR: proprietary libs)
22 %bcond_with     interbase_inst  # use InterBase install., not Firebird  (BR: proprietary libs)
23 %bcond_with     oci8            # with Oracle oci8 extension module     (BR: proprietary libs)
24 %bcond_without  curl            # without CURL extension module
25 %bcond_without  imap            # without IMAP extension module
26 %bcond_with     interbase       # with InterBase extension module
27 %bcond_without  ldap            # without LDAP extension module
28 %bcond_without  mhash           # without mhash extension module
29 %bcond_without  ming            # without ming extension module
30 %bcond_without  mm              # without mm support for session storage
31 %bcond_without  msession        # without msession extension module
32 %bcond_without  mssql           # without MS SQL extension module
33 %bcond_without  mysqli          # without mysqli support (Requires mysql > 4.1)
34 %bcond_without  mime_magic      # without mime-magic module
35 %bcond_without  odbc            # without ODBC extension module
36 %bcond_without  openssl         # without OpenSSL support and OpenSSL extension (module)
37 %bcond_without  pcre            # without PCRE extension module
38 %bcond_without  pgsql           # without PostgreSQL extension module
39 %bcond_without  pspell          # without pspell extension module
40 %bcond_without  recode          # without recode extension module
41 %bcond_without  snmp            # without SNMP extension module
42 %bcond_without  sqlite          # without SQLite extension module
43 %bcond_without  sybase          # without Sybase extension module
44 %bcond_without  sybase_ct       # without Sybase-CT extension module
45 %bcond_without  tidy            # without Tidy extension module
46 %bcond_without  wddx            # without WDDX extension module
47 %bcond_without  xmlrpc          # without XML-RPC extension module
48 %bcond_without  apache1         # disable building apache 1.3.x module
49 %bcond_without  apache2         # disable building apache 2.x module
50 %bcond_without  fcgi            # disable building FCGI SAPI
51 %bcond_without  zts             # disable experimental-zts
52 %bcond_with             versioning      # build with experimental versioning (to load php4/php5 into same apache)
53
54 %define apxs1           /usr/sbin/apxs1
55 %define apxs2           /usr/sbin/apxs
56
57 # some problems with apache 2.x
58 %if %{with apache2}
59 %undefine       with_mm
60 %endif
61
62 %ifnarch %{ix86} %{x8664} sparc sparcv9 alpha ppc
63 %undefine       with_interbase
64 %endif
65
66 %if %{without apache1} && %{without apache2}
67 ERROR: You need to select at least one Apache SAPI to build shared modules.
68 %endif
69
70 # x86-only lib
71 %ifnarch %{ix86}
72 %undefine       with_msession
73 %endif
74
75 %define _rel 9.5
76 Summary:        PHP: Hypertext Preprocessor
77 Summary(fr):    Le langage de script embarque-HTML PHP
78 Summary(pl):    Jêzyk skryptowy PHP
79 Summary(pt_BR): A linguagem de script PHP
80 Summary(ru):    PHP ÷ÅÒÓÉÉ 5 - ÑÚÙË ÐÒÅÐÒÏÃÅÓÓÉÒÏ×ÁÎÉÑ HTML-ÆÁÊÌÏ×, ×ÙÐÏÌÎÑÅÍÙÊ ÎÁ ÓÅÒ×ÅÒÅ
81 Summary(uk):    PHP ÷ÅÒÓ¦§ 5 - ÍÏ×Á ÐÒÅÐÒÏÃÅÓÕ×ÁÎÎÑ HTML-ÆÁÊ̦×, ×ÉËÏÎÕ×ÁÎÁ ÎÁ ÓÅÒ×ÅÒ¦
82 Name:           php
83 Version:        5.1.2
84 Release:        %{_rel}%{?with_hardening:hardened}
85 Epoch:          4
86 License:        PHP
87 Group:          Libraries
88 Source0:        http://www.php.net/distributions/%{name}-%{version}.tar.bz2
89 # Source0-md5:  79cee17e9db85be878000a2a4198378e
90 Source1:        FAQ.%{name}
91 Source2:        zend.gif
92 Source3:        %{name}-mod_%{name}.conf
93 Source4:        %{name}-cgi-fcgi.ini
94 Source5:        %{name}-cgi.ini
95 Source6:        %{name}-apache.ini
96 Source7:        %{name}-cli.ini
97 Source8:        http://www.hardened-php.net/hardening-patch-5.0.4-0.3.0.patch.gz
98 # Source8-md5:  47a742fa9fab2826ad10c13a2376111a
99 Patch0:         %{name}-shared.patch
100 Patch1:         %{name}-pldlogo.patch
101 Patch2:         %{name}-mail.patch
102 Patch3:         %{name}-link-libs.patch
103 Patch4:         %{name}-libpq_fs_h_path.patch
104 Patch5:         %{name}-msession-shared-lib.patch
105 Patch6:         %{name}-build_modules.patch
106 Patch7:         %{name}-sapi-ini-file.patch
107 Patch8:         %{name}-no-metaccld.patch
108 Patch9:         %{name}-reflection.patch
109 Patch10:        %{name}-ini.patch
110 Patch11:        %{name}-acam.patch
111 Patch14:        %{name}-allow-db31.patch
112 Patch15:        %{name}-threads-acfix.patch
113 Patch16:        %{name}-tsrmlsfetchgcc2.patch
114 Patch17:        %{name}-no_pear_install.patch
115 Patch18:        %{name}-zlib.patch
116 Patch19:        %{name}-sybase-fix.patch
117 Patch20:        %{name}-readline.patch
118 Patch21:        %{name}-nohttpd.patch
119 Patch23:        %{name}-gd_imagerotate_enable.patch
120 Patch24:        %{name}-uint32_t.patch
121 Patch25:        %{name}-hwapi-link.patch
122 Patch26:        %{name}-dba-link.patch
123 Patch30:        %{name}-hardening-fix.patch
124 Patch31:        %{name}-both-apxs.patch
125 Patch32:        %{name}-builddir.patch
126 Patch33:        %{name}-zlib-for-getimagesize.patch
127 Patch34:        %{name}-ini-search-path.patch
128 # Very big hack that is sane only with non-thread MPMs.
129 # The case with threaded MPMs is lost even without this hack.
130 # http://bugs.php.net/bug.php?id=36152
131 Patch35:        %{name}-openssl-huge-hack.patch
132 Patch36:        %{name}-versioning.patch
133 Patch37:        %{name}-linkflags-clean.patch
134 URL:            http://www.php.net/
135 %{?with_interbase:%{!?with_interbase_inst:BuildRequires:        Firebird-devel >= 1.0.2.908-2}}
136 %{?with_pspell:BuildRequires:   aspell-devel >= 2:0.50.0}
137 BuildRequires:  autoconf >= 2.53
138 BuildRequires:  automake >= 1.4d
139 BuildRequires:  bison
140 BuildRequires:  bzip2-devel
141 %{?with_curl:BuildRequires:     curl-devel >= 7.12.0}
142 BuildRequires:  cyrus-sasl-devel
143 %{!?with_db3:BuildRequires:     db-devel >= 4.0}
144 %{?with_db3:BuildRequires:      db3-devel >= 3.1}
145 BuildRequires:  elfutils-devel
146 %if %{with xmlrpc}
147 BuildRequires:  expat-devel
148 %endif
149 %{?with_fcgi:BuildRequires:     fcgi-devel}
150 %{?with_fdf:BuildRequires:      fdftk-devel}
151 BuildRequires:  flex
152 %if %{with mssql} || %{with sybase} || %{with sybase_ct}
153 BuildRequires:  freetds-devel
154 %endif
155 BuildRequires:  freetype-devel >= 2.0
156 BuildRequires:  gd-devel >= 2.0.28-4
157 BuildRequires:  gdbm-devel
158 BuildRequires:  gmp-devel
159 %{?with_imap:BuildRequires:     imap-devel >= 1:2001-0.BETA.200107022325.2}
160 BuildRequires:  libjpeg-devel
161 BuildRequires:  libltdl-devel >= 1.4
162 BuildRequires:  libmcrypt-devel >= 2.4.4
163 BuildRequires:  libpng-devel >= 1.0.8
164 BuildRequires:  libtiff-devel
165 BuildRequires:  libtool >= 1.4.3
166 BuildRequires:  libwrap-devel
167 BuildRequires:  libxml2-devel >= 2.5.10
168 BuildRequires:  libxslt-devel >= 1.0.18
169 %{?with_mhash:BuildRequires:    mhash-devel}
170 %{?with_ming:BuildRequires:     ming-devel >= 0.1.0}
171 %{?with_mm:BuildRequires:       mm-devel >= 1.3.0}
172 BuildRequires:  mysql-devel >= 4.0.0
173 %{?with_mysqli:BuildRequires:   mysql-devel >= 4.1.0}
174 BuildRequires:  ncurses-ext-devel
175 %{?with_ldap:BuildRequires:     openldap-devel >= 2.3.0}
176 %if %{with openssl} || %{with ldap}
177 BuildRequires:  openssl-devel >= 0.9.7d
178 %endif
179 %{?with_snmp:BuildRequires:     net-snmp-devel >= 5.0.7}
180 BuildRequires:  pam-devel
181 %{?with_pcre:BuildRequires:     pcre-devel}
182 %{?with_msession:BuildRequires: phoenix-devel}
183 %{?with_pgsql:BuildRequires:    postgresql-backend-devel >= 7.2}
184 %{?with_pgsql:BuildRequires:    postgresql-devel}
185 BuildRequires:  readline-devel
186 %{?with_recode:BuildRequires:   recode-devel >= 3.5d-3}
187 BuildRequires:  rpm-build >= 4.4.0
188 BuildRequires:  rpmbuild(macros) >= 1.238
189 %{?with_sqlite:BuildRequires:   sqlite-devel}
190 %{?with_sqlite:BuildRequires:   sqlite3-devel}
191 BuildRequires:  t1lib-devel
192 %{?with_tidy:BuildRequires:     tidy-devel}
193 %{?with_odbc:BuildRequires:     unixODBC-devel}
194 %{?with_xmlrpc:BuildRequires:   xmlrpc-epi-devel}
195 BuildRequires:  zlib-devel >= 1.0.9
196 %if %{with apache1}
197 BuildRequires:  apache1-devel
198 %endif
199 %if %{with apache2}
200 BuildRequires:  apache-devel >= 2.0.52-2
201 BuildRequires:  apr-devel >= 1:1.0.0
202 BuildRequires:  apr-util-devel >= 1:1.0.0
203 %endif
204 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
205
206 %define         _sysconfdir     /etc/php
207 %define         _phpsharedir    %{_datadir}/php
208 %define         extensionsdir   %{_libdir}/php
209
210 # must be in sync with source. extra check ensuring that it is so is done in %%build
211 %define         php_api_version         20041225
212 %define         zend_module_api         20050922
213 %define         zend_extension_api      220051025
214 %define         zend_zts                        %{!?with_zts:0}%{?with_zts:1}
215 %define         php_debug                       %{!?debug:0}%{?debug:1}
216
217 %description
218 PHP is an HTML-embedded scripting language. PHP attempts to make it
219 easy for developers to write dynamically generated web pages. PHP also
220 offers built-in database integration for several commercial and
221 non-commercial database management systems, so writing a
222 database-enabled web page with PHP is fairly simple. The most common
223 use of PHP coding is probably as a replacement for CGI scripts. The
224 mod_php module enables the Apache web server to understand and process
225 the embedded PHP language in web pages. This package contains php
226 version %{version}. If you use applications which specifically rely on
227 PHP/FI (PHP v2 and earlier), you should instead install the PHP/FI
228 module contained in the phpfi package. If you're just starting with
229 PHP, you should install this package. You'll also need to install the
230 Apache web server.
231
232 %description -l fr
233 PHP est un langage de script embarque dans le HTM. PHP essaye de
234 rendre simple aux developpeurs d'ecrire des pages web generees
235 dynamiquement. PHP incorpore egalement une integration avec plusieurs
236 systemes de gestion de bases de donnees commerciaux et
237 non-connerciaux, qui rent facile la creation de pages web liees avec
238 des bases de donnees. L'utilisation la plus commune de PHP est
239 probablement en remplacement de scripts CGI. Le module mod_php permet
240 au serveur web apache de comprendre et de traiter le langage PHP
241 integre dans des pages web. Ce package contient php version
242 %{version}. Si vous utilisez des applications qui utilisent
243 specifiquement PHP/FI, vous devrez installer le module PHP/FI inclus
244 dans le package mod_php. Si vous debutez avec PHP, vous devriez
245 installer ce package. Vous aurez egalement besoin dinstaller le
246 serveur web Apache.
247
248 %description -l pl
249 PHP jest jêzykiem skryptowym, którego polecenia umieszcza siê w
250 plikach HTML. Pakiet ten zawiera modu³ przeznaczony dla serwera HTTP
251 (jak np. Apache), który interpretuje te polecenia. Umo¿liwia to
252 tworzenie dynamicznie stron WWW. Spora czê¶æ sk³adni PHP zapo¿yczona
253 zosta³a z jêzyków: C, Java i Perl.
254
255 %description -l pt_BR
256 PHP: Preprocessador de Hipertexto versão 4 é uma linguagem script
257 embutida em HTML. Muito de sua sintaxe é emprestada de C, Java e Perl,
258 com algumas características únicas, específicas ao PHP. O objetivo da
259 linguagem é permitir que desenvolvedores web escrevam páginas
260 dinamicamente geradas de forma rápida.
261
262 %description -l ru
263 PHP - ÜÔÏ ÑÚÙË ÎÁÐÉÓÁÎÉÑ ÓËÒÉÐÔÏ×, ×ÓÔÒÁÉ×ÁÅÍÙÈ × HTML-ËÏÄ. PHP
264 ÐÒÅÄÌÁÇÁÅÔ ÉÎÔÅÒÇÒÁÃÉÀ Ó ÍÎÏÖÅÓÔ×ÏÍ óõâä, ÐÏÜÔÏÍÕ ÎÁÐÉÓÁÎÉÅ ÓËÒÉÐÔÏ×
265 ÄÌÑ ÒÁÂÏÔÙ Ó ÂÁÚÁÍÉ ÄÁÎÎÙÈ ÏÔÎÏÓÉÔÅÌØÎÏ ÐÒÏÓÔÏ. îÁÉÂÏÌÅÅ ÐÏÐÕÌÑÒÎÏÅ
266 ÉÓÐÏÌØÚÏ×ÁÎÉÅ PHP - ÚÁÍÅÎÁ ÄÌÑ CGI ÓËÒÉÐÔÏ×.
267
268 üÔÏÔ ÐÁËÅÔ ÓÏÄÅÒÖÉÔ ÓÁÍÏÄÏÓÔÁÔÏÞÎÕÀ (CGI) ×ÅÒÓÉÀ ÉÎÔÅÒÐÒÅÔÁÔÏÒÁ ÑÚÙËÁ.
269 ÷Ù ÄÏÌÖÎÙ ÔÁËÖÅ ÕÓÔÁÎÏ×ÉÔØ ÐÁËÅÔ %{name}-common. åÓÌÉ ×ÁÍ ÎÕÖÅÎ
270 ÉÎÔÅÒÐÒÅÔÁÔÏÒ PHP × ËÁÞÅÓÔ×Å ÍÏÄÕÌÑ apache, ÕÓÔÁÎÏ×ÉÔÅ ÐÁËÅÔ
271 apache-php.
272
273 %description -l uk
274 PHP - ÃÅ ÍÏ×Á ÎÁÐÉÓÁÎÎÑ ÓËÒÉÐÔ¦×, ÝÏ ×ÂÕÄÏ×ÕÀÔØÓÑ × HTML-ËÏÄ. PHP
275 ÐÒÏÐÏÎÕ¤ ¦ÎÔÅÇÒÁæÀ Ú ÂÁÇÁÔØÍÁ óõâä, ÔÏÍÕ ÎÁÐÉÓÁÎÎÑ ÓËÒÉÐԦנÄÌÑ
276 ÒÏÂÏÔÉ Ú ÂÁÚÁÍÉ ÄÁÎÉÈ ¤ ÄÏ×Ï̦ ÐÒÏÓÔÉÍ. îÁʦÌØÛ ÐÏÐÕÌÑÒÎÅ
277 ×ÉËÏÒÉÓÔÁÎÎÑ PHP - ÚÁͦÎÁ ÄÌÑ CGI ÓËÒÉÐÔ¦×.
278
279 ãÅÊ ÐÁËÅԠͦÓÔÉÔØ ÓÁÍÏÄÏÓÔÁÔÎÀ (CGI) ×ÅÒÓ¦À ¦ÎÔÅÒÐÒÅÔÁÔÏÒÁ ÍÏ×É. ÷É
280 ÍÁ¤ÔÅ ÔÁËÏÖ ×ÓÔÁÎÏ×ÉÔÉ ÐÁËÅÔ %{name}-common. ñËÝÏ ×ÁÍ ÐÏÔÒ¦ÂÅÎ
281 ¦ÎÔÅÒÐÒÅÔÁÔÏÒ PHP × ÑËÏÓÔ¦ ÍÏÄÕÌÑ apache, ×ÓÔÁÎÏצÔØ ÐÁËÅÔ apache-php.
282
283 %package -n apache1-mod_php
284 Summary:        PHP DSO module for apache 1.3.x
285 Summary(pl):    Modu³ DSO (Dynamic Shared Object) php dla apache 1.3.x
286 Group:          Development/Languages/PHP
287 Requires(triggerpostun):        sed >= 4.0
288 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
289 Requires:       apache1(EAPI) >= 1.3.33-2
290 Requires:       apache1-mod_mime
291 Provides:       php = %{epoch}:%{version}-%{release}
292 Obsoletes:      apache-mod_php < 1:4.1.1
293 Obsoletes:      phpfi
294
295 %description -n apache1-mod_php
296 PHP as DSO module for apache 1.3.x.
297
298 %description -n apache1-mod_php -l pl
299 php jako modu³ DSO (Dynamic Shared Object) dla apache 1.3.x.
300
301 %package -n apache-mod_php
302 Summary:        PHP DSO module for apache 2.x
303 Summary(pl):    Modu³ DSO (Dynamic Shared Object) php dla apache 2.x
304 Group:          Development/Languages/PHP
305 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
306 Requires:       apache(modules-api) = %{apache_modules_api}
307 Requires:       apache-mod_mime
308 Provides:       php = %{epoch}:%{version}-%{release}
309 Obsoletes:      phpfi
310
311 %description -n apache-mod_php
312 PHP as DSO module for apache 2.x.
313
314 %description -n apache-mod_php -l pl
315 php jako modu³ DSO (Dynamic Shared Object) dla apache 2.x.
316
317 %package fcgi
318 Summary:        php as FastCGI program
319 Summary(pl):    php jako program FastCGI
320 Group:          Development/Languages/PHP
321 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
322 Provides:       php = %{epoch}:%{version}-%{release}
323
324 %description fcgi
325 php as FastCGI program.
326
327 %description fcgi -l pl
328 php jako program FastCGI.
329
330 %package cgi
331 Summary:        php as CGI program
332 Summary(pl):    php jako program CGI
333 Group:          Development/Languages/PHP
334 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
335
336 %description cgi
337 php as CGI program.
338
339 %description cgi -l pl
340 php jako program CGI.
341
342 %package cli
343 Summary:        php as CLI interpreter
344 Summary(pl):    php jako interpreter dzia³aj±cy z linii poleceñ
345 Group:          Development/Languages/PHP
346 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
347
348 %description cli
349 php as CLI interpreter.
350
351 %description cli -l pl
352 php jako interpreter dzia³aj±cy z linii poleceñ.
353
354 %package program
355 Summary:        /usr/bin/php symlink
356 Summary(pl):    Dowi±zanie symboliczne /usr/bin/php
357 Group:          Development/Languages/PHP
358 Requires:       %{name}-cli = %{epoch}:%{version}-%{release}
359 Obsoletes:      /usr/bin/php
360
361 %description program
362 Package providing /usr/bin/php symlink to PHP CLI.
363
364 %description program -l pl
365 Pakiet dostarczaj±cy dowi±zanie symboliczne /usr/bin/php do PHP CLI.
366
367 %package common
368 Summary:        Common files needed by both apache module and CGI
369 Summary(pl):    Wspólne pliki dla modu³u apache'a i programu CGI
370 Summary(ru):    òÁÚÄÅÌÑÅÍÙÅ ÂÉÂÌÉÏÔÅËÉ ÄÌÑ php
371 Summary(uk):    â¦Â̦ÏÔÅËÉ ÓЦÌØÎÏÇÏ ×ÉËÏÒÉÓÔÁÎÎÑ ÄÌÑ php
372 Group:          Libraries
373 # because of dlclose() bugs in glibc <= 2.3.4 causing SEGVs on exit
374 Requires:       glibc >= 6:2.3.5
375 Requires:       php-dirs
376 Provides:       %{name}-libxml = %{epoch}:%{version}-%{release}
377 Provides:       %{name}-session = %{epoch}:%{version}-%{release}
378 Provides:       %{name}-simplexml = %{epoch}:%{version}-%{release}
379 Provides:       %{name}-spl = %{epoch}:%{version}-%{release}
380 Provides:       %{name}-standard = %{epoch}:%{version}-%{release}
381 Provides:       php(modules_api) = %{php_api_version}
382 Provides:       php(zend_extension_api) = %{zend_extension_api}
383 Provides:       php(zend_module_api) = %{zend_module_api}
384 Provides:       php5(debug) = %{php_debug}
385 Provides:       php5(thread-safety) = %{zend_zts}
386 Obsoletes:      php-pecl-domxml
387 Obsoletes:      php-session < 3:4.2.1-2
388 # for the posttrans scriptlet, conflicts because in vserver enviroinment rpm package is not installed.
389 Conflicts:      rpm < 4.4.2-0.2
390
391 %description common
392 Common files needed by both apache module and CGI.
393
394 %description common -l pl
395 Wspólne pliki dla modu³u apacha i programu CGI.
396
397 %description common -l ru
398 üÔÏÔ ÐÁËÅÔ ÓÏÄÅÒÖÉÔ ÏÂÝÉÅ ÆÁÊÌÙ ÄÌÑ ÒÁÚÎÙÈ ×ÁÒÉÁÎÔÏ× ÒÅÁÌÉÚÁÃÉÉ PHP
399 (ÓÁÍÏÄÏÓÔÁÔÏÞÎÏÊ É × ËÁÞÅÓÔ×Å ÍÏÄÕÌÑ apache).
400
401 %description common -l uk
402 ãÅÊ ÐÁËÅԠͦÓÔÉÔØ ÓЦÌØΦ ÆÁÊÌÉ ÄÌÑ Ò¦ÚÎÉÈ ×ÁÒ¦ÁÎԦנÒÅÁ̦ÚÁ槠PHP
403 (ÓÁÍÏÄÏÓÔÁÔÎØϧ ÔÁ × ÑËÏÓÔ¦ ÍÏÄÕÌÑ apache).
404
405 %package devel
406 Summary:        Files for PHP modules development
407 Summary(pl):    Pliki do kompilacji modu³ów PHP
408 Summary(pt_BR): Arquivos de desenvolvimento para PHP
409 Summary(ru):    ðÁËÅÔ ÒÁÚÒÁÂÏÔËÉ ÄÌÑ ÐÏÓÔÒÏÅÎÉÑ ÒÁÓÛÉÒÅÎÉÊ PHP
410 Summary(uk):    ðÁËÅÔ ÒÏÚÒÏÂËÉ ÄÌÑ ÐÏÂÕÄÏ×É ÒÏÚÛÉÒÅÎØ PHP
411 Group:          Development/Languages/PHP
412 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
413 Requires:       autoconf
414 Requires:       automake
415 Requires:       libtool
416 Requires:       shtool
417 Obsoletes:      php-pear-devel
418 Obsoletes:      php4-devel
419
420 %description devel
421 The php-devel package lets you compile dynamic extensions to PHP.
422 Included here is the source for the PHP extensions. Instead of
423 recompiling the whole php binary to add support for, say, oracle,
424 install this package and use the new self-contained extensions
425 support. For more information, read the file
426 README.SELF-CONTAINED-EXTENSIONS.
427
428 %description devel -l pl
429 Ten pakiet zawiera pliki potrzebne do kompilacji modu³ów PHP. Zamiast
430 rekompilowaæ ca³e php aby dodaæ obs³ugê np. oracle, mo¿na przy u¿yciu
431 tego pakietu skompilowaæ samodzielne rozszerzenie. Wiêcej informacji o
432 samodzielnych rozszerzeniach mo¿na znale¼æ w pliku
433 README.SELF-CONTAINED-EXTENSIONS.
434
435 %description devel -l pt_BR
436 Este pacote contém arquivos usados no desenvolvimento de programas ou
437 módulos PHP.
438
439 %description devel -l ru
440 ðÁËÅÔ php-devel ÄÁÅÔ ×ÏÚÍÏÖÎÏÓÔØ ËÏÍÐÉÌÉÒÏ×ÁÔØ ÄÉÎÁÍÉÞÅÓËÉÅ ÒÁÓÛÉÒÅÎÉÑ
441 PHP. ðÁËÅÔ ×ËÌÀÞÁÅÔ ÉÓÈÏÄÎÙÊ ËÏÄ ÜÔÉÈ ÒÁÓÛÉÒÅÎÉÊ. ÷ÍÅÓÔÏ ÐÏ×ÔÏÒÎÏÊ
442 ËÏÍÐÉÌÑÃÉÉ ÂÉÎÁÒÎÏÇÏ ÆÁÊÌÁ php ÄÌÑ ÄÏÂÁ×ÌÅÎÉÑ, ÎÁÐÒÉÍÅÒ, ÐÏÄÄÅÒÖËÉ
443 oracle, ÕÓÔÁÎÏ×ÉÔÅ ÜÔÏÔ ÐÁËÅÔ ÄÌÑ ËÏÍÐÉÌÉÒÏ×ÁÎÉÑ ÏÔÄÅÌØÎÙÈ ÒÁÓÛÉÒÅÎÉÊ.
444 ðÏÄÒÏÂÎÏÓÔÉ - × ÆÁÊÌÅ README.SELF-CONTAINED-EXTENSIONS.
445
446 %description devel -l uk
447 ðÁËÅÔ php-devel ÄÁ¤ ÍÏÖÌÉצÓÔØ ËÏÍЦÌÀ×ÁÔÉ ÄÉÎÁͦÞΦ ÒÏÚÛÉÒÅÎÎÑ PHP.
448 äÏ ÐÁËÅÔÕ ×ËÌÀÞÅÎÏ ×ÉȦÄÎÉÊ ËÏÄ ÄÌÑ ÒÏÚÛÉÒÅÎØ. úÁͦÓÔØ ÐÏ×ÔÏÒÎϧ
449 ËÏÍЦÌÑ槠¦ÎÁÒÎÏÇÏ ÆÁÊÌÕ php ÄÌÑ ÄÏÄÁÎÎÑ, ÎÁÐÒÉËÌÁÄ, Ð¦ÄÔÒÉÍËÉ
450 oracle, ×ÓÔÁÎÏצÔØ ÃÅÊ ÐÁËÅÔ ÄÌÑ ËÏÍЦÌÑ槠ÏËÒÅÍÉÈ ÒÏÚÛÉÒÅÎØ.
451 äÅÔÁÌØΦÛÁ ¦ÎÆÏÒÍÁæѠ- × ÆÁÊ̦ README.SELF-CONTAINED-EXTENSIONS.
452
453 %package bcmath
454 Summary:        bcmath extension module for PHP
455 Summary(pl):    Modu³ bcmath dla PHP
456 Group:          Libraries
457 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
458 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
459
460 %description bcmath
461 This is a dynamic shared object (DSO) for PHP that will add bc style
462 precision math functions support.
463
464 %description bcmath -l pl
465 Modu³ PHP umo¿liwiaj±cy korzystanie z dok³adnych funkcji
466 matematycznych takich jak w programie bc.
467
468 %package bzip2
469 Summary:        Bzip2 extension module for PHP
470 Summary(pl):    Modu³ bzip2 dla PHP
471 Group:          Libraries
472 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
473 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
474
475 %description bzip2
476 This is a dynamic shared object (DSO) for PHP that will add bzip2
477 compression support to PHP.
478
479 %description bzip2 -l pl
480 Modu³ PHP umo¿liwiaj±cy u¿ywanie kompresji bzip2.
481
482 %package calendar
483 Summary:        Calendar extension module for PHP
484 Summary(pl):    Modu³ funkcji kalendarza dla PHP
485 Group:          Libraries
486 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
487 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
488
489 %description calendar
490 This is a dynamic shared object (DSO) for PHP that will add calendar
491 support.
492
493 %description calendar -l pl
494 Modu³ PHP dodaj±cy wsparcie dla kalendarza.
495
496 %package ctype
497 Summary:        ctype extension module for PHP
498 Summary(pl):    Modu³ ctype dla PHP
499 Group:          Libraries
500 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
501 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
502
503 %description ctype
504 This is a dynamic shared object (DSO) for PHP that will add ctype
505 support.
506
507 %description ctype -l pl
508 Modu³ PHP umo¿liwiaj±cy korzystanie z funkcji ctype.
509
510 %package curl
511 Summary:        curl extension module for PHP
512 Summary(pl):    Modu³ curl dla PHP
513 Group:          Libraries
514 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
515 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
516
517 %description curl
518 This is a dynamic shared object (DSO) for PHP that will add curl
519 support.
520
521 %description curl -l pl
522 Modu³ PHP umo¿liwiaj±cy korzystanie z biblioteki curl.
523
524 %package dba
525 Summary:        DBA extension module for PHP
526 Summary(pl):    Modu³ DBA dla PHP
527 Group:          Libraries
528 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
529 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
530
531 %description dba
532 This is a dynamic shared object (DSO) for PHP that will add flat-file
533 databases (DBA) support.
534
535 %description dba -l pl
536 Modu³ dla PHP dodaj±cy obs³ugê dla baz danych opartych na plikach
537 (DBA).
538
539 %package dbase
540 Summary:        DBase extension module for PHP
541 Summary(pl):    Modu³ DBase dla PHP
542 Group:          Libraries
543 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
544 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
545
546 %description dbase
547 This is a dynamic shared object (DSO) for PHP that will add DBase
548 support.
549
550 %description dbase -l pl
551 Modu³ PHP ze wsparciem dla DBase.
552
553 %package dom
554 Summary:        DOM extension module for PHP
555 Summary(pl):    Modu³ DOM dla PHP
556 Group:          Libraries
557 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
558 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
559 # it has some compatibility functions
560 Provides:       php-domxml = %{epoch}:%{version}-%{release}
561 Obsoletes:      php-domxml <= 3:4.3.8-1
562
563 %description dom
564 This is a dynamic shared object (DSO) for PHP that will add new DOM
565 support.
566
567 %description dom -l pl
568 Modu³ PHP dodaj±cy now± obs³ugê DOM.
569
570 %package exif
571 Summary:        exif extension module for PHP
572 Summary(pl):    Modu³ exif dla PHP
573 Group:          Libraries
574 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
575 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
576
577 %description exif
578 This is a dynamic shared object (DSO) for PHP that will add EXIF tags
579 support in image files.
580
581 %description exif -l pl
582 Modu³ PHP dodaj±cy obs³ugê znaczników EXIF w plikach obrazków.
583
584 %package fdf
585 Summary:        FDF extension module for PHP
586 Summary(pl):    Modu³ FDF dla PHP
587 Group:          Libraries
588 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
589 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
590
591 %description fdf
592 This PHP module adds support for PDF Forms through Adobe FDFTK
593 library.
594
595 %description fdf -l pl
596 Modu³ PHP dodaj±cy obs³ugê formularzy PDF poprzez bibliotekê Adobe
597 FDFTK.
598
599 %package filepro
600 Summary:        filePro extension module for PHP
601 Summary(pl):    Modu³ filePro dla PHP
602 Group:          Libraries
603 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
604 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
605
606 %description filepro
607 This is a dynamic shared object (DSO) for PHP that will add support
608 for read-only access to filePro databases.
609
610 %description filepro -l pl
611 Modu³ PHP dodaj±cy mo¿liwo¶æ dostêpu (tylko do odczytu) do baz danych
612 filePro.
613
614 %package ftp
615 Summary:        FTP extension module for PHP
616 Summary(pl):    Modu³ FTP dla PHP
617 Group:          Libraries
618 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
619 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
620
621 %description ftp
622 This is a dynamic shared object (DSO) for PHP that will add FTP
623 support.
624
625 %description ftp -l pl
626 Modu³ PHP dodaj±cy obs³ugê protoko³u FTP.
627
628 %package gd
629 Summary:        GD extension module for PHP
630 Summary(pl):    Modu³ GD dla PHP
631 Group:          Libraries
632 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
633 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
634 Requires:       gd >= 2.0.28-4
635 Provides:       %{name}-gd(gif) = %{epoch}:%{version}-%{release}
636
637 %description gd
638 This is a dynamic shared object (DSO) for PHP that will add GD
639 support, allowing you to create and manipulate images with PHP.
640
641 %description gd -l pl
642 Modu³ PHP umo¿liwiaj±cy korzystanie z biblioteki GD, pozwalaj±cej na
643 tworzenie i obróbkê obrazków.
644
645 %package gettext
646 Summary:        gettext extension module for PHP
647 Summary(pl):    Modu³ gettext dla PHP
648 Group:          Libraries
649 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
650 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
651
652 %description gettext
653 This is a dynamic shared object (DSO) for PHP that will add gettext
654 support.
655
656 %description gettext -l pl
657 Modu³ PHP dodaj±cy obs³ugê lokalizacji przez gettext.
658
659 %package gmp
660 Summary:        gmp extension module for PHP
661 Summary(pl):    Modu³ gmp dla PHP
662 Group:          Libraries
663 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
664 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
665
666 %description gmp
667 This is a dynamic shared object (DSO) for PHP that will add arbitrary
668 length number support with GNU MP library.
669
670 %description gmp -l pl
671 Modu³ PHP umo¿liwiaj±cy korzystanie z biblioteki gmp do obliczeñ na
672 liczbach o dowolnej d³ugo¶ci.
673
674 %package hwapi
675 Summary:        Hyperwave API extension module for PHP
676 Summary(pl):    Modu³ API Hyperwave dla PHP
677 Group:          Libraries
678 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
679 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
680
681 %description hwapi
682 This is a dynamic shared object (DSO) for PHP that will add official
683 Hyperwave API support.
684
685 %description hwapi -l pl
686 Modu³ PHP dodaj±cy obs³ugê Hyperwave.
687
688 %package iconv
689 Summary:        iconv extension module for PHP
690 Summary(pl):    Modu³ iconv dla PHP
691 Group:          Libraries
692 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
693 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
694
695 %description iconv
696 This is a dynamic shared object (DSO) for PHP that will add iconv
697 support.
698
699 %description iconv -l pl
700 Modu³ PHP dodaj±cy obs³ugê iconv.
701
702 %package imap
703 Summary:        IMAP extension module for PHP
704 Summary(pl):    Modu³ IMAP dla PHP
705 Summary(pt_BR): Um módulo para aplicações PHP que usam IMAP
706 Group:          Libraries
707 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
708 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
709
710 %description imap
711 This is a dynamic shared object (DSO) for PHP that will add IMAP
712 support.
713
714 %description imap -l pl
715 Modu³ PHP dodaj±cy obs³ugê skrzynek IMAP.
716
717 %description imap -l pt_BR
718 Um módulo para aplicações PHP que usam IMAP.
719
720 %package interbase
721 Summary:        InterBase/Firebird database module for PHP
722 Summary(pl):    Modu³ bazy danych InterBase/Firebird dla PHP
723 Group:          Libraries
724 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
725 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
726 %{?with_interbase_inst:Autoreq: false}
727
728 %description interbase
729 This is a dynamic shared object (DSO) for PHP that will add InterBase
730 and Firebird database support.
731
732 %description interbase -l pl
733 Modu³ PHP umo¿liwiaj±cy dostêp do baz danych InterBase i Firebird.
734
735 %package ldap
736 Summary:        LDAP extension module for PHP
737 Summary(pl):    Modu³ LDAP dla PHP
738 Summary(pt_BR): Um módulo para aplicações PHP que usam LDAP
739 Group:          Libraries
740 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
741 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
742
743 %description ldap
744 This is a dynamic shared object (DSO) for PHP that will add LDAP
745 support.
746
747 %description ldap -l pl
748 Modu³ PHP dodaj±cy obs³ugê LDAP.
749
750 %description ldap -l pt_BR
751 Um módulo para aplicações PHP que usam LDAP.
752
753 %package mbstring
754 Summary:        mbstring extension module for PHP
755 Summary(pl):    Modu³ mbstring dla PHP
756 Group:          Libraries
757 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
758 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
759
760 %description mbstring
761 This is a dynamic shared object (DSO) for PHP that will add multibyte
762 string support.
763
764 %description mbstring -l pl
765 Modu³ PHP dodaj±cy obs³ugê ci±gów znaków wielobajtowych.
766
767 %package mcrypt
768 Summary:        mcrypt extension module for PHP
769 Summary(pl):    Modu³ mcrypt dla PHP
770 Group:          Libraries
771 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
772 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
773
774 %description mcrypt
775 This is a dynamic shared object (DSO) for PHP that will add mcrypt
776 support.
777
778 %description mcrypt -l pl
779 Modu³ PHP dodaj±cy mo¿liwo¶æ szyfrowania poprzez bibliotekê mcrypt.
780
781 %package mhash
782 Summary:        mhash extension module for PHP
783 Summary(pl):    Modu³ mhash dla PHP
784 Group:          Libraries
785 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
786 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
787
788 %description mhash
789 This is a dynamic shared object (DSO) for PHP that will add mhash
790 support.
791
792 %description mhash -l pl
793 Modu³ PHP udostêpniaj±cy funkcje mieszaj±ce z biblioteki mhash.
794
795 %package mime_magic
796 Summary:        mime_magic extension module for PHP
797 Summary(pl):    Modu³ mime_magic dla PHP
798 Group:          Libraries
799 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
800 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
801 Requires:       /usr/share/file/magic.mime
802
803 %description mime_magic
804 This PHP module adds support for MIME type lookup via file magic
805 numbers using magic.mime database.
806
807 %description mime_magic -l pl
808 Modu³ PHP dodaj±cy obs³ugê wyszukiwania typów MIME wed³ug magicznych
809 znaczników plików z u¿yciem bazy danych magic.mime.
810
811 %package ming
812 Summary:        ming extension module for PHP
813 Summary(pl):    Modu³ ming dla PHP
814 Group:          Libraries
815 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
816 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
817
818 %description ming
819 This is a dynamic shared object (DSO) for PHP that will add ming
820 (Flash - .swf files) support.
821
822 %description ming -l pl
823 Modu³ PHP dodaj±cy obs³ugê plików Flash (.swf) poprzez bibliotekê
824 ming.
825
826 %package msession
827 Summary:        msession extension module for PHP
828 Summary(pl):    Modu³ msession dla PHP
829 Group:          Libraries
830 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
831 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
832
833 %description msession
834 This is a dynamic shared object (DSO) for PHP that will allow you to
835 use msession. msession is a high speed session daemon which can run
836 either locally or remotely. It is designed to provide consistent
837 session management for a PHP web farm.
838
839 %description msession -l pl
840 Modu³ PHP dodaj±cy umo¿liwiaj±cy korzystanie z demona msession. Jest
841 to demon szybkiej obs³ugi sesji, który mo¿e dzia³aæ lokalnie lub na
842 innej maszynie. S³u¿y do zapewniania spójnej obs³ugi sesji dla farmy
843 serwerów.
844
845 %package mssql
846 Summary:        MS SQL extension module for PHP
847 Summary(pl):    Modu³ MS SQL dla PHP
848 Group:          Libraries
849 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
850 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
851
852 %description mssql
853 This is a dynamic shared object (DSO) for PHP that will add MS SQL
854 databases support through FreeTDS library.
855
856 %description mssql -l pl
857 Modu³ PHP dodaj±cy obs³ugê baz danych MS SQL poprzez bibliotekê
858 FreeTDS.
859
860 %package mysql
861 Summary:        MySQL database module for PHP
862 Summary(pl):    Modu³ bazy danych MySQL dla PHP
863 Summary(pt_BR): Um módulo para aplicações PHP que usam bancos de dados MySQL
864 Group:          Libraries
865 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
866 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
867
868 %description mysql
869 This is a dynamic shared object (DSO) for PHP that will add MySQL
870 database support.
871
872 %description mysql -l pl
873 Modu³ PHP umo¿liwiaj±cy dostêp do bazy danych MySQL.
874
875 %description mysql -l pt_BR
876 Um módulo para aplicações PHP que usam bancos de dados MySQL.
877
878 %package mysqli
879 Summary:        MySQLi module for PHP
880 Summary(pl):    Modu³ MySQLi dla PHP
881 Group:          Libraries
882 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
883 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
884 Requires:       mysql-libs >= 4.1.0
885
886 %description mysqli
887 This is a dynamic shared object (DSO) for PHP that will add MySQLi
888 (Improved MySQL) support. The difference between it and mysql module
889 is that it provides access to functionality of MySQL 4.1 and above.
890
891 %description mysqli -l pl
892 Modu³ PHP umo¿liwiaj±cy udoskonalony dostêp do bazy danych MySQL.
893 Ró¿nic± miêdzy nim a modu³em mysql jest dostêp do funkcjonalno¶ci
894 MySQL w wersji 4.1 i nowszych.
895
896 %package ncurses
897 Summary:        ncurses module for PHP
898 Summary(pl):    Modu³ ncurses dla PHP
899 Group:          Libraries
900 Requires(post,preun):   %{name}-cli = %{epoch}:%{version}-%{release}
901 Requires:       %{name}-cli = %{epoch}:%{version}-%{release}
902
903 %description ncurses
904 This PHP module adds support for ncurses functions (only for cli and
905 cgi SAPIs).
906
907 %description ncurses -l pl
908 Modu³ PHP dodaj±cy obs³ugê funkcji ncurses (tylko do SAPI cli i cgi).
909
910 %package oci8
911 Summary:        Oracle 8+ database module for PHP
912 Summary(pl):    Modu³ bazy danych Oracle 8+ dla PHP
913 Group:          Libraries
914 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
915 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
916 Autoreq:        false
917
918 %description oci8
919 This is a dynamic shared object (DSO) for PHP that will add Oracle 7,
920 8, 9 and 10 database support through Oracle8 Call-Interface (OCI8).
921
922 %description oci8 -l pl
923 Modu³ PHP umo¿liwiaj±cy dostêp do bazy danych Oracle 7, 8, 9 i 10
924 poprzez interfejs Oracle8 Call-Interface (OCI8).
925
926 %package odbc
927 Summary:        ODBC extension module for PHP
928 Summary(pl):    Modu³ ODBC dla PHP
929 Summary(pt_BR): Um módulo para aplicações PHP que usam bases de dados ODBC
930 Group:          Libraries
931 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
932 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
933 Requires:       unixODBC >= 2.1.1-3
934
935 %description odbc
936 This is a dynamic shared object (DSO) for PHP that will add ODBC
937 support.
938
939 %description odbc -l pl
940 Modu³ PHP ze wsparciem dla ODBC.
941
942 %description odbc -l pt_BR
943 Um módulo para aplicações PHP que usam ODBC.
944
945 %package openssl
946 Summary:        OpenSSL extension module for PHP
947 Summary(pl):    Modu³ OpenSSL dla PHP
948 Group:          Libraries
949 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
950 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
951
952 %description openssl
953 This is a dynamic shared object (DSO) for PHP that will add OpenSSL
954 support.
955
956 Warning: this is an experimental module.
957
958 %description openssl -l pl
959 Modu³ PHP umo¿liwiaj±cy korzystanie z biblioteki OpenSSL.
960
961 Uwaga: to jest modu³ eksperymentalny.
962
963 %package pcntl
964 Summary:        Process Control extension module for PHP
965 Summary(pl):    Modu³ Process Control dla PHP
966 Group:          Libraries
967 Requires(post,preun):   %{name}-program = %{epoch}:%{version}-%{release}
968 Requires:       %{name}-program = %{epoch}:%{version}-%{release}
969
970 %description pcntl
971 This is a dynamic shared object (DSO) for PHP that will add process
972 spawning and control support. It supports functions like fork(),
973 waitpid(), signal() etc.
974
975 Warning: this is an experimental module. Also, don't use it in
976 webserver environment!
977
978 %description pcntl -l pl
979 Modu³ PHP umo¿liwiaj±cy tworzenie nowych procesów i kontrolê nad nimi.
980 Obs³uguje funkcje takie jak fork(), waitpid(), signal() i podobne.
981
982 Uwaga: to jest modu³ eksperymentalny. Ponadto nie jest przeznaczony do
983 u¿ywania z serwerem WWW - nie próbuj tego!
984
985 %package pcre
986 Summary:        PCRE extension module for PHP
987 Summary(pl):    Modu³ PCRE dla PHP
988 Group:          Libraries
989 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
990 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
991
992 %description pcre
993 This is a dynamic shared object (DSO) for PHP that will add Perl
994 Compatible Regular Expression support.
995
996 %description pcre -l pl
997 Modu³ PHP umo¿liwiaj±cy korzystanie z perlowych wyra¿eñ regularnych
998 (Perl Compatible Regular Expressions)
999
1000 %package pdo
1001 Summary:        PHP Data Objects (PDO)
1002 Summary(pl):    Obs³uga PHP Data Objects (PDO)
1003 Group:          Libraries
1004 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1005 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1006 Obsoletes:      php-pecl-PDO
1007
1008 %description pdo
1009 This is a dynamic shared object (DSO) for PHP that will add PDO
1010 support.
1011
1012 %description pdo -l pl
1013 Modu³ PHP dodaj±cy obs³ugê PDO (PHP Data Objects).
1014
1015 %package pdo-dblib
1016 Summary:        PHP Data Objects (PDO) FreeTDS support
1017 Summary(pl):    Modu³ PHP Data Objects (PDO) z obs³ug± FreeTDS
1018 Group:          Libraries
1019 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1020 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1021 Requires:       %{name}-pdo = %{epoch}:%{version}-%{release}
1022
1023 %description pdo-dblib
1024 This is a dynamic shared object (DSO) for PHP that will add PDO
1025 FreeTDS support.
1026
1027 %description pdo-dblib -l pl
1028 Modu³ dla PHP dodaj±cy obs³ugê baz danych FreeTDS za po¶rednictwem
1029 interfejsu PDO.
1030
1031 %package pdo-firebird
1032 Summary:        PHP Data Objects (PDO) Firebird support
1033 Summary(pl):    Modu³ PHP Data Objects (PDO) z obs³ug± Firebirda
1034 Group:          Libraries
1035 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1036 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1037 Requires:       %{name}-pdo = %{epoch}:%{version}-%{release}
1038 Obsoletes:      php-pecl-PDO_FIREBIRD
1039
1040 %description pdo-firebird
1041 This is a dynamic shared object (DSO) for PHP that will add PDO
1042 Firebird support.
1043
1044 %description pdo-firebird -l pl
1045 Modu³ dla PHP dodaj±cy obs³ugê baz danych Firebird za po¶rednictwem
1046 interfejsu PDO.
1047
1048 %package pdo-mysql
1049 Summary:        PHP Data Objects (PDO) MySQL support
1050 Summary(pl):    Modu³ PHP Data Objects (PDO) z obs³ug± MySQL-a
1051 Group:          Libraries
1052 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1053 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1054 Requires:       %{name}-pdo = %{epoch}:%{version}-%{release}
1055 Obsoletes:      php-pecl-PDO_MYSQL
1056
1057 %description pdo-mysql
1058 This is a dynamic shared object (DSO) for PHP that will add PDO MySQL
1059 support.
1060
1061 %description pdo-mysql -l pl
1062 Modu³ dla PHP dodaj±cy obs³ugê baz danych MySQL za po¶rednictwem
1063 interfejsu PDO.
1064
1065 %package pdo-oci
1066 Summary:        PHP Data Objects (PDO) Oracle support
1067 Summary(pl):    Modu³ PHP Data Objects (PDO) z obs³ug± Oracle'a
1068 Group:          Libraries
1069 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1070 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1071 Requires:       %{name}-pdo = %{epoch}:%{version}-%{release}
1072 Obsoletes:      php-pecl-PDO_OCI
1073
1074 %description pdo-oci
1075 This is a dynamic shared object (DSO) for PHP that will add PDO Oracle
1076 support.
1077
1078 %description pdo-oci -l pl
1079 Modu³ dla PHP dodaj±cy obs³ugê baz danych Oracle za po¶rednictwem
1080 interfejsu PDO.
1081
1082 %package pdo-odbc
1083 Summary:        PHP Data Objects (PDO) ODBC support
1084 Summary(pl):    Modu³ PHP Data Objects (PDO) z obs³ug± ODBC
1085 Group:          Libraries
1086 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1087 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1088 Requires:       %{name}-pdo = %{epoch}:%{version}-%{release}
1089 Obsoletes:      php-pecl-PDO_ODBC
1090
1091 %description pdo-odbc
1092 This is a dynamic shared object (DSO) for PHP that will add PDO ODBC
1093 support.
1094
1095 %description pdo-odbc -l pl
1096 Modu³ dla PHP dodaj±cy obs³ugê baz danych ODBC za po¶rednictwem
1097 interfejsu PDO.
1098
1099 %package pdo-pgsql
1100 Summary:        PHP Data Objects (PDO) PostgreSQL support
1101 Summary(pl):    Modu³ PHP Data Objects (PDO) z obs³ug± PostgreSQL-a
1102 Group:          Libraries
1103 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1104 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1105 Requires:       %{name}-pdo = %{epoch}:%{version}-%{release}
1106 Obsoletes:      php-pecl-PDO_PGSQL
1107
1108 %description pdo-pgsql
1109 This is a dynamic shared object (DSO) for PHP that will add PDO
1110 PostgreSQL support.
1111
1112 %description pdo-pgsql -l pl
1113 Modu³ dla PHP dodaj±cy obs³ugê baz danych PostgreSQL za po¶rednictwem
1114 interfejsu PDO.
1115
1116 %package pdo-sqlite
1117 Summary:        PHP Data Objects (PDO) SQLite support
1118 Summary(pl):    Modu³ PHP Data Objects (PDO) z obs³ug± SQLite
1119 Group:          Libraries
1120 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1121 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1122 Requires:       %{name}-pdo = %{epoch}:%{version}-%{release}
1123 Obsoletes:      php-pecl-PDO_SQLITE
1124
1125 %description pdo-sqlite
1126 This is a dynamic shared object (DSO) for PHP that will add PDO SQLite
1127 support.
1128
1129 %description pdo-sqlite -l pl
1130 Modu³ dla PHP dodaj±cy obs³ugê baz danych SQLite za po¶rednictwem
1131 interfejsu PDO.
1132
1133 %package pgsql
1134 Summary:        PostgreSQL database module for PHP
1135 Summary(pl):    Modu³ bazy danych PostgreSQL dla PHP
1136 Group:          Libraries
1137 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1138 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1139
1140 %description pgsql
1141 This is a dynamic shared object (DSO) for PHP that will add PostgreSQL
1142 database support.
1143
1144 %description pgsql -l pl
1145 Modu³ PHP umo¿liwiaj±cy dostêp do bazy danych PostgreSQL.
1146
1147 %description pgsql -l pt_BR
1148 Um módulo para aplicações PHP que usam bancos de dados postgresql.
1149
1150 %package posix
1151 Summary:        POSIX extension module for PHP
1152 Summary(pl):    Modu³ POSIX dla PHP
1153 Group:          Libraries
1154 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1155 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1156
1157 %description posix
1158 This is a dynamic shared object (DSO) for PHP that will add POSIX
1159 functions support to PHP.
1160
1161 %description posix -l pl
1162 Modu³ PHP umo¿liwiaj±cy korzystanie z funkcji POSIX.
1163
1164 %package pspell
1165 Summary:        pspell extension module for PHP
1166 Summary(pl):    Modu³ pspell dla PHP
1167 Group:          Libraries
1168 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1169 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1170
1171 %description pspell
1172 This is a dynamic shared object (DSO) for PHP that will add pspell
1173 support to PHP. It allows to check the spelling of a word and offer
1174 suggestions.
1175
1176 %description pspell -l pl
1177 Modu³ PHP umo¿liwiaj±cy korzystanie z pspella. Pozwala on na
1178 sprawdzanie pisowni s³owa i sugerowanie poprawek.
1179
1180 %package readline
1181 Summary:        readline extension module for PHP
1182 Summary(pl):    Modu³ readline dla PHP
1183 Group:          Libraries
1184 Requires(post,preun):   %{name}-cli = %{epoch}:%{version}-%{release}
1185 Requires:       %{name}-cli = %{epoch}:%{version}-%{release}
1186
1187 %description readline
1188 This PHP module adds support for readline functions (only for cli and
1189 cgi SAPIs).
1190
1191 %description readline -l pl
1192 Modu³ PHP dodaj±cy obs³ugê funkcji readline (tylko do SAPI cli i cgi).
1193
1194 %package recode
1195 Summary:        recode extension module for PHP
1196 Summary(pl):    Modu³ recode dla PHP
1197 Group:          Libraries
1198 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1199 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1200 Requires:       recode >= 3.5d-3
1201
1202 %description recode
1203 This is a dynamic shared object (DSO) for PHP that will add recode
1204 support.
1205
1206 %description recode -l pl
1207 Modu³ PHP dodaj±cy mo¿liwo¶æ konwersji kodowania plików (poprzez
1208 bibliotekê recode).
1209
1210 %package session
1211 Summary:        session extension module for PHP
1212 Summary(pl):    Modu³ session dla PHP
1213 Group:          Libraries
1214 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1215 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1216
1217 %description session
1218 This is a dynamic shared object (DSO) for PHP that will add session
1219 support.
1220
1221 %description session -l pl
1222 Modu³ PHP dodaj±cy obs³ugê sesji.
1223
1224 %package shmop
1225 Summary:        Shared Memory Operations extension module for PHP
1226 Summary(pl):    Modu³ shmop dla PHP
1227 Group:          Libraries
1228 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1229 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1230
1231 %description shmop
1232 This is a dynamic shared object (DSO) for PHP that will add Shared
1233 Memory Operations support.
1234
1235 Warning: this is an experimental module.
1236
1237 %description shmop -l pl
1238 Modu³ PHP umo¿liwiaj±cy korzystanie z pamiêci dzielonej.
1239
1240 Uwaga: to jest modu³ eksperymentalny.
1241
1242 %package simplexml
1243 Summary:        Simple XML extension module for PHP
1244 Summary(pl):    Modu³ prostego rozszerzenia XML dla PHP
1245 Group:          Libraries
1246 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1247 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1248
1249 %description simplexml
1250 This is a dynamic shared object (DSO) for PHP that will add Simple XML
1251 support.
1252
1253 %description simplexml -l pl
1254 Modu³ PHP dodaj±cy obs³ugê prostego XML-a.
1255
1256 %package snmp
1257 Summary:        SNMP extension module for PHP
1258 Summary(pl):    Modu³ SNMP dla PHP
1259 Group:          Libraries
1260 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1261 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1262 Requires:       %{name}-sockets = %{epoch}:%{version}-%{release}
1263
1264 %description snmp
1265 This is a dynamic shared object (DSO) for PHP that will add SNMP
1266 support.
1267
1268 %description snmp -l pl
1269 Modu³ PHP dodaj±cy obs³ugê SNMP.
1270
1271 %package soap
1272 Summary:        soap extension module for PHP
1273 Summary(pl):    Modu³ soap dla PHP
1274 Group:          Libraries
1275 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1276 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1277
1278 %description soap
1279 This is a dynamic shared object (DSO) for PHP that will add SOAP/WSDL
1280 support.
1281
1282 %description soap -l pl
1283 Modu³ PHP dodaj±cy obs³ugê SOAP/WSDL.
1284
1285 %package sockets
1286 Summary:        sockets extension module for PHP
1287 Summary(pl):    Modu³ socket dla PHP
1288 Group:          Libraries
1289 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1290 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1291
1292 %description sockets
1293 This is a dynamic shared object (DSO) for PHP that will add sockets
1294 support.
1295
1296 Warning: this is an experimental module.
1297
1298 %description sockets -l pl
1299 Modu³ PHP dodaj±cy obs³ugê gniazdek.
1300
1301 Uwaga: to jest modu³ eksperymentalny.
1302
1303 %package sqlite
1304 Summary:        SQLite extension module for PHP
1305 Summary(pl):    Modu³ SQLite dla PHP
1306 Group:          Libraries
1307 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1308 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1309 Requires:       %{name}-pdo = %{epoch}:%{version}-%{release}
1310
1311 %description sqlite
1312 SQLite is a C library that implements an embeddable SQL database
1313 engine. Programs that link with the SQLite library can have SQL
1314 database access without running a separate RDBMS process.
1315
1316 SQLite is not a client library used to connect to a big database
1317 server. SQLite is the server. The SQLite library reads and writes
1318 directly to and from the database files on disk.
1319
1320 %description sqlite -l pl
1321 SQLite jest napisan± w C bibliotek± implementuj±c± osadzalny silnik
1322 bazodanowy SQL. Program linkuj±cy siê z bibliotek± SQLite mo¿e mieæ
1323 dostêp do bazy SQL bez potrzeby uruchamiania dodatkowego procesu
1324 RDBMS.
1325
1326 SQLite to nie klient baz danych - biblioteka nie ³±czy siê z serwerami
1327 baz danych. SQLite sam jest serwerem. Biblioteka SQLite czyta i
1328 zapisuje dane bezpo¶rednio z/do plików baz danych znajduj±cych siê na
1329 dysku.
1330
1331 %package sybase
1332 Summary:        Sybase DB extension module for PHP
1333 Summary(pl):    Modu³ Sybase DB dla PHP
1334 Group:          Libraries
1335 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1336 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1337 Obsoletes:      php-sybase-ct
1338
1339 %description sybase
1340 This is a dynamic shared object (DSO) for PHP that will add Sybase and
1341 MS SQL databases support through SYBDB library. Currently Sybase
1342 module is not maintained. Using Sybase-CT module is recommended
1343 instead.
1344
1345 %description sybase -l pl
1346 Modu³ PHP dodaj±cy obs³ugê baz danych Sybase oraz MS SQL poprzez
1347 bibliotekê SYBDB. W chwili obecnej modu³ Sybase nie jest wspierany.
1348 Zaleca siê u¿ywanie modu³u Sybase-CT.
1349
1350 %package sybase-ct
1351 Summary:        Sybase-CT extension module for PHP
1352 Summary(pl):    Modu³ Sybase-CT dla PHP
1353 Group:          Libraries
1354 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1355 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1356 Obsoletes:      php-sybase
1357
1358 %description sybase-ct
1359 This is a dynamic shared object (DSO) for PHP that will add Sybase and
1360 MS SQL databases support through CT-lib.
1361
1362 %description sybase-ct -l pl
1363 Modu³ PHP dodaj±cy obs³ugê baz danych Sybase oraz MS SQL poprzez
1364 CT-lib.
1365
1366 %package sysvmsg
1367 Summary:        SysV msg extension module for PHP
1368 Summary(pl):    Modu³ SysV msg dla PHP
1369 Group:          Libraries
1370 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1371 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1372
1373 %description sysvmsg
1374 This is a dynamic shared object (DSO) for PHP that will add SysV
1375 message queues support.
1376
1377 %description sysvmsg -l pl
1378 Modu³ PHP umo¿liwiaj±cy korzystanie z kolejek komunikatów SysV.
1379
1380 %package sysvsem
1381 Summary:        SysV sem extension module for PHP
1382 Summary(pl):    Modu³ SysV sem dla PHP
1383 Group:          Libraries
1384 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1385 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1386
1387 %description sysvsem
1388 This is a dynamic shared object (DSO) for PHP that will add SysV
1389 semaphores support.
1390
1391 %description sysvsem -l pl
1392 Modu³ PHP umo¿liwiaj±cy korzystanie z semaforów SysV.
1393
1394 %package sysvshm
1395 Summary:        SysV shm extension module for PHP
1396 Summary(pl):    Modu³ SysV shm dla PHP
1397 Group:          Libraries
1398 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1399 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1400
1401 %description sysvshm
1402 This is a dynamic shared object (DSO) for PHP that will add SysV
1403 Shared Memory support.
1404
1405 %description sysvshm -l pl
1406 Modu³ PHP umo¿liwiaj±cy korzystanie z pamiêci dzielonej SysV.
1407
1408 %package tidy
1409 Summary:        Tidy extension module for PHP
1410 Summary(pl):    Modu³ Tidy dla PHP
1411 Group:          Libraries
1412 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1413 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1414 Requires:       tidy
1415
1416 %description tidy
1417 This is a dynamic shared object (DSO) for PHP that will add Tidy
1418 support.
1419
1420 %description tidy -l pl
1421 Modu³ PHP umo¿liwiaj±cy korzystanie z tidy.
1422
1423 %package tokenizer
1424 Summary:        tokenizer extension module for PHP
1425 Summary(pl):    Modu³ rozszerzenia tokenizer dla PHP
1426 Group:          Libraries
1427 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1428 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1429
1430 %description tokenizer
1431 This is a dynamic shared object (DSO) for PHP that will add tokenizer
1432 support.
1433
1434 %description tokenizer -l pl
1435 Modu³ PHP dodaj±cy obs³ugê tokenizera do PHP.
1436
1437 %package wddx
1438 Summary:        wddx extension module for PHP
1439 Summary(pl):    Modu³ wddx dla PHP
1440 Group:          Libraries
1441 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1442 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1443 Requires:       %{name}-session = %{epoch}:%{version}-%{release}
1444 Requires:       %{name}-xml = %{epoch}:%{version}-%{release}
1445
1446 %description wddx
1447 This is a dynamic shared object (DSO) for PHP that will add wddx
1448 support.
1449
1450 %description wddx -l pl
1451 Modu³ PHP umo¿liwiaj±cy korzystanie z wddx.
1452
1453 %package xml
1454 Summary:        XML extension module for PHP
1455 Summary(pl):    Modu³ XML dla PHP
1456 Group:          Libraries
1457 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1458 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1459
1460 %description xml
1461 This is a dynamic shared object (DSO) for PHP that will add XML
1462 support. This extension lets you create XML parsers and then define
1463 handlers for different XML events.
1464
1465 %description xml -l pl
1466 Modu³ PHP umo¿liwiaj±cy parsowanie plików XML i obs³ugê zdarzeñ
1467 zwi±zanych z tymi plikami. Pozwala on tworzyæ analizatory XML-a i
1468 nastêpnie definiowaæ procedury obs³ugi dla ró¿nych zdarzeñ XML.
1469
1470 %package xmlreader
1471 Summary:        XML Reader extension module for PHP
1472 Summary(pl):    Modu³ XML Reader dla PHP
1473 Group:          Libraries
1474 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1475 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1476 Requires:       %{name}-dom = %{epoch}:%{version}-%{release}
1477
1478 %description xmlreader
1479 This is a dynamic shared object (DSO) for PHP that will add XML Reader
1480 support. The XMLReader extension is an XML Pull parser. The reader
1481 acts as a cursor going forward on the document stream and stopping at
1482 each node on the way.
1483
1484 %description xmlreader -l pl
1485 Modu³ PHP umo¿liwiaj±cy parsowanie plików XML w trybie Pull. Czytnik
1486 dzia³a jako kursor przechodz±cy przez strumieñ dokumentu i
1487 zatrzymuj±cy siê naka¿dym wê¼le po drodze.
1488
1489 %package xmlrpc
1490 Summary:        xmlrpc extension module for PHP
1491 Summary(pl):    Modu³ xmlrpc dla PHP
1492 Group:          Libraries
1493 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1494 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1495
1496 %description xmlrpc
1497 This is a dynamic shared object (DSO) for PHP that will add XMLRPC
1498 support.
1499
1500 Warning: this is an experimental module.
1501
1502 %description xmlrpc -l pl
1503 Modu³ PHP dodaj±cy obs³ugê XMLRPC.
1504
1505 Uwaga: to jest modu³ eksperymentalny.
1506
1507 %package xsl
1508 Summary:        xsl extension module for PHP
1509 Summary(pl):    Modu³ xsl dla PHP
1510 Group:          Libraries
1511 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1512 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1513 Requires:       libxslt >= 1.0.18
1514 # actually not true, functionality is similar, but API differs
1515 Obsoletes:      php-xslt <= 3:4.3.8-1
1516
1517 %description xsl
1518 This is a dynamic shared object (DSO) for PHP that will add new XSL
1519 support (using libxslt).
1520
1521 %description xsl -l pl
1522 Modu³ PHP dodaj±cy now± obs³ugê XSLT (przy u¿yciu libxslt).
1523
1524 %package zlib
1525 Summary:        Zlib extension module for PHP
1526 Summary(pl):    Modu³ zlib dla PHP
1527 Group:          Libraries
1528 Requires(post,preun):   %{name}-common = %{epoch}:%{version}-%{release}
1529 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
1530
1531 %description zlib
1532 This is a dynamic shared object (DSO) for PHP that will add zlib
1533 compression support to PHP.
1534
1535 %description zlib -l pl
1536 Modu³ PHP umo¿liwiaj±cy u¿ywanie kompresji zlib.
1537
1538 %prep
1539 %setup -q
1540 %patch37 -p1
1541 %patch0 -p1
1542 %patch1 -p1
1543 %patch2 -p1
1544 %patch3 -p1
1545 %patch4 -p1
1546 %patch5 -p1
1547 %patch6 -p1
1548 %patch7 -p1
1549 %patch8 -p1
1550 %patch9 -p1
1551 cp php.ini-dist php.ini
1552 %patch10 -p1
1553 # for ac2.53b/am1.6b - AC_LANG_CXX has AM_CONDITIONAL, so cannot be invoked
1554 # conditionally...
1555 %patch11 -p1
1556 %patch14 -p1
1557 %patch15 -p1
1558 %patch16 -p1
1559 %patch17 -p1
1560 %patch18 -p1
1561 %patch19 -p1
1562 %patch20 -p1
1563 %patch21 -p1
1564 %patch23 -p1
1565 %patch24 -p1
1566 %patch25 -p1
1567 %patch26 -p1
1568
1569 %if %{with hardening}
1570 zcat %{SOURCE8} | patch -p1 || exit 1
1571 patch -p1 < %{PATCH30} || exit 1
1572 %endif
1573 %patch31 -p1
1574 %patch32 -p1
1575 %patch33 -p1
1576 %patch34 -p1
1577 %patch35 -p1
1578 %{?with_versioning:%patch36 -p1}
1579
1580 # conflict seems to be resolved by recode patches
1581 rm -f ext/recode/config9.m4
1582
1583 # new apr
1584 sed -i -e 's#apr-config#apr-1-config#g' sapi/apache*/*.m4
1585
1586 # remove all bundled libraries not to link with them accidentally
1587 #rm -rf ext/sqlite/libsqlite
1588 #rm -rf ext/bcmath/libbcmath
1589 #rm -rf ext/date/lib
1590 #rm -rf ext/dba/libcdb
1591 #rm -rf ext/dba/libflatfile
1592 #rm -rf ext/dba/libinifile
1593 #rm -rf ext/gd/libgd
1594 #rm -rf ext/mbstring/libmbfl
1595 #rm -rf ext/mbstring/oniguruma
1596 rm -rf ext/pcre/pcrelib
1597 rm -rf ext/pdo_sqlite/sqlite
1598 #rm -rf ext/soap/interop
1599 rm -rf ext/xmlrpc/libxmlrpc
1600
1601 %build
1602 if API=$(awk '/#define PHP_API_VERSION/{print $3}' main/php.h) && [ $API != %{php_api_version} ]; then
1603         echo "Set %%define php_api_version to $API and rerun."
1604         exit 1
1605 fi
1606
1607 if API=$(awk '/#define ZEND_MODULE_API_NO/{print $3}' Zend/zend_modules.h) && [ $API != %{zend_module_api} ]; then
1608         echo "Set %%define zend_module_api to $API and rerun."
1609         exit 1
1610 fi
1611
1612 if API=$(awk '/#define ZEND_EXTENSION_API_NO/{print $3}' Zend/zend_extensions.h) && [ $API != %{zend_extension_api} ]; then
1613         echo "Set %%define zend_extension_api to $API and rerun."
1614         exit 1
1615 fi
1616
1617 CFLAGS="%{rpmcflags} -DEAPI=1 -I/usr/X11R6/include"
1618 %if %{with apache2}
1619 # Apache2 CFLAGS. harmless for other SAPIs.
1620 CFLAGS="$CFLAGS $(%{_bindir}/apr-1-config --includes) $(%{_bindir}/apu-1-config --includes)"
1621 %endif
1622
1623 EXTENSION_DIR="%{extensionsdir}"; export EXTENSION_DIR
1624 if [ ! -f _built-conf ]; then # configure once (for faster debugging purposes)
1625         rm -f Makefile.{fcgi,cgi,cli,apxs{1,2}} # now remove Makefile copies
1626         %{__libtoolize}
1627         %{__aclocal}
1628         ./buildconf --force
1629         touch _built-conf
1630 fi
1631 PROG_SENDMAIL="/usr/lib/sendmail"; export PROG_SENDMAIL
1632
1633 sapis="
1634 %if %{with fcgi}
1635 fcgi
1636 %endif
1637 cgi cli
1638 %if %{with apache1}
1639 apxs1
1640 %endif
1641 %if %{with apache2}
1642 apxs2
1643 %endif
1644 "
1645 for sapi in $sapis; do
1646         [ -f Makefile.$sapi ] && continue # skip if already configured (for faster debugging purposes)
1647
1648         %configure \
1649         `
1650         case $sapi in
1651         cgi)
1652                 echo --enable-discard-path --enable-force-cgi-redirect
1653         ;;
1654         cli)
1655                 echo --disable-cgi
1656         ;;
1657         fcgi)
1658                 echo --enable-fastcgi --with-fastcgi=/usr --enable-force-cgi-redirect
1659         ;;
1660         apxs1)
1661                 ver=%(rpm -q --qf '%%{version}' apache1-apxs)
1662                 echo --with-apxs=%{apxs1} --with-apache-version=$ver
1663         ;;
1664         apxs2)
1665                 ver=%(rpm -q --qf '%%{version}' apache-apxs)
1666                 echo --with-apxs2=%{apxs2} --with-apache-version=$ver
1667         ;;
1668         esac
1669         ` \
1670         --cache-file=config.cache \
1671         --with-libdir=%{_lib} \
1672         --with-config-file-path=%{_sysconfdir} \
1673         --with-config-file-scan-dir=%{_sysconfdir}/conf.d \
1674         --with-exec-dir=%{_bindir} \
1675         --%{!?debug:dis}%{?debug:en}able-debug \
1676         %{?with_zts:--enable-maintainer-zts} \
1677         --enable-inline-optimization \
1678         --enable-memory-limit \
1679         --enable-bcmath=shared \
1680         --enable-calendar=shared \
1681         --enable-ctype=shared \
1682         --enable-dba=shared \
1683         --with-inifile \
1684         --with-flatfile \
1685         --enable-dom=shared \
1686         --enable-exif=shared \
1687         --enable-filepro=shared \
1688         --enable-ftp=shared \
1689         --enable-gd-native-ttf \
1690         --enable-gd-jus-conf \
1691         --enable-libxml \
1692         --enable-magic-quotes \
1693         --enable-mbstring=shared,all \
1694         --enable-mbregex \
1695         --enable-pcntl=shared \
1696         --enable-pdo=shared \
1697 %if %{with mssql} || %{with sybase} || %{with sybase_ct}
1698         --with-pdo-dblib=shared \
1699 %endif
1700 %if %{with interbase} && %{without interbase_inst}
1701         --with-pdo-firebird=shared \
1702 %endif
1703         --with-pdo-mysql=shared \
1704         %{?with_oci8:--with-pdo-oci=shared} \
1705         %{?with_odbc:--with-pdo-odbc=shared,unixODBC,/usr} \
1706         %{?with_pgsql:--with-pdo-pgsql=shared} \
1707         %{?with_sqlite:--with-pdo-sqlite=shared,/usr} \
1708         --enable-posix=shared \
1709         --enable-reflection \
1710         --enable-session \
1711         --enable-shared \
1712         --enable-shmop=shared \
1713         --enable-simplexml \
1714         --enable-sysvmsg=shared \
1715         --enable-sysvsem=shared \
1716         --enable-sysvshm=shared \
1717         --enable-track-vars \
1718         --enable-trans-sid \
1719         --enable-safe-mode \
1720         --enable-soap=shared \
1721         --enable-sockets=shared \
1722         --enable-tokenizer=shared \
1723         --enable-ucd-snmp-hack \
1724         %{?with_wddx:--enable-wddx=shared} \
1725         --enable-xml=shared \
1726         --enable-xmlreader=shared \
1727         --with-bz2=shared \
1728         %{!?with_curl:--without-curl}%{?with_curl:--with-curl=shared} \
1729         %{?with_db3:--with-db3}%{!?with_db3:--with-db4} \
1730         --enable-dbase=shared \
1731 %if %{with xmlrpc}
1732         --with-expat-dir=shared,/usr \
1733 %else
1734         --without-expat-dir \
1735 %endif
1736         %{?with_fdf:--with-fdftk=shared} \
1737         --with-iconv=shared \
1738         --with-filepro=shared \
1739         --with-freetype-dir=shared \
1740         --with-gettext=shared \
1741         --with-gd=shared,/usr \
1742         --with-gdbm \
1743         --with-gmp=shared \
1744         %{?with_hwapi:--with-hwapi=shared} \
1745         %{?with_imap:--with-imap=shared --with-imap-ssl} \
1746         %{?with_interbase:--with-interbase=shared%{!?with_interbase_inst:,/usr}} \
1747         --with-jpeg-dir=/usr \
1748         %{?with_ldap:--with-ldap=shared --with-ldap-sasl} \
1749         --with-mcrypt=shared \
1750         %{?with_mhash:--with-mhash=shared} \
1751         %{?with_mime_magic:--with-mime-magic=shared,/usr/share/file/magic.mime}%{!?with_mime_magic:--disable-mime-magic} \
1752         %{?with_ming:--with-ming=shared} \
1753         %{?with_mm:--with-mm} \
1754         %{?with_msession:--with-msession=shared}%{!?with_msession:--without-msession} \
1755         %{?with_mssql:--with-mssql=shared} \
1756         --with-mysql=shared,/usr \
1757         --with-mysql-sock=/var/lib/mysql/mysql.sock \
1758         %{?with_mysqli:--with-mysqli=shared} \
1759         --with-ncurses=shared \
1760         %{?with_oci8:--with-oci8=shared} \
1761         %{?with_openssl:--with-openssl=shared} \
1762         --with-kerberos \
1763         %{!?with_pcre:--without-pcre-regex}%{?with_pcre:--with-pcre-regex=shared,/usr} \
1764         --with-pear=%{php_pear_dir} \
1765         %{!?with_pgsql:--without-pgsql}%{?with_pgsql:--with-pgsql=shared,/usr} \
1766         --with-png-dir=/usr \
1767         %{?with_pspell:--with-pspell=shared} \
1768         --with-readline=shared \
1769         %{?with_recode:--with-recode=shared} \
1770         --with-regex=php \
1771         --without-sablot-js \
1772         %{?with_snmp:--with-snmp=shared} \
1773         %{?with_sybase:--with-sybase=shared,/usr} \
1774         %{?with_sybase_ct:--with-sybase-ct=shared,/usr} \
1775         %{?with_sqlite:--with-sqlite=shared,/usr --enable-sqlite-utf8} \
1776         --with-t1lib=shared \
1777         %{?with_tidy:--with-tidy=shared} \
1778         --with-tiff-dir=/usr \
1779         %{?with_odbc:--with-unixODBC=shared,/usr} \
1780         %{!?with_xmlrpc:--without-xmlrpc}%{?with_xmlrpc:--with-xmlrpc=shared,/usr} \
1781         --with-xsl=shared \
1782         --with-zlib=shared \
1783         --with-zlib-dir=shared,/usr
1784
1785         cp -f Makefile Makefile.$sapi
1786         cp -f main/php_config.h php_config.h.$sapi
1787 done
1788
1789 # for now session_mm doesn't work with shared session module...
1790 # --enable-session=shared
1791 # %{!?with_mm:--with-mm=shared,no}%{?with_mm:--with-mm=shared}
1792
1793 %{__make} build-modules
1794
1795 %{__make} libphp_common.la
1796 # fix install paths, avoid evil rpaths
1797 sed -i -e "s|^libdir=.*|libdir='%{_libdir}'|" libphp_common.la
1798
1799 %if %{with apache1}
1800 %{__make} libtool-sapi LIBTOOL_SAPI=sapi/apache/libphp5.la -f Makefile.apxs1
1801 sed -i -e "
1802 s|^libdir=.*|libdir='%{_libdir}/apache1'|;
1803 s|^(relink_command=.* -rpath )[^ ]*/libs |$1%{_libdir}/apache1 |" sapi/apache/libphp5.la
1804 %endif
1805
1806 %if %{with apache2}
1807 %{__make} libtool-sapi LIBTOOL_SAPI=sapi/apache2handler/libphp5.la -f Makefile.apxs2
1808 sed -i -e "
1809 s|^libdir=.*|libdir='%{_libdir}/apache'|;
1810 s|^(relink_command=.* -rpath )[^ ]*/libs |$1%{_libdir}/apache |" sapi/apache2handler/libphp5.la
1811 %endif
1812
1813 # FCGI
1814 %if %{with fcgi}
1815 cp -af php_config.h.fcgi main/php_config.h
1816 %{__make} sapi/cgi/php -f Makefile.fcgi
1817 cp -r sapi/cgi sapi/fcgi
1818 rm -rf sapi/cgi/.libs sapi/cgi/*.lo
1819 %endif
1820
1821 # CGI
1822 cp -af php_config.h.cgi main/php_config.h
1823 %{__make} sapi/cgi/php -f Makefile.cgi
1824
1825 # CLI
1826 cp -af php_config.h.cli main/php_config.h
1827 %{__make} sapi/cli/php -f Makefile.cli
1828
1829 %install
1830 rm -rf $RPM_BUILD_ROOT
1831 install -d $RPM_BUILD_ROOT{%{_libdir}/{php,apache{,1}},%{_sysconfdir}/{apache,cgi},%{_phpsharedir}} \
1832         $RPM_BUILD_ROOT/home/services/{httpd,apache}/icons \
1833         $RPM_BUILD_ROOT{%{_sbindir},%{_bindir}} \
1834         $RPM_BUILD_ROOT/etc/{apache/conf.d,httpd/httpd.conf} \
1835         $RPM_BUILD_ROOT%{_mandir}/man1 \
1836
1837 # install apache1 DSO module
1838 %if %{with apache1}
1839 libtool --silent --mode=install install sapi/apache/libphp5.la $RPM_BUILD_ROOT%{_libdir}/apache1/
1840 %endif
1841
1842 # install apache2 DSO module
1843 %if %{with apache2}
1844 libtool --silent --mode=install install sapi/apache2handler/libphp5.la $RPM_BUILD_ROOT%{_libdir}/apache/
1845 %endif
1846
1847 libtool --silent --mode=install install libphp_common.la $RPM_BUILD_ROOT%{_libdir}
1848
1849 # install the apache modules' files
1850 %{__make} install-headers install-build install-modules install-programs \
1851         INSTALL_ROOT=$RPM_BUILD_ROOT
1852
1853 # as of 5.0.5, phpextdist isn't installed by default
1854 install scripts/dev/phpextdist $RPM_BUILD_ROOT%{_bindir}
1855
1856 # install CGI
1857 libtool --silent --mode=install install sapi/cgi/php $RPM_BUILD_ROOT%{_bindir}/php.cgi
1858
1859 # install FCGI
1860 %if %{with fcgi}
1861 libtool --silent --mode=install install sapi/fcgi/php $RPM_BUILD_ROOT%{_bindir}/php.fcgi
1862 %endif
1863
1864 # install CLI
1865 libtool --silent --mode=install install sapi/cli/php $RPM_BUILD_ROOT%{_bindir}/php.cli
1866 install sapi/cli/php.1 $RPM_BUILD_ROOT%{_mandir}/man1/php.1
1867 echo ".so php.1" >$RPM_BUILD_ROOT%{_mandir}/man1/php.cli.1
1868
1869 # TODO:
1870 # Why make install doesn't install libphp5.so ?
1871 #install libs/libphp5.so $RPM_BUILD_ROOT%{apachelib}
1872
1873 ln -sf php.cli $RPM_BUILD_ROOT%{_bindir}/php
1874
1875 sed -e 's#%{_prefix}/lib/php#%{_libdir}/php#g' php.ini > $RPM_BUILD_ROOT%{_sysconfdir}/php.ini
1876 %if %{with fcgi}
1877 install %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/php-cgi-fcgi.ini
1878 %endif
1879 install %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/php-cgi.ini
1880 install %{SOURCE7} $RPM_BUILD_ROOT%{_sysconfdir}/php-cli.ini
1881 install %{SOURCE1} .
1882
1883 %if %{with apache1}
1884 install %{SOURCE2} php.gif $RPM_BUILD_ROOT/home/services/apache/icons
1885 install %{SOURCE3} $RPM_BUILD_ROOT/etc/apache/conf.d/70_mod_php.conf
1886 install %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/php-apache.ini
1887 rm -f $RPM_BUILD_ROOT%{_libdir}/apache1/libphp5.la
1888 %endif
1889
1890 %if %{with apache2}
1891 install %{SOURCE2} php.gif $RPM_BUILD_ROOT/home/services/httpd/icons
1892 install %{SOURCE3} $RPM_BUILD_ROOT/etc/httpd/httpd.conf/70_mod_php.conf
1893 install %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/php-apache2handler.ini
1894 rm -f $RPM_BUILD_ROOT%{_libdir}/apache/libphp5.la
1895 %endif
1896
1897 cp -f Zend/LICENSE{,.Zend}
1898
1899 # Generate stub .ini files for each subpackage
1900 install -d $RPM_BUILD_ROOT%{_sysconfdir}/conf.d
1901 for so in modules/*.so; do
1902         mod=$(basename $so .so)
1903         conf="%{_sysconfdir}/conf.d/${mod}.ini"
1904         # xml needs to be loaded before wddx
1905         [ "$mod" = "wddx" ] && conf="%{_sysconfdir}/conf.d/xml_${mod}.ini"
1906         cat > $RPM_BUILD_ROOT${conf} <<EOF
1907 ; Enable ${mod} extension module
1908 extension=${mod}.so
1909 EOF
1910 done
1911
1912 # per SAPI ini directories
1913 install -d $RPM_BUILD_ROOT%{_sysconfdir}/{cgi,cli,cgi-fcgi,apache,apache2handler}.d
1914
1915 # for CLI SAPI only
1916 mv $RPM_BUILD_ROOT%{_sysconfdir}/{conf.d/{ncurses,pcntl,readline}.ini,cli.d}
1917
1918 # use system automake and {lib,sh}tool
1919 ln -snf /usr/share/automake/config.{guess,sub} $RPM_BUILD_ROOT%{_libdir}/php/build
1920 ln -snf %{_aclocaldir}/libtool.m4 $RPM_BUILD_ROOT%{_libdir}/php/build
1921 ln -snf %{_datadir}/libtool/ltmain.sh $RPM_BUILD_ROOT%{_libdir}/php/build
1922 ln -snf %{_bindir}/shtool $RPM_BUILD_ROOT%{_libdir}/php/build
1923
1924 %clean
1925 rm -rf $RPM_BUILD_ROOT
1926
1927 %post
1928 if [ "$1" = "1" ]; then
1929 %if %{with apache1}
1930         %service -q apache restart
1931 %endif
1932 %if %{with apache2}
1933         %service -q httpd restart
1934 %endif
1935 fi
1936
1937 %postun
1938 if [ "$1" = "0" ]; then
1939 %if %{with apache1}
1940         %service -q apache restart
1941 %endif
1942 %if %{with apache2}
1943         %service -q httpd restart
1944 %endif
1945 fi
1946
1947 %post -n apache1-mod_php
1948 if [ "$1" = "1" ]; then
1949         %service -q apache restart
1950 fi
1951
1952 %postun -n apache1-mod_php
1953 if [ "$1" = "0" ]; then
1954         %service -q apache restart
1955 fi
1956
1957 %post -n apache-mod_php
1958 if [ "$1" = "1" ]; then
1959         %service -q httpd restart
1960 fi
1961
1962 %postun -n apache-mod_php
1963 if [ "$1" = "0" ]; then
1964         %service -q httpd restart
1965 fi
1966
1967 # so tired of typing... so decided to create macros
1968 # macro called at extension post scriptlet
1969 %define extension_post \
1970 if [ "$1" = "1" ]; then \
1971         [ ! -f /etc/apache/conf.d/??_mod_php.conf ] || %service -q apache restart \
1972         [ ! -f /etc/httpd/httpd.conf/??_mod_php.conf ] || %service -q httpd restart \
1973 fi
1974
1975 # macro called at extension postun scriptlet
1976 %define extension_postun \
1977 if [ "$1" = "0" ]; then \
1978         [ ! -f /etc/apache/conf.d/??_mod_php.conf ] || %service -q apache restart \
1979         [ ! -f /etc/httpd/httpd.conf/??_mod_php.conf ] || %service -q httpd restart \
1980 fi
1981
1982 %post   common -p /sbin/ldconfig
1983 %postun common -p /sbin/ldconfig
1984
1985 %posttrans common
1986 # minimizing apache restarts logics. we restart webserver:
1987 #
1988 # 1. at the end of transaction. (posttrans, feature from rpm 4.4.2)
1989 # 2. first install of extension (post: $1 = 1)
1990 # 2. uninstall of extension (postun: $1 == 0)
1991 #
1992 # the strict internal deps between extensions (and apache modules) and
1993 # common package are very important for all this to work.
1994
1995 # restart webserver at the end of transaction
1996 [ ! -f /etc/apache/conf.d/??_mod_php.conf ] || %service -q apache restart
1997 [ ! -f /etc/httpd/httpd.conf/??_mod_php.conf ] || %service -q httpd restart
1998
1999 %if %{with apache1}
2000 %triggerpostun -n apache1-mod_php -- php < 4:5.0.4-9.11
2001 sed -i -e '
2002         /^AddType application\/x-httpd-php \.php/s,^,#,
2003         /^\(Add\|Load\)Module.*php5\.\(so\|c\)/d
2004 ' /etc/apache/apache.conf
2005 %service -q apache restart
2006 %endif
2007
2008 %if %{with apache2}
2009 %triggerpostun -n apache-mod_php -- php < 4:5.0.4-7.1, php < 4:5.0.4-7.1
2010 # for fixed php-SAPI.ini, the poor php-apache.ini was never read for apache2
2011 if [ -f %{_sysconfdir}/php-apache.ini.rpmsave ]; then
2012         cp -f %{_sysconfdir}/php-apache2handler.ini{,.rpmnew}
2013         mv -f %{_sysconfdir}/php-apache.ini.rpmsave %{_sysconfdir}/php-apache2handler.ini
2014 fi
2015 %endif
2016
2017 %post bcmath
2018 %extension_post
2019
2020 %postun bcmath
2021 %extension_postun
2022
2023 %post bzip2
2024 %extension_post
2025
2026 %postun bzip2
2027 %extension_postun
2028
2029 %post calendar
2030 %extension_post
2031
2032 %postun calendar
2033 %extension_postun
2034
2035 %post ctype
2036 %extension_post
2037
2038 %postun ctype
2039 %extension_postun
2040
2041 %post curl
2042 %extension_post
2043
2044 %postun curl
2045 %extension_postun
2046
2047 %post dba
2048 %extension_post
2049
2050 %postun dba
2051 %extension_postun
2052
2053 %post dbase
2054 %extension_post
2055
2056 %postun dbase
2057 %extension_postun
2058
2059 %post dom
2060 %extension_post
2061
2062 %postun dom
2063 %extension_postun
2064
2065 %post exif
2066 %extension_post
2067
2068 %postun exif
2069 %extension_postun
2070
2071 %post fdf
2072 %extension_post
2073
2074 %postun fdf
2075 %extension_postun
2076
2077 %post filepro
2078 %extension_post
2079
2080 %postun filepro
2081 %extension_postun
2082
2083 %post ftp
2084 %extension_post
2085
2086 %postun ftp
2087 %extension_postun
2088
2089 %post gd
2090 %extension_post
2091
2092 %postun gd
2093 %extension_postun
2094
2095 %post gettext
2096 %extension_post
2097
2098 %postun gettext
2099 %extension_postun
2100
2101 %post gmp
2102 %extension_post
2103
2104 %postun gmp
2105 %extension_postun
2106
2107 %post hwapi
2108 %extension_post
2109
2110 %postun hwapi
2111 %extension_postun
2112
2113 %post iconv
2114 %extension_post
2115
2116 %postun iconv
2117 %extension_postun
2118
2119 %post imap
2120 %extension_post
2121
2122 %postun imap
2123 %extension_postun
2124
2125 %post interbase
2126 %extension_post
2127
2128 %postun interbase
2129 %extension_postun
2130
2131 %post ldap
2132 %extension_post
2133
2134 %postun ldap
2135 %extension_postun
2136
2137 %post mbstring
2138 %extension_post
2139
2140 %postun mbstring
2141 %extension_postun
2142
2143 %post mcrypt
2144 %extension_post
2145
2146 %postun mcrypt
2147 %extension_postun
2148
2149 %post mhash
2150 %extension_post
2151
2152 %postun mhash
2153 %extension_postun
2154
2155 %post mime_magic
2156 %extension_post
2157
2158 %postun mime_magic
2159 %extension_postun
2160
2161 %post ming
2162 %extension_post
2163
2164 %postun ming
2165 %extension_postun
2166
2167 %post msession
2168 %extension_post
2169
2170 %postun msession
2171 %extension_postun
2172
2173 %post mssql
2174 %extension_post
2175
2176 %postun mssql
2177 %extension_postun
2178
2179 %post mysql
2180 %extension_post
2181
2182 %postun mysql
2183 %extension_postun
2184
2185 %post mysqli
2186 %extension_post
2187
2188 %postun mysqli
2189 %extension_postun
2190
2191 %post oci8
2192 %extension_post
2193
2194 %postun oci8
2195 %extension_postun
2196
2197 %post odbc
2198 %extension_post
2199
2200 %postun odbc
2201 %extension_postun
2202
2203 %post openssl
2204 %extension_post
2205
2206 %postun openssl
2207 %extension_postun
2208
2209 %post pcre
2210 %extension_post
2211
2212 %postun pcre
2213 %extension_postun
2214
2215 %post pdo-dblib
2216 %extension_post
2217
2218 %postun pdo-dblib
2219 %extension_postun
2220
2221 %post pdo-firebird
2222 %extension_post
2223
2224 %postun pdo-firebird
2225 %extension_postun
2226
2227 %post pdo-mysql
2228 %extension_post
2229
2230 %postun pdo-mysql
2231 %extension_postun
2232
2233 %post pdo-odbc
2234 %extension_post
2235
2236 %postun pdo-odbc
2237 %extension_postun
2238
2239 %post pdo-pgsql
2240 %extension_post
2241
2242 %postun pdo-pgsql
2243 %extension_postun
2244
2245 %post pdo-sqlite
2246 %extension_post
2247
2248 %postun pdo-sqlite
2249 %extension_postun
2250
2251 %post pgsql
2252 %extension_post
2253
2254 %postun pgsql
2255 %extension_postun
2256
2257 %post posix
2258 %extension_post
2259
2260 %postun posix
2261 %extension_postun
2262
2263 %post pspell
2264 %extension_post
2265
2266 %postun pspell
2267 %extension_postun
2268
2269 %post recode
2270 %extension_post
2271
2272 %postun recode
2273 %extension_postun
2274
2275 %post session
2276 %extension_post
2277
2278 %postun session
2279 %extension_postun
2280
2281 %post shmop
2282 %extension_post
2283
2284 %postun shmop
2285 %extension_postun
2286
2287 %post snmp
2288 %extension_post
2289
2290 %postun snmp
2291 %extension_postun
2292
2293 %post soap
2294 %extension_post
2295
2296 %postun soap
2297 %extension_postun
2298
2299 %post sockets
2300 %extension_post
2301
2302 %postun sockets
2303 %extension_postun
2304
2305 %post sqlite
2306 %extension_post
2307
2308 %postun sqlite
2309 %extension_postun
2310
2311 %post sybase
2312 %extension_post
2313
2314 %postun sybase
2315 %extension_postun
2316
2317 %post sybase-ct
2318 %extension_post
2319
2320 %postun sybase-ct
2321 %extension_postun
2322
2323 %post sysvmsg
2324 %extension_post
2325
2326 %postun sysvmsg
2327 %extension_postun
2328
2329 %post sysvsem
2330 %extension_post
2331
2332 %postun sysvsem
2333 %extension_postun
2334
2335 %post sysvshm
2336 %extension_post
2337
2338 %postun sysvshm
2339 %extension_postun
2340
2341 %post tidy
2342 %extension_post
2343
2344 %postun tidy
2345 %extension_postun
2346
2347 %post tokenizer
2348 %extension_post
2349
2350 %postun tokenizer
2351 %extension_postun
2352
2353 %post wddx
2354 %extension_post
2355
2356 %postun wddx
2357 %extension_postun
2358
2359 %post xml
2360 %extension_post
2361
2362 %postun xml
2363 %extension_postun
2364
2365 %post xmlreader
2366 %extension_post
2367
2368 %postun xmlreader
2369 %extension_postun
2370
2371 %post xmlrpc
2372 %extension_post
2373
2374 %postun xmlrpc
2375 %extension_postun
2376
2377 %post xsl
2378 %extension_post
2379
2380 %postun xsl
2381 %extension_postun
2382
2383 %post zlib
2384 %extension_post
2385
2386 %postun zlib
2387 %extension_postun
2388
2389 %triggerun bcmath -- %{name}-bcmath < 4:5.0.4-9.1
2390 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*bcmath\.so/d' %{_sysconfdir}/php.ini
2391
2392 %triggerun bzip2 -- %{name}-bzip2 < 4:5.0.4-9.1
2393 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*bzip2\.so/d' %{_sysconfdir}/php.ini
2394
2395 %triggerun calendar -- %{name}-calendar < 4:5.0.4-9.1
2396 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*calendar\.so/d' %{_sysconfdir}/php.ini
2397
2398 %triggerun ctype -- %{name}-ctype < 4:5.0.4-9.1
2399 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*ctype\.so/d' %{_sysconfdir}/php.ini
2400
2401 %triggerun curl -- %{name}-curl < 4:5.0.4-9.1
2402 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*curl\.so/d' %{_sysconfdir}/php.ini
2403
2404 %triggerun dba -- %{name}-dba < 4:5.0.4-9.1
2405 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*dba\.so/d' %{_sysconfdir}/php.ini
2406
2407 %triggerun dbase -- %{name}-dbase < 4:5.0.4-9.1
2408 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*dbase\.so/d' %{_sysconfdir}/php.ini
2409
2410 %triggerun dom -- %{name}-dom < 4:5.0.4-9.1
2411 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*dom\.so/d' %{_sysconfdir}/php.ini
2412
2413 %triggerun exif -- %{name}-exif < 4:5.0.4-9.1
2414 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*exif\.so/d' %{_sysconfdir}/php.ini
2415
2416 %triggerun fdf -- %{name}-fdf < 4:5.0.4-9.1
2417 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*fdf\.so/d' %{_sysconfdir}/php.ini
2418
2419 %triggerun filepro -- %{name}-filepro < 4:5.0.4-9.1
2420 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*filepro\.so/d' %{_sysconfdir}/php.ini
2421
2422 %triggerun ftp -- %{name}-ftp < 4:5.0.4-9.1
2423 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*ftp\.so/d' %{_sysconfdir}/php.ini
2424
2425 %triggerun gd -- %{name}-gd < 4:5.0.4-9.1
2426 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*gd\.so/d' %{_sysconfdir}/php.ini
2427
2428 %triggerun gettext -- %{name}-gettext < 4:5.0.4-9.1
2429 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*gettext\.so/d' %{_sysconfdir}/php.ini
2430
2431 %triggerun gmp -- %{name}-gmp < 4:5.0.4-9.1
2432 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*gmp\.so/d' %{_sysconfdir}/php.ini
2433
2434 %triggerun hwapi -- %{name}-hwapi < 4:5.0.4-9.1
2435 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*hwapi\.so/d' %{_sysconfdir}/php.ini
2436
2437 %triggerun iconv -- %{name}-iconv < 4:5.0.4-9.1
2438 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*iconv\.so/d' %{_sysconfdir}/php.ini
2439
2440 %triggerun imap -- %{name}-imap < 4:5.0.4-9.1
2441 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*imap\.so/d' %{_sysconfdir}/php.ini
2442
2443 %triggerun interbase -- %{name}-interbase < 4:5.0.4-9.1
2444 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*interbase\.so/d' %{_sysconfdir}/php.ini
2445
2446 %triggerun ldap -- %{name}-ldap < 4:5.0.4-9.1
2447 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*ldap\.so/d' %{_sysconfdir}/php.ini
2448
2449 %triggerun mbstring -- %{name}-mbstring < 4:5.0.4-9.1
2450 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*mbstring\.so/d' %{_sysconfdir}/php.ini
2451
2452 %triggerun mcrypt -- %{name}-mcrypt < 4:5.0.4-9.1
2453 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*mcrypt\.so/d' %{_sysconfdir}/php.ini
2454
2455 %triggerun mhash -- %{name}-mhash < 4:5.0.4-9.1
2456 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*mhash\.so/d' %{_sysconfdir}/php.ini
2457
2458 %triggerun mime_magic -- %{name}-mime_magic < 4:5.0.4-9.1
2459 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*mime_magic\.so/d' %{_sysconfdir}/php.ini
2460
2461 %triggerun ming -- %{name}-ming < 4:5.0.4-9.1
2462 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*ming\.so/d' %{_sysconfdir}/php.ini
2463
2464 %triggerun msession -- %{name}-msession < 4:5.0.4-9.1
2465 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*msession\.so/d' %{_sysconfdir}/php.ini
2466
2467 %triggerun mssql -- %{name}-mssql < 4:5.0.4-9.1
2468 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*mssql\.so/d' %{_sysconfdir}/php.ini
2469
2470 %triggerun mysql -- %{name}-mysql < 4:5.0.4-9.1
2471 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*mysql\.so/d' %{_sysconfdir}/php.ini
2472
2473 %triggerun ncurses -- %{name}-ncurses < 4:5.1.2-9.5
2474 if [ -f %{_sysconfdir}/php-cgi.ini ]; then
2475         %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*ncurses\.so/d' %{_sysconfdir}/php-cgi.ini
2476 fi
2477 if [ -f %{_sysconfdir}/php-cli.ini ]; then
2478         %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*ncurses\.so/d' %{_sysconfdir}/php-cli.ini
2479 fi
2480
2481 %triggerun mysqli -- %{name}-mysqli < 4:5.0.4-9.1
2482 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*mysqli\.so/d' %{_sysconfdir}/php.ini
2483
2484 %triggerun oci8 -- %{name}-oci8 < 4:5.0.4-9.1
2485 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*oci8\.so/d' %{_sysconfdir}/php.ini
2486
2487 %triggerun odbc -- %{name}-odbc < 4:5.0.4-9.1
2488 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*odbc\.so/d' %{_sysconfdir}/php.ini
2489
2490 %triggerun openssl -- %{name}-openssl < 4:5.0.4-9.1
2491 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*openssl\.so/d' %{_sysconfdir}/php.ini
2492
2493 %triggerun pcntl -- %{name}-pcntl < 4:5.1.2-9.5
2494 if [ -f %{_sysconfdir}/php-cgi.ini ]; then
2495         %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*pcntl\.so/d' %{_sysconfdir}/php-cgi.ini
2496 fi
2497 if [ -f %{_sysconfdir}/php-cli.ini ]; then
2498         %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*pcntl\.so/d' %{_sysconfdir}/php-cli.ini
2499 fi
2500
2501 %triggerun pcre -- %{name}-pcre < 4:5.0.4-9.1
2502 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*pcre\.so/d' %{_sysconfdir}/php.ini
2503
2504 %triggerun pgsql -- %{name}-pgsql < 4:5.0.4-9.1
2505 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*pgsql\.so/d' %{_sysconfdir}/php.ini
2506
2507 %triggerun posix -- %{name}-posix < 4:5.0.4-9.1
2508 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*posix\.so/d' %{_sysconfdir}/php.ini
2509
2510 %triggerun pspell -- %{name}-pspell < 4:5.0.4-9.1
2511 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*pspell\.so/d' %{_sysconfdir}/php.ini
2512
2513 %triggerun readline -- %{name}-readline < 4:5.1.2-9.5
2514 if [ -f %{_sysconfdir}/php-cgi.ini ]; then
2515         %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*readline\.so/d' %{_sysconfdir}/php-cgi.ini
2516 fi
2517 if [ -f %{_sysconfdir}/php-cli.ini ]; then
2518         %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*readline\.so/d' %{_sysconfdir}/php-cli.ini
2519 fi
2520
2521 %triggerun recode -- %{name}-recode < 4:5.0.4-9.1
2522 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*recode\.so/d' %{_sysconfdir}/php.ini
2523
2524 %triggerun session -- %{name}-session < 4:5.0.4-9.1
2525 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*session\.so/d' %{_sysconfdir}/php.ini
2526
2527 %triggerun shmop -- %{name}-shmop < 4:5.0.4-9.1
2528 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*shmop\.so/d' %{_sysconfdir}/php.ini
2529
2530 %triggerun snmp -- %{name}-snmp < 4:5.0.4-9.1
2531 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*snmp\.so/d' %{_sysconfdir}/php.ini
2532
2533 %triggerun soap -- %{name}-soap < 4:5.0.4-9.1
2534 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*soap\.so/d' %{_sysconfdir}/php.ini
2535
2536 %triggerun sockets -- %{name}-sockets < 4:5.0.4-9.1
2537 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*sockets\.so/d' %{_sysconfdir}/php.ini
2538
2539 %triggerun sqlite -- %{name}-sqlite < 4:5.0.4-9.1
2540 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*sqlite\.so/d' %{_sysconfdir}/php.ini
2541
2542 %triggerun sybase -- %{name}-sybase < 4:5.0.4-9.1
2543 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*sybase\.so/d' %{_sysconfdir}/php.ini
2544
2545 %triggerun sybase-ct -- %{name}-sybase-ct < 4:5.0.4-9.1
2546 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*sybase-ct\.so/d' %{_sysconfdir}/php.ini
2547
2548 %triggerun sysvmsg -- %{name}-sysvmsg < 4:5.0.4-9.1
2549 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*sysvmsg\.so/d' %{_sysconfdir}/php.ini
2550
2551 %triggerun sysvsem -- %{name}-sysvsem < 4:5.0.4-9.1
2552 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*sysvsem\.so/d' %{_sysconfdir}/php.ini
2553
2554 %triggerun sysvshm -- %{name}-sysvshm < 4:5.0.4-9.1
2555 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*sysvshm\.so/d' %{_sysconfdir}/php.ini
2556
2557 %triggerun tidy -- %{name}-tidy < 4:5.0.4-9.1
2558 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*tidy\.so/d' %{_sysconfdir}/php.ini
2559
2560 %triggerun wddx -- %{name}-wddx < 4:5.0.4-9.1
2561 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*wddx\.so/d' %{_sysconfdir}/php.ini
2562
2563 %triggerun xml -- %{name}-xml < 4:5.0.4-9.1
2564 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*xml\.so/d' %{_sysconfdir}/php.ini
2565
2566 %triggerun xmlrpc -- %{name}-xmlrpc < 4:5.0.4-9.1
2567 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*xmlrpc\.so/d' %{_sysconfdir}/php.ini
2568
2569 %triggerun xsl -- %{name}-xsl < 4:5.0.4-9.1
2570 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*xsl\.so/d' %{_sysconfdir}/php.ini
2571
2572 %triggerun zlib -- %{name}-zlib < 4:5.0.4-9.1
2573 %{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*zlib\.so/d' %{_sysconfdir}/php.ini
2574
2575 %if %{with apache1}
2576 %files -n apache1-mod_php
2577 %defattr(644,root,root,755)
2578 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/apache/conf.d/*_mod_php.conf
2579 %dir %{_sysconfdir}/apache.d
2580 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-apache.ini
2581 %attr(755,root,root) %{_libdir}/apache1/libphp5.so
2582 /home/services/apache/icons/*
2583 %endif
2584
2585 %if %{with apache2}
2586 %files -n apache-mod_php
2587 %defattr(644,root,root,755)
2588 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/httpd/httpd.conf/*_mod_php.conf
2589 %dir %{_sysconfdir}/apache2handler.d
2590 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-apache2handler.ini
2591 %attr(755,root,root) %{_libdir}/apache/libphp5.so
2592 /home/services/httpd/icons/*
2593 %endif
2594
2595 %if %{with fcgi}
2596 %files fcgi
2597 %defattr(644,root,root,755)
2598 %doc sapi/cgi/README.FastCGI
2599 %dir %{_sysconfdir}/cgi-fcgi.d
2600 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-cgi-fcgi.ini
2601 %attr(755,root,root) %{_bindir}/php.fcgi
2602 %endif
2603
2604 %files cgi
2605 %defattr(644,root,root,755)
2606 %dir %{_sysconfdir}/cgi.d
2607 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-cgi.ini
2608 %attr(755,root,root) %{_bindir}/php.cgi
2609
2610 %files cli
2611 %defattr(644,root,root,755)
2612 %dir %{_sysconfdir}/cli.d
2613 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-cli.ini
2614 %attr(755,root,root) %{_bindir}/php.cli
2615 %{_mandir}/man1/php.1*
2616 %{_mandir}/man1/php.cli.1*
2617
2618 %files program
2619 %defattr(644,root,root,755)
2620 %attr(755,root,root) %{_bindir}/php
2621
2622 %files common
2623 %defattr(644,root,root,755)
2624 %doc php.ini-*
2625 %doc CREDITS Zend/ZEND_CHANGES
2626 %doc LICENSE Zend/LICENSE.Zend EXTENSIONS NEWS TODO*
2627
2628 %dir %{_sysconfdir}
2629 %dir %{_sysconfdir}/conf.d
2630 %attr(644,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php.ini
2631 %attr(755,root,root) %{_libdir}/libphp_common-*.so
2632 %dir %{extensionsdir}
2633 %dir %{_phpsharedir}
2634
2635 # session_mm doesn't work with shared session
2636 #%files session
2637 #%defattr(644,root,root,755)
2638 #%attr(755,root,root) %{extensionsdir}/session.so
2639 %doc ext/session/mod_files.sh
2640
2641 %files devel
2642 %defattr(644,root,root,755)
2643 %doc README.UNIX-BUILD-SYSTEM
2644 %doc README.EXT_SKEL README.SELF-CONTAINED-EXTENSIONS
2645 %doc CODING_STANDARDS
2646 %attr(755,root,root) %{_bindir}/phpextdist
2647 %attr(755,root,root) %{_bindir}/phpize
2648 %attr(755,root,root) %{_bindir}/php-config
2649 %attr(755,root,root) %{_libdir}/libphp_common.so
2650 %{_libdir}/libphp_common.la
2651 %{_includedir}/php
2652 %{_libdir}/php/build
2653 %{_mandir}/man1/*
2654
2655 %files bcmath
2656 %defattr(644,root,root,755)
2657 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/bcmath.ini
2658 %attr(755,root,root) %{extensionsdir}/bcmath.so
2659
2660 %files bzip2
2661 %defattr(644,root,root,755)
2662 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/bz2.ini
2663 %attr(755,root,root) %{extensionsdir}/bz2.so
2664
2665 %files calendar
2666 %defattr(644,root,root,755)
2667 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/calendar.ini
2668 %attr(755,root,root) %{extensionsdir}/calendar.so
2669
2670 %files ctype
2671 %defattr(644,root,root,755)
2672 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ctype.ini
2673 %attr(755,root,root) %{extensionsdir}/ctype.so
2674
2675 %if %{with curl}
2676 %files curl
2677 %defattr(644,root,root,755)
2678 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/curl.ini
2679 %attr(755,root,root) %{extensionsdir}/curl.so
2680 %endif
2681
2682 %files dba
2683 %defattr(644,root,root,755)
2684 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/dba.ini
2685 %attr(755,root,root) %{extensionsdir}/dba.so
2686
2687 %files dbase
2688 %defattr(644,root,root,755)
2689 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/dbase.ini
2690 %attr(755,root,root) %{extensionsdir}/dbase.so
2691
2692 %files dom
2693 %defattr(644,root,root,755)
2694 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/dom.ini
2695 %attr(755,root,root) %{extensionsdir}/dom.so
2696
2697 %if %{with fdf}
2698 %files fdf
2699 %defattr(644,root,root,755)
2700 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/fdf.ini
2701 %attr(755,root,root) %{extensionsdir}/fdf.so
2702 %endif
2703
2704 %files exif
2705 %defattr(644,root,root,755)
2706 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/exif.ini
2707 %attr(755,root,root) %{extensionsdir}/exif.so
2708
2709 %files filepro
2710 %defattr(644,root,root,755)
2711 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/filepro.ini
2712 %attr(755,root,root) %{extensionsdir}/filepro.so
2713
2714 %files ftp
2715 %defattr(644,root,root,755)
2716 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ftp.ini
2717 %attr(755,root,root) %{extensionsdir}/ftp.so
2718
2719 %files gd
2720 %defattr(644,root,root,755)
2721 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gd.ini
2722 %attr(755,root,root) %{extensionsdir}/gd.so
2723
2724 %files gettext
2725 %defattr(644,root,root,755)
2726 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gettext.ini
2727 %attr(755,root,root) %{extensionsdir}/gettext.so
2728
2729 %files gmp
2730 %defattr(644,root,root,755)
2731 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gmp.ini
2732 %attr(755,root,root) %{extensionsdir}/gmp.so
2733
2734 %if %{with hwapi}
2735 %files hwapi
2736 %defattr(644,root,root,755)
2737 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/hwapi.ini
2738 %attr(755,root,root) %{extensionsdir}/hwapi.so
2739 %endif
2740
2741 %files iconv
2742 %defattr(644,root,root,755)
2743 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/iconv.ini
2744 %attr(755,root,root) %{extensionsdir}/iconv.so
2745
2746 %if %{with imap}
2747 %files imap
2748 %defattr(644,root,root,755)
2749 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/imap.ini
2750 %attr(755,root,root) %{extensionsdir}/imap.so
2751 %endif
2752
2753 %if %{with interbase}
2754 %files interbase
2755 %defattr(644,root,root,755)
2756 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/interbase.ini
2757 %attr(755,root,root) %{extensionsdir}/interbase.so
2758 %endif
2759
2760 %if %{with ldap}
2761 %files ldap
2762 %defattr(644,root,root,755)
2763 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ldap.ini
2764 %attr(755,root,root) %{extensionsdir}/ldap.so
2765 %endif
2766
2767 %files mbstring
2768 %defattr(644,root,root,755)
2769 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mbstring.ini
2770 %attr(755,root,root) %{extensionsdir}/mbstring.so
2771
2772 %files mcrypt
2773 %defattr(644,root,root,755)
2774 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mcrypt.ini
2775 %attr(755,root,root) %{extensionsdir}/mcrypt.so
2776
2777 %if %{with mhash}
2778 %files mhash
2779 %defattr(644,root,root,755)
2780 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mhash.ini
2781 %attr(755,root,root) %{extensionsdir}/mhash.so
2782 %endif
2783
2784 %if %{with mime_magic}
2785 %files mime_magic
2786 %defattr(644,root,root,755)
2787 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mime_magic.ini
2788 %attr(755,root,root) %{extensionsdir}/mime_magic.so
2789 %endif
2790
2791 %if %{with ming}
2792 %files ming
2793 %defattr(644,root,root,755)
2794 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ming.ini
2795 %attr(755,root,root) %{extensionsdir}/ming.so
2796 %endif
2797
2798 %if %{with msession}
2799 %files msession
2800 %defattr(644,root,root,755)
2801 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/msession.ini
2802 %attr(755,root,root) %{extensionsdir}/msession.so
2803 %endif
2804
2805 %if %{with mssql}
2806 %files mssql
2807 %defattr(644,root,root,755)
2808 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mssql.ini
2809 %attr(755,root,root) %{extensionsdir}/mssql.so
2810 %endif
2811
2812 %files mysql
2813 %defattr(644,root,root,755)
2814 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mysql.ini
2815 %attr(755,root,root) %{extensionsdir}/mysql.so
2816
2817 %if %{with mysqli}
2818 %files mysqli
2819 %defattr(644,root,root,755)
2820 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mysqli.ini
2821 %attr(755,root,root) %{extensionsdir}/mysqli.so
2822 %endif
2823
2824 %files ncurses
2825 %defattr(644,root,root,755)
2826 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/cli.d/ncurses.ini
2827 %attr(755,root,root) %{extensionsdir}/ncurses.so
2828
2829 %if %{with oci8}
2830 %files oci8
2831 %defattr(644,root,root,755)
2832 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/oci8.ini
2833 %attr(755,root,root) %{extensionsdir}/oci8.so
2834 %endif
2835
2836 %if %{with odbc}
2837 %files odbc
2838 %defattr(644,root,root,755)
2839 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/odbc.ini
2840 %attr(755,root,root) %{extensionsdir}/odbc.so
2841 %endif
2842
2843 %if %{with openssl}
2844 %files openssl
2845 %defattr(644,root,root,755)
2846 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/openssl.ini
2847 %attr(755,root,root) %{extensionsdir}/openssl.so
2848 %endif
2849
2850 %files pcntl
2851 %defattr(644,root,root,755)
2852 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/cli.d/pcntl.ini
2853 %attr(755,root,root) %{extensionsdir}/pcntl.so
2854
2855 %if %{with pcre}
2856 %files pcre
2857 %defattr(644,root,root,755)
2858 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pcre.ini
2859 %attr(755,root,root) %{extensionsdir}/pcre.so
2860 %endif
2861
2862 %files pdo
2863 %defattr(644,root,root,755)
2864 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo.ini
2865 %attr(755,root,root) %{extensionsdir}/pdo.so
2866
2867 %if %{with mssql} || %{with sybase} || %{with sybase_ct}
2868 %files pdo-dblib
2869 %defattr(644,root,root,755)
2870 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_dblib.ini
2871 %attr(755,root,root) %{extensionsdir}/pdo_dblib.so
2872 %endif
2873
2874 %if %{with interbase} && %{without interbase_inst}
2875 %files pdo-firebird
2876 %defattr(644,root,root,755)
2877 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_firebird.ini
2878 %attr(755,root,root) %{extensionsdir}/pdo_firebird.so
2879 %endif
2880
2881 %files pdo-mysql
2882 %defattr(644,root,root,755)
2883 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_mysql.ini
2884 %attr(755,root,root) %{extensionsdir}/pdo_mysql.so
2885
2886 %if %{with oci8}
2887 %files pdo-oci
2888 %defattr(644,root,root,755)
2889 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_oci.ini
2890 %attr(755,root,root) %{extensionsdir}/pdo_oci.so
2891 %endif
2892
2893 %if %{with odbc}
2894 %files pdo-odbc
2895 %defattr(644,root,root,755)
2896 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_odbc.ini
2897 %attr(755,root,root) %{extensionsdir}/pdo_odbc.so
2898 %endif
2899
2900 %if %{with pgsql}
2901 %files pdo-pgsql
2902 %defattr(644,root,root,755)
2903 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_pgsql.ini
2904 %attr(755,root,root) %{extensionsdir}/pdo_pgsql.so
2905 %endif
2906
2907 %if %{with sqlite}
2908 %files pdo-sqlite
2909 %defattr(644,root,root,755)
2910 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pdo_sqlite.ini
2911 %attr(755,root,root) %{extensionsdir}/pdo_sqlite.so
2912 %endif
2913
2914 %if %{with pgsql}
2915 %files pgsql
2916 %defattr(644,root,root,755)
2917 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pgsql.ini
2918 %attr(755,root,root) %{extensionsdir}/pgsql.so
2919 %endif
2920
2921 %files posix
2922 %defattr(644,root,root,755)
2923 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/posix.ini
2924 %attr(755,root,root) %{extensionsdir}/posix.so
2925
2926 %if %{with pspell}
2927 %files pspell
2928 %defattr(644,root,root,755)
2929 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/pspell.ini
2930 %attr(755,root,root) %{extensionsdir}/pspell.so
2931 %endif
2932
2933 %files readline
2934 %defattr(644,root,root,755)
2935 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/cli.d/readline.ini
2936 %attr(755,root,root) %{extensionsdir}/readline.so
2937
2938 %if %{with recode}
2939 %files recode
2940 %defattr(644,root,root,755)
2941 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/recode.ini
2942 %attr(755,root,root) %{extensionsdir}/recode.so
2943 %endif
2944
2945 %if 0
2946 # simplexml is needed by spl, and spl can't be built shared as of now (5.1.0RC3)
2947 %files simplexml
2948 %defattr(644,root,root,755)
2949 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/simplexml.ini
2950 %attr(755,root,root) %{extensionsdir}/simplexml.so
2951 %endif
2952
2953 %files shmop
2954 %defattr(644,root,root,755)
2955 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/shmop.ini
2956 %attr(755,root,root) %{extensionsdir}/shmop.so
2957
2958 %if %{with snmp}
2959 %files snmp
2960 %defattr(644,root,root,755)
2961 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/snmp.ini
2962 %attr(755,root,root) %{extensionsdir}/snmp.so
2963 %endif
2964
2965 %files soap
2966 %defattr(644,root,root,755)
2967 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/soap.ini
2968 %attr(755,root,root) %{extensionsdir}/soap.so
2969
2970 %files sockets
2971 %defattr(644,root,root,755)
2972 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sockets.ini
2973 %attr(755,root,root) %{extensionsdir}/sockets.so
2974
2975 %if %{with sqlite}
2976 %files sqlite
2977 %defattr(644,root,root,755)
2978 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sqlite.ini
2979 %attr(755,root,root) %{extensionsdir}/sqlite.so
2980 %endif
2981
2982 %if %{with sybase}
2983 %files sybase
2984 %defattr(644,root,root,755)
2985 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sybase.ini
2986 %attr(755,root,root) %{extensionsdir}/sybase.so
2987 %endif
2988
2989 %if %{with sybase_ct}
2990 %files sybase-ct
2991 %defattr(644,root,root,755)
2992 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sybase_ct.ini
2993 %attr(755,root,root) %{extensionsdir}/sybase_ct.so
2994 %endif
2995
2996 %files sysvmsg
2997 %defattr(644,root,root,755)
2998 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvmsg.ini
2999 %attr(755,root,root) %{extensionsdir}/sysvmsg.so
3000
3001 %files sysvsem
3002 %defattr(644,root,root,755)
3003 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvsem.ini
3004 %attr(755,root,root) %{extensionsdir}/sysvsem.so
3005
3006 %files sysvshm
3007 %defattr(644,root,root,755)
3008 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/sysvshm.ini
3009 %attr(755,root,root) %{extensionsdir}/sysvshm.so
3010
3011 %if %{with tidy}
3012 %files tidy
3013 %defattr(644,root,root,755)
3014 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/tidy.ini
3015 %attr(755,root,root) %{extensionsdir}/tidy.so
3016 %endif
3017
3018 %files tokenizer
3019 %defattr(644,root,root,755)
3020 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/tokenizer.ini
3021 %attr(755,root,root) %{extensionsdir}/tokenizer.so
3022
3023 %if %{with wddx}
3024 %files wddx
3025 %defattr(644,root,root,755)
3026 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*wddx.ini
3027 %attr(755,root,root) %{extensionsdir}/wddx.so
3028 %endif
3029
3030 %files xml
3031 %defattr(644,root,root,755)
3032 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xml.ini
3033 %attr(755,root,root) %{extensionsdir}/xml.so
3034
3035 %files xmlreader
3036 %defattr(644,root,root,755)
3037 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xmlreader.ini
3038 %attr(755,root,root) %{extensionsdir}/xmlreader.so
3039
3040 %if %{with xmlrpc}
3041 %files xmlrpc
3042 %defattr(644,root,root,755)
3043 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xmlrpc.ini
3044 %attr(755,root,root) %{extensionsdir}/xmlrpc.so
3045 %endif
3046
3047 %files xsl
3048 %defattr(644,root,root,755)
3049 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xsl.ini
3050 %attr(755,root,root) %{extensionsdir}/xsl.so
3051
3052 %files zlib
3053 %defattr(644,root,root,755)
3054 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/zlib.ini
3055 %attr(755,root,root) %{extensionsdir}/zlib.so
This page took 0.253505 seconds and 4 git commands to generate.