]> git.pld-linux.org Git - packages/php.git/blob - php.spec
- now it's REALLY release 2
[packages/php.git] / php.spec
1 #
2 # Conditional build:
3 # _with_oracle  - with oracle support 
4 # _with_oci8    - with oci8 support
5 # _with_java    - with Java support
6 # _with_libcpdf - with libcpdf support
7 # _with_openssl - with OpenSSL support
8 # _with_wddx    - with WDDX support
9 # _with_xslt    - with XSLT support
10 # _without_imap   - without IMAP support
11 # _without_ldap   - without LDAP support
12 # _without_odbc   - without ODBC support
13 # _without_snmp   - without SNMP support
14 # _without_sablot - without sablot support
15 Summary:        The PHP HTML-embedded scripting language for use with Apache
16 Summary(fr):    Le langage de script embarque-HTML PHP pour Apache
17 Summary(pl):    Jêzyk skryptowy PHP -- u¿ywany wraz z serwerem Apache
18 Name:           php
19 Version:        4.1.1
20 Release:        2
21 Epoch:          1
22 Group:          Libraries
23 Group(cs):      Knihovny
24 Group(da):      Biblioteker
25 Group(de):      Bibliotheken
26 Group(es):      Bibliotecas
27 Group(fr):      Librairies
28 Group(is):      Aðgerðasöfn
29 Group(it):      Librerie
30 Group(ja):      ¥é¥¤¥Ö¥é¥ê
31 Group(no):      Biblioteker
32 Group(pl):      Biblioteki
33 Group(pt):      Bibliotecas
34 Group(pt_BR):   Bibliotecas
35 Group(ru):      âÉÂÌÉÏÔÅËÉ
36 Group(sl):      Knji¾nice
37 Group(sv):      Bibliotek
38 Group(uk):      â¦Â̦ÏÔÅËÉ
39 License:        The PHP license (see "LICENSE" file included in distribution)
40 Source0:        http://www.php.net/distributions/%{name}-%{version}.tar.gz
41 Source1:        FAQ.%{name}
42 Source2:        %{name}.ini
43 Source3:        zend.gif
44 Source4:        http://www.php.net/distributions/manual/%{name}_manual_en.tar.bz2
45 Source5:        %{name}-module-install
46 Patch0:         %{name}-shared.patch
47 Patch1:         %{name}-pldlogo.patch
48 Patch2:         %{name}-mysql-socket.patch
49 Patch3:         %{name}-mail.patch
50 Patch4:         %{name}-link-libs.patch
51 Patch5:         %{name}-session-path.patch
52 Patch6:         %{name}-am_ac_lt.patch
53 Patch7:         %{name}-fastcgi.patch
54 Patch8:         %{name}-ac250.patch
55 Patch9:         %{name}-mailsecurity2.patch
56 Patch10:        %{name}-oracle9.patch
57 Patch11:        %{name}-no_%{name}_pcre_in_SAPI_c.patch
58 # Some new patches from bugs.php.net (adasi)
59 Patch101:       %{name}-register_shutdown_function.patch
60 Patch102:       %{name}-domxml_node.patch
61 Patch103:       %{name}-image_c.patch
62 Icon:           php4.gif
63 URL:            http://www.php.net/
64 BuildRequires:  apache(EAPI)-devel
65 BuildRequires:  autoconf >= 1.4
66 BuildRequires:  automake >= 1.4d
67 BuildRequires:  bison
68 BuildRequires:  bzip2-devel
69 BuildRequires:  curl-devel
70 BuildRequires:  cyrus-sasl-devel
71 BuildRequires:  db3-devel >= 3.1.17
72 BuildRequires:  flex
73 BuildRequires:  gmp-devel
74 BuildRequires:  freetype-devel >= 2.0
75 BuildRequires:  gd-devel >= 2.0.1
76 BuildRequires:  gdbm-devel
77 %{!?_without_imap:BuildRequires: imap-devel >= 1:2001-0.BETA.200107022325.2 }
78 # I think jdk is better for java
79 # BuildRequires:        jdk
80 %{?_with_java:BuildRequires:    kaffe-devel}
81 BuildRequires:  libjpeg-devel
82 BuildRequires:  libltdl-devel >= 1.4
83 BuildRequires:  libmcrypt-devel >= 2.4.4
84 BuildRequires:  libpng >= 1.0.8
85 BuildRequires:  libtiff-devel
86 BuildRequires:  libtool >= 1.4
87 BuildRequires:  libxml2-devel >= 2.2.7
88 BuildRequires:  mhash-devel
89 BuildRequires:  ming-devel >= 0.1.0
90 BuildRequires:  mm-devel >= 1.1.3
91 BuildRequires:  mysql-devel >= 3.23.32
92 %{!?_without_ldap:BuildRequires: openldap-devel >= 2.0}
93 BuildRequires:  pam-devel
94 BuildRequires:  pdflib-devel >= 4.0.0
95 BuildRequires:  perl
96 BuildRequires:  pkgconfig
97 BuildRequires:  postgresql-devel
98 BuildRequires:  recode-devel >= 3.5d-3
99 BuildRequires:  t1lib-devel
100 %{!?_without_snmp:BuildRequires: ucd-snmp-devel >= 4.2.3}
101 %{!?_without_odbc:BuildRequires: unixODBC-devel}
102 BuildRequires:  zip
103 BuildRequires:  zlib-devel >= 1.0.9
104 #BuildRequires: fastcgi-devkit
105 %if %(expr %{?_with_openssl:1}%{!?_with_openssl:0} + %{!?_without_ldap:1}%{?_without_ldap:0})
106 %{!?_without_openssl:BuildRequires:     openssl-devel >= 0.9.6a}
107 %endif
108 %{?_with_libcpdf:BuildRequires: libcpdf-devel >= 2.00}
109 %{?_with_xslt:BuildRequires:    sablotron-devel}
110 %{?_with_xslt:BuildRequires:    expat-devel}
111 %{?_with_xslt:BuildRequires:    w3c-libwww-devel}
112 Prereq:         apache(EAPI) >= 1.3.9
113 Prereq:         perl
114 Prereq:         %{_sbindir}/apxs
115 PreReq:         %{name}-common = %{version}
116 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
117 Obsoletes:      phpfi
118 Obsoletes:      apache-mod_php
119
120 %define         _sysconfdir     /etc/php
121 %define         extensionsdir   %{_libdir}/php
122 %define         peardir         %{_datadir}/pear
123
124 %description
125 PHP is an HTML-embedded scripting language. PHP attempts to make it
126 easy for developers to write dynamically generated web pages. PHP also
127 offers built-in database integration for several commercial and
128 non-commercial database management systems, so writing a
129 database-enabled web page with PHP is fairly simple. The most common
130 use of PHP coding is probably as a replacement for CGI scripts. The
131 mod_php module enables the Apache web server to understand and process
132 the embedded PHP language in web pages. This package contains PHP
133 version %{version}. If you use applications which specifically rely on
134 PHP/FI (PHP v2 and earlier), you should instead install the PHP/FI
135 module contained in the phpfi package. If you're just starting with
136 PHP, you should install this package. You'll also need to install the
137 Apache web server.
138
139 %description -l fr
140 PHP est un langage de script embarque dans le HTM. PHP essaye de
141 rendre simple aux developpeurs d'ecrire des pages web generees
142 dynamiquement. PHP incorpore egalement une integration avec plusieurs
143 systemes de gestion de bases de donnees commerciaux et
144 non-connerciaux, qui rent facile la creation de pages web liees avec
145 des bases de donnees. L'utilisation la plus commune de PHP est
146 probablement en remplacement de scripts CGI. Le module mod_php permet
147 au serveur web apache de comprendre et de traiter le langage PHP
148 integre dans des pages web. Ce package contient PHP version
149 %{version}. Si vous utilisez des applications qui utilisent
150 specifiquement PHP/FI, vous devrez installer le module PHP/FI inclus
151 dans le package mod_php. Si vous debutez avec PHP, vous devriez
152 installer ce package. Vous aurez egalement besoin d'installer le
153 serveur web Apache.
154
155 %description -l pl
156 PHP jest jêzykiem skryptowym, którego polecenia umieszcza siê w
157 plikach HTML. Pakiet ten zawiera modu³ przeznaczony dla serwera HTTP
158 (jak np. Apache), który interpretuje te polecenia. Umo¿liwia to
159 tworzenie dynamicznie stron WWW. Spora czê¶æ sk³adni PHP zapo¿yczona
160 zosta³a z jêzyków: C, Java i Perl.
161
162 %package cgi
163 Summary:        PHP as CGI program
164 Summary(pl):    PHP jako program CGI
165 Group:          Libraries
166 Group(cs):      Knihovny
167 Group(da):      Biblioteker
168 Group(de):      Bibliotheken
169 Group(es):      Bibliotecas
170 Group(fr):      Librairies
171 Group(is):      Aðgerðasöfn
172 Group(it):      Librerie
173 Group(ja):      ¥é¥¤¥Ö¥é¥ê
174 Group(no):      Biblioteker
175 Group(pl):      Biblioteki
176 Group(pt):      Bibliotecas
177 Group(pt_BR):   Bibliotecas
178 Group(ru):      âÉÂÌÉÏÔÅËÉ
179 Group(sl):      Knji¾nice
180 Group(sv):      Bibliotek
181 Group(uk):      â¦Â̦ÏÔÅËÉ
182 PreReq:         %{name}-common = %{version}
183
184 %description cgi
185 PHP as CGI program.
186
187 %description cgi -l pl
188 PHP jako program CGI.
189
190 %package common
191 Summary:        Common files nneded by both apache module and CGI
192 Summary(pl):    Wspólne pliki dla modu³u apacha i programu CGI
193 Group:          Libraries
194 Group(cs):      Knihovny
195 Group(da):      Biblioteker
196 Group(de):      Bibliotheken
197 Group(es):      Bibliotecas
198 Group(fr):      Librairies
199 Group(is):      Aðgerðasöfn
200 Group(it):      Librerie
201 Group(ja):      ¥é¥¤¥Ö¥é¥ê
202 Group(no):      Biblioteker
203 Group(pl):      Biblioteki
204 Group(pt):      Bibliotecas
205 Group(pt_BR):   Bibliotecas
206 Group(ru):      âÉÂÌÉÏÔÅËÉ
207 Group(sl):      Knji¾nice
208 Group(sv):      Bibliotek
209 Group(uk):      â¦Â̦ÏÔÅËÉ
210
211 %description common
212 Common files needed by both apache module and CGI.
213
214 %description common -l pl
215 Wspólne pliki dla modu³u apacha i programu CGI.
216
217 %package mysql
218 Summary:        MySQL database module for PHP
219 Summary(pl):    Modu³ bazy danych MySQL dla PHP
220 Group:          Libraries
221 Group(cs):      Knihovny
222 Group(da):      Biblioteker
223 Group(de):      Bibliotheken
224 Group(es):      Bibliotecas
225 Group(fr):      Librairies
226 Group(is):      Aðgerðasöfn
227 Group(it):      Librerie
228 Group(ja):      ¥é¥¤¥Ö¥é¥ê
229 Group(no):      Biblioteker
230 Group(pl):      Biblioteki
231 Group(pt):      Bibliotecas
232 Group(pt_BR):   Bibliotecas
233 Group(ru):      âÉÂÌÉÏÔÅËÉ
234 Group(sl):      Knji¾nice
235 Group(sv):      Bibliotek
236 Group(uk):      â¦Â̦ÏÔÅËÉ
237 PreReq:         %{name}-common = %{version}
238
239 %description mysql
240 This is a dynamic shared object (DSO) for Apache that will add MySQL
241 database support to PHP. If you need back-end support for MySQL, you
242 should install this package in addition to the main %{name} package.
243
244 %description mysql -l pl
245 Modu³ PHP umo¿liwiaj±cy dostêp do bazy danych MySQL.
246
247 %package pdf
248 Summary:        libPDF module for PHP
249 Summary(pl):    Modu³ do tworzenia plików PDF dla PHP
250 Group:          Libraries
251 Group(cs):      Knihovny
252 Group(da):      Biblioteker
253 Group(de):      Bibliotheken
254 Group(es):      Bibliotecas
255 Group(fr):      Librairies
256 Group(is):      Aðgerðasöfn
257 Group(it):      Librerie
258 Group(ja):      ¥é¥¤¥Ö¥é¥ê
259 Group(no):      Biblioteker
260 Group(pl):      Biblioteki
261 Group(pt):      Bibliotecas
262 Group(pt_BR):   Bibliotecas
263 Group(ru):      âÉÂÌÉÏÔÅËÉ
264 Group(sl):      Knji¾nice
265 Group(sv):      Bibliotek
266 Group(uk):      â¦Â̦ÏÔÅËÉ
267 PreReq:         %{name}-common = %{version}
268 PreReq:         pdflib
269
270 %description pdf
271 This is a dynamic shared object (DSO) for Apache that will add PDF
272 support to PHP.
273
274 %description pdf -l pl
275 Modu³ PHP umo¿liwiaj±cy tworzenie plików PDF. Wykorzystuje bibliotekê
276 pdflib.
277
278 %package pgsql
279 Summary:        PostgreSQL database module for PHP
280 Summary(pl):    Modu³ bazy danych PostgreSQL dla PHP
281 Group:          Libraries
282 Group(cs):      Knihovny
283 Group(da):      Biblioteker
284 Group(de):      Bibliotheken
285 Group(es):      Bibliotecas
286 Group(fr):      Librairies
287 Group(is):      Aðgerðasöfn
288 Group(it):      Librerie
289 Group(ja):      ¥é¥¤¥Ö¥é¥ê
290 Group(no):      Biblioteker
291 Group(pl):      Biblioteki
292 Group(pt):      Bibliotecas
293 Group(pt_BR):   Bibliotecas
294 Group(ru):      âÉÂÌÉÏÔÅËÉ
295 Group(sl):      Knji¾nice
296 Group(sv):      Bibliotek
297 Group(uk):      â¦Â̦ÏÔÅËÉ
298 PreReq:         %{name}-common = %{version}
299
300 %description pgsql
301 This is a dynamic shared object (DSO) for Apache that will add
302 PostgreSQL database support to PHP. If you need back-end support for
303 PostgreSQL, you should install this package in addition to the main
304 %{name} package.
305
306 %description pgsql -l pl
307 Modu³ PHP umo¿liwiaj±cy dostêp do bazy danych PostgreSQL.
308
309 %package oci8
310 Summary:        Oracle 8 database module for PHP
311 Summary(pl):    Modu³ bazy danych Oracle 8 dla PHP
312 Group:          Libraries
313 Group(cs):      Knihovny
314 Group(da):      Biblioteker
315 Group(de):      Bibliotheken
316 Group(es):      Bibliotecas
317 Group(fr):      Librairies
318 Group(is):      Aðgerðasöfn
319 Group(it):      Librerie
320 Group(ja):      ¥é¥¤¥Ö¥é¥ê
321 Group(no):      Biblioteker
322 Group(pl):      Biblioteki
323 Group(pt):      Bibliotecas
324 Group(pt_BR):   Bibliotecas
325 Group(ru):      âÉÂÌÉÏÔÅËÉ
326 Group(sl):      Knji¾nice
327 Group(sv):      Bibliotek
328 Group(uk):      â¦Â̦ÏÔÅËÉ
329 PreReq:         %{name}-common = %{version}
330 Autoreq:        false
331
332 %description oci8
333 This is a dynamic shared object (DSO) for Apache that will add Oracle
334 8 database support to PHP. If you need back-end support for Oracle 8,
335 you should install this package in addition to the main %{name}
336 package.
337
338 %description oci8 -l pl
339 Modu³ PHP umo¿liwiaj±cy dostêp do bazy danych Oracle 8.
340
341 %package oracle
342 Summary:        Oracle 7 database module for PHP
343 Summary(pl):    Modu³ bazy danych Oracle 7 dla PHP
344 Group:          Libraries
345 Group(cs):      Knihovny
346 Group(da):      Biblioteker
347 Group(de):      Bibliotheken
348 Group(es):      Bibliotecas
349 Group(fr):      Librairies
350 Group(is):      Aðgerðasöfn
351 Group(it):      Librerie
352 Group(ja):      ¥é¥¤¥Ö¥é¥ê
353 Group(no):      Biblioteker
354 Group(pl):      Biblioteki
355 Group(pt):      Bibliotecas
356 Group(pt_BR):   Bibliotecas
357 Group(ru):      âÉÂÌÉÏÔÅËÉ
358 Group(sl):      Knji¾nice
359 Group(sv):      Bibliotek
360 Group(uk):      â¦Â̦ÏÔÅËÉ
361 PreReq:         %{name}-common = %{version}
362 Autoreq:        false
363
364 %description oracle
365 This is a dynamic shared object (DSO) for Apache that will add Oracle
366 7 database support to PHP. If you need back-end support for Oracle 7,
367 you should install this package in addition to the main %{name}
368 package.
369
370 %description oracle -l pl
371 Modu³ PHP umo¿liwiaj±cy dostêp do bazy danych Oracle 7.
372
373 %package gd
374 Summary:        GD extension module for PHP
375 Summary:        Modu³ GD dla PHP
376 Group:          Libraries
377 Group(cs):      Knihovny
378 Group(da):      Biblioteker
379 Group(de):      Bibliotheken
380 Group(es):      Bibliotecas
381 Group(fr):      Librairies
382 Group(is):      Aðgerðasöfn
383 Group(it):      Librerie
384 Group(ja):      ¥é¥¤¥Ö¥é¥ê
385 Group(no):      Biblioteker
386 Group(pl):      Biblioteki
387 Group(pt):      Bibliotecas
388 Group(pt_BR):   Bibliotecas
389 Group(ru):      âÉÂÌÉÏÔÅËÉ
390 Group(sl):      Knji¾nice
391 Group(sv):      Bibliotek
392 Group(uk):      â¦Â̦ÏÔÅËÉ
393 PreReq:         %{name}-common = %{version}
394
395 %description gd
396 This is a dynamic shared object (DSO) for Apache that will add GD
397 support to PHP. You should install this package in addition to the
398 main %{name} package if you want to create and manipulate images with
399 PHP.
400
401 %description gd -l pl
402 Modu³ PHP umo¿liwiaj±cy korzystanie z biblioteki GD - do obróbki
403 obrazków z poziomu PHP.
404
405 %package java
406 Summary:        Java extension module for PHP
407 Summary(pl):    Modu³ Javy dla PHP
408 Group:          Libraries
409 Group(cs):      Knihovny
410 Group(da):      Biblioteker
411 Group(de):      Bibliotheken
412 Group(es):      Bibliotecas
413 Group(fr):      Librairies
414 Group(is):      Aðgerðasöfn
415 Group(it):      Librerie
416 Group(ja):      ¥é¥¤¥Ö¥é¥ê
417 Group(no):      Biblioteker
418 Group(pl):      Biblioteki
419 Group(pt):      Bibliotecas
420 Group(pt_BR):   Bibliotecas
421 Group(ru):      âÉÂÌÉÏÔÅËÉ
422 Group(sl):      Knji¾nice
423 Group(sv):      Bibliotek
424 Group(uk):      â¦Â̦ÏÔÅËÉ
425 PreReq:         %{name}-common = %{version}
426
427 %description java
428 This is a dynamic shared object (DSO) for Apache that will add JAVA
429 support to PHP. This extension provides a simple and effective means
430 for creating and invoking methods on Java objects from PHP.
431
432 %description java -l pl
433 Modu³ PHP dodaj±cy wsparcie dla Javy. Umo¿liwia odwo³ywanie siê do
434 obiektów Javy z poziomu PHP.
435
436 %package xml
437 Summary:        XML extension module for PHP
438 Summary(pl):    Modu³ XML dla PHP
439 Group:          Libraries
440 Group(cs):      Knihovny
441 Group(da):      Biblioteker
442 Group(de):      Bibliotheken
443 Group(es):      Bibliotecas
444 Group(fr):      Librairies
445 Group(is):      Aðgerðasöfn
446 Group(it):      Librerie
447 Group(ja):      ¥é¥¤¥Ö¥é¥ê
448 Group(no):      Biblioteker
449 Group(pl):      Biblioteki
450 Group(pt):      Bibliotecas
451 Group(pt_BR):   Bibliotecas
452 Group(ru):      âÉÂÌÉÏÔÅËÉ
453 Group(sl):      Knji¾nice
454 Group(sv):      Bibliotek
455 Group(uk):      â¦Â̦ÏÔÅËÉ
456 PreReq:         %{name}-common = %{version}
457
458 %description xml
459 This is a dynamic shared object (DSO) for Apache that will add XML
460 support to PHP. This extension lets you create XML parsers and then
461 define handlers for different XML events. If you want to be able to
462 parse XML documents you should install this package in addition to the
463 main %{name} package.
464
465 %description xml -l pl
466 Modu³ PHP umo¿liwiaj±cy parsowanie plików XML i obs³ugê zdarzeñ
467 zwi±zanych z tymi plikami.
468
469 %package dba
470 Summary:        DBA extension module for PHP
471 Summary(pl):    Modu³ DBA dla PHP
472 Group:          Libraries
473 Group(cs):      Knihovny
474 Group(da):      Biblioteker
475 Group(de):      Bibliotheken
476 Group(es):      Bibliotecas
477 Group(fr):      Librairies
478 Group(is):      Aðgerðasöfn
479 Group(it):      Librerie
480 Group(ja):      ¥é¥¤¥Ö¥é¥ê
481 Group(no):      Biblioteker
482 Group(pl):      Biblioteki
483 Group(pt):      Bibliotecas
484 Group(pt_BR):   Bibliotecas
485 Group(ru):      âÉÂÌÉÏÔÅËÉ
486 Group(sl):      Knji¾nice
487 Group(sv):      Bibliotek
488 Group(uk):      â¦Â̦ÏÔÅËÉ
489 PreReq:         %{name}-common = %{version}
490
491 %description dba
492 This is a dynamic shared object (DSO) for Apache that will add
493 flat-file databases (DBA) support to PHP.
494
495 #%description dba -l pl
496
497 %package odbc
498 Summary:        ODBC extension module for PHP
499 Summary(pl):    Modu³ ODBC dla PHP
500 Group:          Libraries
501 Group(cs):      Knihovny
502 Group(da):      Biblioteker
503 Group(de):      Bibliotheken
504 Group(es):      Bibliotecas
505 Group(fr):      Librairies
506 Group(is):      Aðgerðasöfn
507 Group(it):      Librerie
508 Group(ja):      ¥é¥¤¥Ö¥é¥ê
509 Group(no):      Biblioteker
510 Group(pl):      Biblioteki
511 Group(pt):      Bibliotecas
512 Group(pt_BR):   Bibliotecas
513 Group(ru):      âÉÂÌÉÏÔÅËÉ
514 Group(sl):      Knji¾nice
515 Group(sv):      Bibliotek
516 Group(uk):      â¦Â̦ÏÔÅËÉ
517 PreReq:         %{name}-common = %{version}
518
519 %description odbc
520 This is a dynamic shared object (DSO) for Apache that will add ODBC
521 support to PHP.
522
523 %description odbc -l pl
524 Modu³ PHP ze wsparciem dla ODBC.
525
526 %package calendar
527 Summary:        Calendar extension module for PHP
528 Summary(pl):    Modu³ funkcji kalendarza dla PHP
529 Group:          Libraries
530 Group(cs):      Knihovny
531 Group(da):      Biblioteker
532 Group(de):      Bibliotheken
533 Group(es):      Bibliotecas
534 Group(fr):      Librairies
535 Group(is):      Aðgerðasöfn
536 Group(it):      Librerie
537 Group(ja):      ¥é¥¤¥Ö¥é¥ê
538 Group(no):      Biblioteker
539 Group(pl):      Biblioteki
540 Group(pt):      Bibliotecas
541 Group(pt_BR):   Bibliotecas
542 Group(ru):      âÉÂÌÉÏÔÅËÉ
543 Group(sl):      Knji¾nice
544 Group(sv):      Bibliotek
545 Group(uk):      â¦Â̦ÏÔÅËÉ
546 PreReq:         %{name}-common = %{version}
547
548 %description calendar
549 This is a dynamic shared object (DSO) for Apache that will add
550 calendar support to PHP.
551
552 #%description calendar -l pl
553
554 %package dbase
555 Summary:        DBase extension module for PHP
556 Summary(pl):    Modu³ DBase dla PHP
557 Group:          Libraries
558 Group(cs):      Knihovny
559 Group(da):      Biblioteker
560 Group(de):      Bibliotheken
561 Group(es):      Bibliotecas
562 Group(fr):      Librairies
563 Group(is):      Aðgerðasöfn
564 Group(it):      Librerie
565 Group(ja):      ¥é¥¤¥Ö¥é¥ê
566 Group(no):      Biblioteker
567 Group(pl):      Biblioteki
568 Group(pt):      Bibliotecas
569 Group(pt_BR):   Bibliotecas
570 Group(ru):      âÉÂÌÉÏÔÅËÉ
571 Group(sl):      Knji¾nice
572 Group(sv):      Bibliotek
573 Group(uk):      â¦Â̦ÏÔÅËÉ
574 PreReq:         %{name}-common = %{version}
575
576 %description dbase
577 This is a dynamic shared object (DSO) for Apache that will add DBase
578 support to PHP.
579
580 %description dbase -l pl
581 Modu³ PHP ze wsparciem dla DBase.
582
583 %package filepro
584 Summary:        FilePro extension module for PHP
585 Summary(pl):    Modu³ FilePro dla PHP
586 Group:          Libraries
587 Group(cs):      Knihovny
588 Group(da):      Biblioteker
589 Group(de):      Bibliotheken
590 Group(es):      Bibliotecas
591 Group(fr):      Librairies
592 Group(is):      Aðgerðasöfn
593 Group(it):      Librerie
594 Group(ja):      ¥é¥¤¥Ö¥é¥ê
595 Group(no):      Biblioteker
596 Group(pl):      Biblioteki
597 Group(pt):      Bibliotecas
598 Group(pt_BR):   Bibliotecas
599 Group(ru):      âÉÂÌÉÏÔÅËÉ
600 Group(sl):      Knji¾nice
601 Group(sv):      Bibliotek
602 Group(uk):      â¦Â̦ÏÔÅËÉ
603 PreReq:         %{name}-common = %{version}
604
605 %description filepro
606 This is a dynamic shared object (DSO) for Apache that will add FilePro
607 support to PHP.
608
609 #%description filepro -l pl
610
611 %package posix
612 Summary:        POSIX extension module for PHP
613 Summary(pl):    Modu³ POSIX dla PHP
614 Group:          Libraries
615 Group(cs):      Knihovny
616 Group(da):      Biblioteker
617 Group(de):      Bibliotheken
618 Group(es):      Bibliotecas
619 Group(fr):      Librairies
620 Group(is):      Aðgerðasöfn
621 Group(it):      Librerie
622 Group(ja):      ¥é¥¤¥Ö¥é¥ê
623 Group(no):      Biblioteker
624 Group(pl):      Biblioteki
625 Group(pt):      Bibliotecas
626 Group(pt_BR):   Bibliotecas
627 Group(ru):      âÉÂÌÉÏÔÅËÉ
628 Group(sl):      Knji¾nice
629 Group(sv):      Bibliotek
630 Group(uk):      â¦Â̦ÏÔÅËÉ
631 PreReq:         %{name}-common = %{version}
632
633 %description posix
634 This is a dynamic shared object (DSO) for Apache that will add POSIX
635 functions support to PHP.
636
637 %description posix -l pl
638 Modu³ PHP umo¿liwiaj±cy korzystanie z funkcji POSIX.
639 %package pcre
640 Summary:        PCRE extension module for PHP
641 Summary(pl):    Modu³ PCRE dla PHP
642 Group:          Libraries
643 Group(cs):      Knihovny
644 Group(da):      Biblioteker
645 Group(de):      Bibliotheken
646 Group(es):      Bibliotecas
647 Group(fr):      Librairies
648 Group(is):      Aðgerðasöfn
649 Group(it):      Librerie
650 Group(ja):      ¥é¥¤¥Ö¥é¥ê
651 Group(no):      Biblioteker
652 Group(pl):      Biblioteki
653 Group(pt):      Bibliotecas
654 Group(pt_BR):   Bibliotecas
655 Group(ru):      âÉÂÌÉÏÔÅËÉ
656 Group(sl):      Knji¾nice
657 Group(sv):      Bibliotek
658 Group(uk):      â¦Â̦ÏÔÅËÉ
659 PreReq:         %{name}-common = %{version}
660
661 %description pcre
662 This is a dynamic shared object (DSO) for Apache that will add Perl
663 Compatible Regular Expression support to PHP.
664
665 %description pcre -l pl
666 Modu³ PHP umo¿liwiaj±cy korzystanie z perlowych wyra¿eñ regularnych
667 (Perl Compatible Regular Expressions)
668
669 %package sysvsem
670 Summary:        SysV sem extension module for PHP
671 Summary(pl):    Modu³ SysV sem dla PHP
672 Group:          Libraries
673 Group(cs):      Knihovny
674 Group(da):      Biblioteker
675 Group(de):      Bibliotheken
676 Group(es):      Bibliotecas
677 Group(fr):      Librairies
678 Group(is):      Aðgerðasöfn
679 Group(it):      Librerie
680 Group(ja):      ¥é¥¤¥Ö¥é¥ê
681 Group(no):      Biblioteker
682 Group(pl):      Biblioteki
683 Group(pt):      Bibliotecas
684 Group(pt_BR):   Bibliotecas
685 Group(ru):      âÉÂÌÉÏÔÅËÉ
686 Group(sl):      Knji¾nice
687 Group(sv):      Bibliotek
688 Group(uk):      â¦Â̦ÏÔÅËÉ
689 PreReq:         %{name}-common = %{version}
690
691 %description sysvsem
692 This is a dynamic shared object (DSO) for Apache that will add SysV
693 semafores support to PHP.
694
695 %description sysvsem -l pl
696 Modu³ PHP umo¿liwiaj±cy korzystanie z semaforów SysV.
697
698 %package sysvshm
699 Summary:        SysV shm extension module for PHP
700 Summary(pl):    Modu³ SysV shm dla PHP
701 Group:          Libraries
702 Group(cs):      Knihovny
703 Group(da):      Biblioteker
704 Group(de):      Bibliotheken
705 Group(es):      Bibliotecas
706 Group(fr):      Librairies
707 Group(is):      Aðgerðasöfn
708 Group(it):      Librerie
709 Group(ja):      ¥é¥¤¥Ö¥é¥ê
710 Group(no):      Biblioteker
711 Group(pl):      Biblioteki
712 Group(pt):      Bibliotecas
713 Group(pt_BR):   Bibliotecas
714 Group(ru):      âÉÂÌÉÏÔÅËÉ
715 Group(sl):      Knji¾nice
716 Group(sv):      Bibliotek
717 Group(uk):      â¦Â̦ÏÔÅËÉ
718 PreReq:         %{name}-common = %{version}
719
720 %description sysvshm
721 This is a dynamic shared object (DSO) for Apache that will add SysV
722 Shared Memory support to PHP.
723
724 %description sysvshm -l pl
725 Modu³ PHP umo¿liwiaj±cy korzystanie z pamiêci dzielonej SysV.
726
727 %package yp
728 Summary:        NIS (yp) extension module for PHP
729 Summary(pl):    Modu³ NIS (yp) dla PHP
730 Group:          Libraries
731 Group(cs):      Knihovny
732 Group(da):      Biblioteker
733 Group(de):      Bibliotheken
734 Group(es):      Bibliotecas
735 Group(fr):      Librairies
736 Group(is):      Aðgerðasöfn
737 Group(it):      Librerie
738 Group(ja):      ¥é¥¤¥Ö¥é¥ê
739 Group(no):      Biblioteker
740 Group(pl):      Biblioteki
741 Group(pt):      Bibliotecas
742 Group(pt_BR):   Bibliotecas
743 Group(ru):      âÉÂÌÉÏÔÅËÉ
744 Group(sl):      Knji¾nice
745 Group(sv):      Bibliotek
746 Group(uk):      â¦Â̦ÏÔÅËÉ
747 PreReq:         %{name}-common = %{version}
748
749 %description yp
750 This is a dynamic shared object (DSO) for Apache that will add NIS
751 (Yellow Pages) support to PHP.
752
753 #%description yp -l pl
754
755 %package bcmath
756 Summary:        bcmath extension module for PHP
757 Summary(pl):    Modu³ bcmath dla PHP
758 Group:          Libraries
759 Group(cs):      Knihovny
760 Group(da):      Biblioteker
761 Group(de):      Bibliotheken
762 Group(es):      Bibliotecas
763 Group(fr):      Librairies
764 Group(is):      Aðgerðasöfn
765 Group(it):      Librerie
766 Group(ja):      ¥é¥¤¥Ö¥é¥ê
767 Group(no):      Biblioteker
768 Group(pl):      Biblioteki
769 Group(pt):      Bibliotecas
770 Group(pt_BR):   Bibliotecas
771 Group(ru):      âÉÂÌÉÏÔÅËÉ
772 Group(sl):      Knji¾nice
773 Group(sv):      Bibliotek
774 Group(uk):      â¦Â̦ÏÔÅËÉ
775 PreReq:         %{name}-common = %{version}
776
777 %description bcmath
778 This is a dynamic shared object (DSO) for Apache that will add bc
779 style precision math functions support to PHP.
780
781 %description bcmath -l pl
782 Modu³ PHP umo¿liwiaj±cy korzystanie z dok³adnych funkcji
783 matematycznych takich jak w programie bc.
784
785 %package ftp
786 Summary:        FTP extension module for PHP
787 Summary(pl):    Modu³ FTP dla PHP
788 Group:          Libraries
789 Group(cs):      Knihovny
790 Group(da):      Biblioteker
791 Group(de):      Bibliotheken
792 Group(es):      Bibliotecas
793 Group(fr):      Librairies
794 Group(is):      Aðgerðasöfn
795 Group(it):      Librerie
796 Group(ja):      ¥é¥¤¥Ö¥é¥ê
797 Group(no):      Biblioteker
798 Group(pl):      Biblioteki
799 Group(pt):      Bibliotecas
800 Group(pt_BR):   Bibliotecas
801 Group(ru):      âÉÂÌÉÏÔÅËÉ
802 Group(sl):      Knji¾nice
803 Group(sv):      Bibliotek
804 Group(uk):      â¦Â̦ÏÔÅËÉ
805 PreReq:         %{name}-common = %{version}
806
807 %description ftp
808 This is a dynamic shared object (DSO) for Apache that will add FTP
809 support to PHP.
810
811 %description ftp -l pl
812 Modu³ PHP dodaj±cy obs³ugê protoko³u FTP.
813
814 %package zlib
815 Summary:        Zlib extension module for PHP
816 Summary(pl):    Modu³ zlib dla PHP
817 Group:          Libraries
818 Group(cs):      Knihovny
819 Group(da):      Biblioteker
820 Group(de):      Bibliotheken
821 Group(es):      Bibliotecas
822 Group(fr):      Librairies
823 Group(is):      Aðgerðasöfn
824 Group(it):      Librerie
825 Group(ja):      ¥é¥¤¥Ö¥é¥ê
826 Group(no):      Biblioteker
827 Group(pl):      Biblioteki
828 Group(pt):      Bibliotecas
829 Group(pt_BR):   Bibliotecas
830 Group(ru):      âÉÂÌÉÏÔÅËÉ
831 Group(sl):      Knji¾nice
832 Group(sv):      Bibliotek
833 Group(uk):      â¦Â̦ÏÔÅËÉ
834 PreReq:         %{name}-common = %{version}
835
836 %description zlib
837 This is a dynamic shared object (DSO) for Apache that will add
838 compression (zlib) support to PHP.
839
840 %description zlib -l pl
841 Modu³ PHP umo¿liwiaj±cy u¿ywanie kompresji (poprzez bibliotekê zlib).
842
843 %package exif
844 Summary:        exif extension module for PHP
845 Summary(pl):    Modu³ exif dla PHP
846 Group:          Libraries
847 Group(cs):      Knihovny
848 Group(da):      Biblioteker
849 Group(de):      Bibliotheken
850 Group(es):      Bibliotecas
851 Group(fr):      Librairies
852 Group(is):      Aðgerðasöfn
853 Group(it):      Librerie
854 Group(ja):      ¥é¥¤¥Ö¥é¥ê
855 Group(no):      Biblioteker
856 Group(pl):      Biblioteki
857 Group(pt):      Bibliotecas
858 Group(pt_BR):   Bibliotecas
859 Group(ru):      âÉÂÌÉÏÔÅËÉ
860 Group(sl):      Knji¾nice
861 Group(sv):      Bibliotek
862 Group(uk):      â¦Â̦ÏÔÅËÉ
863 PreReq:         %{name}-common = %{version}
864
865 %description exif
866 This is a dynamic shared object (DSO) for Apache that will add exif
867 support to PHP.
868
869 %description exif -l pl
870 Modu³ PHP dodaj±cy obs³ugê plików EXIF.
871
872 %package recode
873 Summary:        recode extension module for PHP
874 Summary(pl):    Modu³ recode dla PHP
875 Group:          Libraries
876 Group(cs):      Knihovny
877 Group(da):      Biblioteker
878 Group(de):      Bibliotheken
879 Group(es):      Bibliotecas
880 Group(fr):      Librairies
881 Group(is):      Aðgerðasöfn
882 Group(it):      Librerie
883 Group(ja):      ¥é¥¤¥Ö¥é¥ê
884 Group(no):      Biblioteker
885 Group(pl):      Biblioteki
886 Group(pt):      Bibliotecas
887 Group(pt_BR):   Bibliotecas
888 Group(ru):      âÉÂÌÉÏÔÅËÉ
889 Group(sl):      Knji¾nice
890 Group(sv):      Bibliotek
891 Group(uk):      â¦Â̦ÏÔÅËÉ
892 PreReq:         %{name}-common = %{version}
893 Requires:       recode >= 3.5d-3
894
895 %description recode
896 This is a dynamic shared object (DSO) for Apache that will add recode
897 support to PHP.
898
899 %description recode -l pl
900 Modu³ PHP dodaj±cy mo¿liwo¶æ konwersji kodowania plików (poprzez
901 bibliotekê recode).
902
903 %package session
904 Summary:        session extension module for PHP
905 Summary(pl):    Modu³ session dla PHP
906 Group:          Libraries
907 Group(cs):      Knihovny
908 Group(da):      Biblioteker
909 Group(de):      Bibliotheken
910 Group(es):      Bibliotecas
911 Group(fr):      Librairies
912 Group(is):      Aðgerðasöfn
913 Group(it):      Librerie
914 Group(ja):      ¥é¥¤¥Ö¥é¥ê
915 Group(no):      Biblioteker
916 Group(pl):      Biblioteki
917 Group(pt):      Bibliotecas
918 Group(pt_BR):   Bibliotecas
919 Group(ru):      âÉÂÌÉÏÔÅËÉ
920 Group(sl):      Knji¾nice
921 Group(sv):      Bibliotek
922 Group(uk):      â¦Â̦ÏÔÅËÉ
923 PreReq:         %{name}-common = %{version}
924
925 %description session
926 This is a dynamic shared object (DSO) for Apache that will add session
927 support to PHP.
928
929 %description session -l pl
930 Modu³ PHP dodaj±cy obs³ugê sesji.
931
932 %package gettext
933 Summary:        gettext extension module for PHP
934 Summary(pl):    Modu³ gettext dla PHP
935 Group:          Libraries
936 Group(cs):      Knihovny
937 Group(da):      Biblioteker
938 Group(de):      Bibliotheken
939 Group(es):      Bibliotecas
940 Group(fr):      Librairies
941 Group(is):      Aðgerðasöfn
942 Group(it):      Librerie
943 Group(ja):      ¥é¥¤¥Ö¥é¥ê
944 Group(no):      Biblioteker
945 Group(pl):      Biblioteki
946 Group(pt):      Bibliotecas
947 Group(pt_BR):   Bibliotecas
948 Group(ru):      âÉÂÌÉÏÔÅËÉ
949 Group(sl):      Knji¾nice
950 Group(sv):      Bibliotek
951 Group(uk):      â¦Â̦ÏÔÅËÉ
952 PreReq:         %{name}-common = %{version}
953
954 %description gettext
955 This is a dynamic shared object (DSO) for Apache that will add gettext
956 support to PHP.
957
958 %description gettext -l pl
959 Modu³ PHP dodaj±cy obs³ugê lokalizacji przez gettext.
960
961 %package snmp
962 Summary:        SNMP extension module for PHP
963 Summary(pl):    Modu³ SNMP dla PHP
964 Group:          Libraries
965 Group(cs):      Knihovny
966 Group(da):      Biblioteker
967 Group(de):      Bibliotheken
968 Group(es):      Bibliotecas
969 Group(fr):      Librairies
970 Group(is):      Aðgerðasöfn
971 Group(it):      Librerie
972 Group(ja):      ¥é¥¤¥Ö¥é¥ê
973 Group(no):      Biblioteker
974 Group(pl):      Biblioteki
975 Group(pt):      Bibliotecas
976 Group(pt_BR):   Bibliotecas
977 Group(ru):      âÉÂÌÉÏÔÅËÉ
978 Group(sl):      Knji¾nice
979 Group(sv):      Bibliotek
980 Group(uk):      â¦Â̦ÏÔÅËÉ
981 PreReq:         %{name}-common = %{version}
982
983 %description snmp
984 This is a dynamic shared object (DSO) for Apache that will add SNMP
985 support to PHP.
986
987 %description snmp -l pl
988 Modu³ PHP dodaj±cy obs³ugê SNMP.
989
990 %package imap
991 Summary:        IMAP extension module for PHP
992 Summary(pl):    Modu³ IMAP dla PHP
993 Group:          Libraries
994 Group(cs):      Knihovny
995 Group(da):      Biblioteker
996 Group(de):      Bibliotheken
997 Group(es):      Bibliotecas
998 Group(fr):      Librairies
999 Group(is):      Aðgerðasöfn
1000 Group(it):      Librerie
1001 Group(ja):      ¥é¥¤¥Ö¥é¥ê
1002 Group(no):      Biblioteker
1003 Group(pl):      Biblioteki
1004 Group(pt):      Bibliotecas
1005 Group(pt_BR):   Bibliotecas
1006 Group(ru):      âÉÂÌÉÏÔÅËÉ
1007 Group(sl):      Knji¾nice
1008 Group(sv):      Bibliotek
1009 Group(uk):      â¦Â̦ÏÔÅËÉ
1010 PreReq:         %{name}-common = %{version}
1011
1012 %description imap
1013 This is a dynamic shared object (DSO) for Apache that will add IMAP
1014 support to PHP.
1015
1016 %description imap -l pl
1017 Modu³ PHP dodaj±cy obs³ugê skrzynek IMAP.
1018
1019 %package ldap
1020 Summary:        LDAP extension module for PHP
1021 Summary(pl):    Modu³ LDAP dla PHP
1022 Group:          Libraries
1023 Group(cs):      Knihovny
1024 Group(da):      Biblioteker
1025 Group(de):      Bibliotheken
1026 Group(es):      Bibliotecas
1027 Group(fr):      Librairies
1028 Group(is):      Aðgerðasöfn
1029 Group(it):      Librerie
1030 Group(ja):      ¥é¥¤¥Ö¥é¥ê
1031 Group(no):      Biblioteker
1032 Group(pl):      Biblioteki
1033 Group(pt):      Bibliotecas
1034 Group(pt_BR):   Bibliotecas
1035 Group(ru):      âÉÂÌÉÏÔÅËÉ
1036 Group(sl):      Knji¾nice
1037 Group(sv):      Bibliotek
1038 Group(uk):      â¦Â̦ÏÔÅËÉ
1039 PreReq:         %{name}-common = %{version}
1040
1041 %description ldap
1042 This is a dynamic shared object (DSO) for Apache that will add LDAP
1043 support to PHP.
1044
1045 %description ldap -l pl
1046 Modu³ PHP dodaj±cy obs³ugê LDAP.
1047
1048 %package sockets
1049 Summary:        sockets extension module for PHP
1050 Summary(pl):    Modu³ socket dla PHP
1051 Group:          Libraries
1052 Group(cs):      Knihovny
1053 Group(da):      Biblioteker
1054 Group(de):      Bibliotheken
1055 Group(es):      Bibliotecas
1056 Group(fr):      Librairies
1057 Group(is):      Aðgerðasöfn
1058 Group(it):      Librerie
1059 Group(ja):      ¥é¥¤¥Ö¥é¥ê
1060 Group(no):      Biblioteker
1061 Group(pl):      Biblioteki
1062 Group(pt):      Bibliotecas
1063 Group(pt_BR):   Bibliotecas
1064 Group(ru):      âÉÂÌÉÏÔÅËÉ
1065 Group(sl):      Knji¾nice
1066 Group(sv):      Bibliotek
1067 Group(uk):      â¦Â̦ÏÔÅËÉ
1068 PreReq:         %{name}-common = %{version}
1069
1070 %description sockets
1071 This is a dynamic shared object (DSO) for Apache that will add sockets
1072 support to PHP.
1073
1074 %description sockets -l pl
1075 Modu³ PHP dodaj±cy obs³ugê gniazdek.
1076
1077 %package mcrypt
1078 Summary:        mcrypt extension module for PHP
1079 Summary(pl):    Modu³ mcrypt dla PHP
1080 Group:          Libraries
1081 Group(cs):      Knihovny
1082 Group(da):      Biblioteker
1083 Group(de):      Bibliotheken
1084 Group(es):      Bibliotecas
1085 Group(fr):      Librairies
1086 Group(is):      Aðgerðasöfn
1087 Group(it):      Librerie
1088 Group(ja):      ¥é¥¤¥Ö¥é¥ê
1089 Group(no):      Biblioteker
1090 Group(pl):      Biblioteki
1091 Group(pt):      Bibliotecas
1092 Group(pt_BR):   Bibliotecas
1093 Group(ru):      âÉÂÌÉÏÔÅËÉ
1094 Group(sl):      Knji¾nice
1095 Group(sv):      Bibliotek
1096 Group(uk):      â¦Â̦ÏÔÅËÉ
1097 PreReq:         %{name}-common = %{version}
1098
1099 %description mcrypt
1100 This is a dynamic shared object (DSO) for Apache that will add mcrypt
1101 support to PHP.
1102
1103 %description mcrypt -l pl
1104 Modu³ PHP dodaj±cy mo¿liwo¶æ szyfrowania poprzez bibliotekê mcrypt.
1105
1106 %package mhash
1107 Summary:        mhash extension module for PHP
1108 Summary(pl):    Modu³ mhash dla PHP
1109 Group:          Libraries
1110 Group(cs):      Knihovny
1111 Group(da):      Biblioteker
1112 Group(de):      Bibliotheken
1113 Group(es):      Bibliotecas
1114 Group(fr):      Librairies
1115 Group(is):      Aðgerðasöfn
1116 Group(it):      Librerie
1117 Group(ja):      ¥é¥¤¥Ö¥é¥ê
1118 Group(no):      Biblioteker
1119 Group(pl):      Biblioteki
1120 Group(pt):      Bibliotecas
1121 Group(pt_BR):   Bibliotecas
1122 Group(ru):      âÉÂÌÉÏÔÅËÉ
1123 Group(sl):      Knji¾nice
1124 Group(sv):      Bibliotek
1125 Group(uk):      â¦Â̦ÏÔÅËÉ
1126 PreReq:         %{name}-common = %{version}
1127
1128 %description mhash
1129 This is a dynamic shared object (DSO) for Apache that will add mhash
1130 support to PHP.
1131
1132 %description mhash -l pl
1133 Modu³ PHP udostêpniaj±cy funkcje mieszaj±ce z biblioteki mhash.
1134
1135 %package doc
1136 Summary:        Online manual for PHP
1137 Summary(pl):    Dokumentacja dla PHP
1138 Group:          Networking/Daemons
1139 Group(cs):      Sí»ové/Démoni
1140 Group(da):      Netværks/Dæmoner
1141 Group(de):      Netzwerkwesen/Server
1142 Group(es):      Red/Servidores
1143 Group(fr):      Réseau/Serveurs
1144 Group(is):      Net/Púkar
1145 Group(it):      Rete/Demoni
1146 Group(no):      Nettverks/Daemoner
1147 Group(pl):      Sieciowe/Serwery
1148 Group(pt):      Rede/Servidores
1149 Group(ru):      óÅÔØ/äÅÍÏÎÙ
1150 Group(sl):      Omre¾ni/Stre¾niki
1151 Group(sv):      Nätverk/Demoner
1152 Group(uk):      íÅÒÅÖÁ/äÅÍÏÎÉ
1153 Obsoletes:      php-manual
1154
1155 %description doc
1156 Comprehensive documentation for PHP, viewable through your web server,
1157 too!
1158
1159 %description doc -l pl
1160 Dokumentacja dla pakietu PHP. Mo¿na j± równie¿ ogl±daæ poprzez serwer
1161 WWW.
1162
1163 %package pear
1164 Summary:        PEAR - PHP Extension and Application Repository
1165 Summary(pl):    PEAR - Rozszerzenie PHP i Repozytorium Aplikacji
1166 Group:          Development/Languages/PHP
1167 Group(cs):      Vývojové prostøedky/Programovací jazyky/PHP
1168 Group(da):      Udvikling/Sprog/PHP
1169 Group(de):      Entwicklung/Sprachen/PHP
1170 Group(es):      Desarrollo/Lenguajes/PHP
1171 Group(fr):      Development/Langues/PHP
1172 Group(is):      Þróunartól/Forritunarmál/PHP
1173 Group(it):      Sviluppo/Linguaggi/PHP
1174 Group(ja):      ³«È¯/¸À¸ì/PHP
1175 Group(no):      Utvikling/Programmeringsspråk/PHP
1176 Group(pl):      Programowanie/Jêzyki/PHP
1177 Group(pt):      Desenvolvimento/Linguagens/PHP
1178 Group(ru):      òÁÚÒÁÂÏÔËÁ/ñÚÙËÉ/PHP
1179 Group(sl):      Razvoj/Jeziki/PHP
1180 Group(sv):      Utveckling/Språk/PHP
1181 Group(uk):      òÏÚÒÏÂËÁ/íÏ×É/PHP
1182
1183 %description pear
1184 PEAR - PHP Extension and Application Repository.
1185
1186 %description pear -l pl
1187 PEAR (PHP Extension and Application Repository) - Rozszerzenie PHP i
1188 Repozytorium Aplikacji.
1189
1190 %package domxml
1191 Summary:        DOM XML module
1192 Summary(pl):    Modu³ DOM XML
1193 Group:          Development/Languages/PHP
1194 Group(cs):      Vývojové prostøedky/Programovací jazyky/PHP
1195 Group(da):      Udvikling/Sprog/PHP
1196 Group(de):      Entwicklung/Sprachen/PHP
1197 Group(es):      Desarrollo/Lenguajes/PHP
1198 Group(fr):      Development/Langues/PHP
1199 Group(is):      Þróunartól/Forritunarmál/PHP
1200 Group(it):      Sviluppo/Linguaggi/PHP
1201 Group(ja):      ³«È¯/¸À¸ì/PHP
1202 Group(no):      Utvikling/Programmeringsspråk/PHP
1203 Group(pl):      Programowanie/Jêzyki/PHP
1204 Group(pt):      Desenvolvimento/Linguagens/PHP
1205 Group(ru):      òÁÚÒÁÂÏÔËÁ/ñÚÙËÉ/PHP
1206 Group(sl):      Razvoj/Jeziki/PHP
1207 Group(sv):      Utveckling/Språk/PHP
1208 Group(uk):      òÏÚÒÏÂËÁ/íÏ×É/PHP
1209
1210 %description domxml
1211 DOM XML module.
1212
1213 %description domxml -l pl
1214 Modu³ DOM XML.
1215
1216 %package devel
1217 Summary:        Files for PHP modules development
1218 Summary(pl):    Pliki do kompilacji modu³ów PHP
1219 Group:          Development/Languages/PHP
1220 Group(cs):      Vývojové prostøedky/Programovací jazyky/PHP
1221 Group(da):      Udvikling/Sprog/PHP
1222 Group(de):      Entwicklung/Sprachen/PHP
1223 Group(es):      Desarrollo/Lenguajes/PHP
1224 Group(fr):      Development/Langues/PHP
1225 Group(is):      Þróunartól/Forritunarmál/PHP
1226 Group(it):      Sviluppo/Linguaggi/PHP
1227 Group(ja):      ³«È¯/¸À¸ì/PHP
1228 Group(no):      Utvikling/Programmeringsspråk/PHP
1229 Group(pl):      Programowanie/Jêzyki/PHP
1230 Group(pt):      Desenvolvimento/Linguagens/PHP
1231 Group(ru):      òÁÚÒÁÂÏÔËÁ/ñÚÙËÉ/PHP
1232 Group(sl):      Razvoj/Jeziki/PHP
1233 Group(sv):      Utveckling/Språk/PHP
1234 Group(uk):      òÏÚÒÏÂËÁ/íÏ×É/PHP
1235 Requires:       %{name}-common = %{version}
1236
1237 %description devel
1238 Files for PHP modules development.
1239
1240 %description devel -l pl
1241 Pliki potrzebne do kompilacji modu³ów PHP.
1242
1243 %package curl
1244 Summary:        curl extension module for PHP
1245 Summary(pl):    Modu³ curl dla PHP
1246 Group:          Libraries
1247 Group(cs):      Knihovny
1248 Group(da):      Biblioteker
1249 Group(de):      Bibliotheken
1250 Group(es):      Bibliotecas
1251 Group(fr):      Librairies
1252 Group(is):      Aðgerðasöfn
1253 Group(it):      Librerie
1254 Group(ja):      ¥é¥¤¥Ö¥é¥ê
1255 Group(no):      Biblioteker
1256 Group(pl):      Biblioteki
1257 Group(pt):      Bibliotecas
1258 Group(pt_BR):   Bibliotecas
1259 Group(ru):      âÉÂÌÉÏÔÅËÉ
1260 Group(sl):      Knji¾nice
1261 Group(sv):      Bibliotek
1262 Group(uk):      â¦Â̦ÏÔÅËÉ
1263 PreReq:         %{name}-common = %{version}
1264
1265 %description curl
1266 This is a dynamic shared object (DSO) for Apache that will add curl
1267 support to PHP.
1268
1269 %description curl -l pl
1270 Modu³ PHP umo¿liwiaj±cy korzystanie z biblioteki curl.
1271
1272 %package xslt
1273 Summary:        xslt extension module for PHP
1274 Summary(pl):    Modu³ xslt dla PHP
1275 Group:          Libraries
1276 Group(cs):      Knihovny
1277 Group(da):      Biblioteker
1278 Group(de):      Bibliotheken
1279 Group(es):      Bibliotecas
1280 Group(fr):      Librairies
1281 Group(is):      Aðgerðasöfn
1282 Group(it):      Librerie
1283 Group(ja):      ¥é¥¤¥Ö¥é¥ê
1284 Group(no):      Biblioteker
1285 Group(pl):      Biblioteki
1286 Group(pt):      Bibliotecas
1287 Group(pt_BR):   Bibliotecas
1288 Group(ru):      âÉÂÌÉÏÔÅËÉ
1289 Group(sl):      Knji¾nice
1290 Group(sv):      Bibliotek
1291 Group(uk):      â¦Â̦ÏÔÅËÉ
1292 PreReq:         %{name}-common = %{version}
1293
1294 %description xslt
1295 This is a dynamic shared object (DSO) for Apache that will add xslt
1296 support to PHP.
1297
1298 %description xslt -l pl
1299 Modu³ PHP umo¿liwiaj±cy korzystanie z technologii xslt.
1300
1301 %package wddx
1302 Summary:        wddx extension module for PHP
1303 Summary(pl):    Modu³ wddx dla PHP
1304 Group:          Libraries
1305 Group(cs):      Knihovny
1306 Group(da):      Biblioteker
1307 Group(de):      Bibliotheken
1308 Group(es):      Bibliotecas
1309 Group(fr):      Librairies
1310 Group(is):      Aðgerðasöfn
1311 Group(it):      Librerie
1312 Group(ja):      ¥é¥¤¥Ö¥é¥ê
1313 Group(no):      Biblioteker
1314 Group(pl):      Biblioteki
1315 Group(pt):      Bibliotecas
1316 Group(pt_BR):   Bibliotecas
1317 Group(ru):      âÉÂÌÉÏÔÅËÉ
1318 Group(sl):      Knji¾nice
1319 Group(sv):      Bibliotek
1320 Group(uk):      â¦Â̦ÏÔÅËÉ
1321 PreReq:         %{name}-common = %{version}
1322
1323 %description wddx
1324 This is a dynamic shared object (DSO) for Apache that will add wddx
1325 support to PHP.
1326
1327 %description wddx -l pl
1328 Modu³ PHP umo¿liwiaj±cy korzystanie z wddx.
1329
1330 %package ming
1331 Summary:        ming extension module for PHP
1332 Summary(pl):    Modu³ ming dla PHP
1333 Group:          Libraries
1334 Group(cs):      Knihovny
1335 Group(da):      Biblioteker
1336 Group(de):      Bibliotheken
1337 Group(es):      Bibliotecas
1338 Group(fr):      Librairies
1339 Group(is):      Aðgerðasöfn
1340 Group(it):      Librerie
1341 Group(ja):      ¥é¥¤¥Ö¥é¥ê
1342 Group(no):      Biblioteker
1343 Group(pl):      Biblioteki
1344 Group(pt):      Bibliotecas
1345 Group(pt_BR):   Bibliotecas
1346 Group(ru):      âÉÂÌÉÏÔÅËÉ
1347 Group(sl):      Knji¾nice
1348 Group(sv):      Bibliotek
1349 Group(uk):      â¦Â̦ÏÔÅËÉ
1350 PreReq:         %{name}-common = %{version}
1351
1352 %description ming
1353 This is a dynamic shared object (DSO) for Apache that will add ming
1354 (Flash - .swf files) support to PHP.
1355
1356 %description ming -l pl
1357 Modu³ PHP dodaj±cy obs³ugê plików Flash (.swf) poprzez bibliotekê
1358 ming.
1359
1360 %package libcpdf
1361 Summary:        cpdf extension module for PHP
1362 Summary(pl):    Modu³ cpdf dla PHP
1363 Group:          Libraries
1364 Group(cs):      Knihovny
1365 Group(da):      Biblioteker
1366 Group(de):      Bibliotheken
1367 Group(es):      Bibliotecas
1368 Group(fr):      Librairies
1369 Group(is):      Aðgerðasöfn
1370 Group(it):      Librerie
1371 Group(ja):      ¥é¥¤¥Ö¥é¥ê
1372 Group(no):      Biblioteker
1373 Group(pl):      Biblioteki
1374 Group(pt):      Bibliotecas
1375 Group(pt_BR):   Bibliotecas
1376 Group(ru):      âÉÂÌÉÏÔÅËÉ
1377 Group(sl):      Knji¾nice
1378 Group(sv):      Bibliotek
1379 Group(uk):      â¦Â̦ÏÔÅËÉ
1380 PreReq:         %{name}-common = %{version}
1381
1382 %description libcpdf
1383 This is a dynamic shared object (DSO) for Apache that will add libcpdf
1384 support to PHP.
1385
1386 %description libcpdf -l pl
1387 Modu³ PHP dodaj±cy obs³ugê libcpdf.
1388
1389 %prep
1390 %setup  -q
1391 %patch0 -p1
1392 %patch1 -p1
1393 %patch2 -p1
1394 %patch3 -p1
1395 %patch4 -p1
1396 %patch5 -p1
1397 %patch6 -p1
1398 %patch7 -p1
1399 %patch8 -p1
1400 %patch9 -p1
1401 %patch10 -p1
1402 %patch11 -p1
1403 %patch101 -p1
1404 %patch102 -p1
1405 %patch103 -p1
1406
1407 install -d manual
1408 bzip2 -dc %{SOURCE4} | tar -xf - -C manual
1409
1410 %build
1411 CFLAGS="%{rpmcflags} -DEAPI -I%{_prefix}/X11R6/include"; export CFLAGS
1412 EXTENSION_DIR="%{extensionsdir}"; export EXTENSION_DIR
1413 ./buildconf
1414 libtoolize --copy --force
1415 aclocal
1416 autoconf
1417 #for i in cgi fastcgi apxs ; do
1418 for i in cgi apxs ; do
1419 %configure \
1420         `[ $i = cgi ] && echo --enable-discard-path` \
1421         `[ $i = fastcgi ] && echo --enable-discard-path --with-fastcgi=%{_prefix}` \
1422         `[ $i = apxs ] && echo --with-apxs=%{_sbindir}/apxs` \
1423         --with-config-file-path=%{_sysconfdir} \
1424         --with-exec-dir=%{_bindir} \
1425         --%{!?debug:dis}%{?debug:en}able-debug \
1426         --enable-bcmath=shared \
1427         --enable-calendar=shared \
1428         --enable-dba=shared \
1429         --enable-exif=shared \
1430         --enable-ftp=shared \
1431         --enable-gd-native-ttf \
1432         --enable-magic-quotes \
1433         --enable-posix=shared \
1434         --enable-session \
1435         --enable-shared \
1436         --enable-shmop=shared \
1437         --enable-sysvsem=shared \
1438         --enable-sysvshm=shared \
1439         --enable-track-vars \
1440         --enable-trans-sid \
1441         --enable-safe-mode \
1442         --enable-sockets=shared \
1443         --enable-yp=shared \
1444         --enable-ucd-snmp-hack \
1445         --enable-xml=shared \
1446         %{?_with_xslt:--enable-xslt=shared} \
1447         --with-bz2=shared \
1448         %{?_with_libcpdf:--with-cpdflib=shared} \
1449         --with-ctype=shared \
1450         --with-curl=shared \
1451         --without-db2 \
1452         --with-db3 \
1453         --with-dbase=shared \
1454         --with-dom=shared \
1455         --with-filepro=shared \
1456         --with-freetype-dir=shared \
1457         --with-gettext=shared \
1458         --with-gd=shared \
1459         --with-gdbm \
1460         --with-gmp=shared \
1461         --with-hyperwave \
1462         %{!?_without_imap:--with-imap=shared --with-imap-ssl} \
1463         %{?_with_java:--with-java} \
1464         --with-jpeg-dir=shared \
1465         %{!?_without_ldap:--with-ldap=shared} \
1466         --with-mcrypt=shared \
1467         --with-mysql=shared,%{_prefix} \
1468         --with-mysql-sock=/var/lib/mysql/mysql.sock \
1469         --with-mhash=shared \
1470         --with-ming=shared \
1471         --with-mm \
1472         %{!?_without_openssl:--with-openssl} \
1473         %{?_with_oracle:--with-oracle=shared} \
1474         %{?_with_oci8:--with-oci8=shared} \
1475         --with-pear=%{peardir} \
1476         --with-pcre-regex=shared \
1477         --with-pdflib=shared \
1478         --with-pgsql=shared,%{_prefix} \
1479         --with-png-dir=shared \
1480         --with-recode=shared \
1481         --with-regex=php \
1482         %{!?_without_sablot:--with-sablot=/usr/lib} \
1483         %{!?_without_snmp:--with-snmp=shared} \
1484         --with-t1lib=shared \
1485         %{!?_without_odbc:--with-unixODBC=shared} \
1486         %{?_with_wddx:--enable-wddx=shared} \
1487         --with-zlib=shared \
1488         --with-zlib-dir=shared \
1489         --with-xml=shared \
1490         %{?_with_xslt:--with-xslt-sablot=shared}
1491 done
1492
1493 # TODO --with-pspell=/usr,shared (pspell missing)
1494 #       --with-qtdom=shared
1495
1496 %{__make}
1497 %{__make} CFLAGS="%{rpmcflags} -DDISCARD_PATH=1" -C sapi/cgi
1498
1499 # Kill -rpath from php binary and libphp4.so
1500 perl -pi -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
1501 perl -pi -e 's|^runpath_var=.*|runpath_var=|g' libtool
1502 %{__make} CFLAGS="%{rpmcflags} -DDISCARD_PATH=1" php
1503
1504 perl -pi -e 's|^hardcode_into_libs=.*|hardcode_into_libs=no|g' libtool
1505 rm libphp4.la ; %{__make} libphp4.la
1506
1507 %install
1508 rm -rf $RPM_BUILD_ROOT
1509 install -d $RPM_BUILD_ROOT{%{_libdir}/{php,apache},%{_sysconfdir}/{apache,cgi}} \
1510                 $RPM_BUILD_ROOT/home/httpd/icons \
1511                 $RPM_BUILD_ROOT{%{_sbindir},%{_bindir}}
1512
1513 %{__make} install \
1514         INSTALL_ROOT=$RPM_BUILD_ROOT \
1515         INSTALL_IT="install libs/libphp4.so $RPM_BUILD_ROOT%{_libdir}/apache/ ; install libs/libphp_common*.so.*.*.* $RPM_BUILD_ROOT%{_libdir}"
1516
1517 install .libs/php $RPM_BUILD_ROOT%{_bindir}/php
1518
1519 #exit 1
1520 #install .libs/*.so     $RPM_BUILD_ROOT%{_pkglibdir}
1521 #install modules/*.so   $RPM_BUILD_ROOT%{_pkglibdir}/php
1522
1523 install %{SOURCE2}              $RPM_BUILD_ROOT%{_sysconfdir}/php.ini
1524 install %{SOURCE3} php4.gif     $RPM_BUILD_ROOT/home/httpd/icons
1525 install %{SOURCE5} $RPM_BUILD_ROOT/%{_sbindir}
1526
1527
1528 install %{SOURCE1} .
1529 gzip -9nf CODING_STANDARDS CREDITS \
1530       EXTENSIONS NEWS TODO* LICENSE Zend/LICENSE \
1531       Zend/ZEND_CHANGES README.SELF-CONTAINED-EXTENSIONS README.EXT_SKEL
1532
1533 %clean
1534 rm -rf $RPM_BUILD_ROOT
1535
1536 %post
1537 %{_sbindir}/apxs -e -a -n php4 %{_pkglibdir}/libphp4.so 1>&2
1538 perl -pi -e 's|^#AddType application/x-httpd-php \.php|AddType application/x-httpd-php .php|' \
1539         /etc/httpd/httpd.conf
1540 if [ -f /var/lock/subsys/httpd ]; then
1541         /etc/rc.d/init.d/httpd restart 1>&2
1542 fi
1543
1544 %preun
1545 if [ "$1" = "0" ]; then
1546         %{_sbindir}/apxs -e -A -n php4 %{_pkglibdir}/libphp4.so 1>&2
1547         perl -pi -e \
1548                 's|^AddType application/x-httpd-php \.php|#AddType application/x-httpd-php .php|' \
1549                 /etc/httpd/httpd.conf
1550         if [ -f /var/lock/subsys/httpd ]; then
1551                 /etc/rc.d/init.d/httpd restart 1>&2
1552         fi
1553 fi
1554
1555 %post common -p /sbin/ldconfig
1556 %postun common -p /sbin/ldconfig
1557
1558 %post bcmath
1559 %{_sbindir}/php-module-install install bcmath %{_sysconfdir}/php.ini
1560
1561 %preun bcmath
1562 if [ "$1" = "0" ]; then
1563         %{_sbindir}/php-module-install remove bcmath %{_sysconfdir}/php.ini
1564 fi
1565
1566 %post calendar
1567 %{_sbindir}/php-module-install install calendar %{_sysconfdir}/php.ini
1568
1569 %preun calendar
1570 if [ "$1" = "0" ]; then
1571         %{_sbindir}/php-module-install remove calendar %{_sysconfdir}/php.ini
1572 fi
1573
1574 %post dba
1575 %{_sbindir}/php-module-install install dba %{_sysconfdir}/php.ini
1576
1577 %preun dba
1578 if [ "$1" = "0" ]; then
1579         %{_sbindir}/php-module-install remove dba %{_sysconfdir}/php.ini
1580 fi
1581
1582 %post dbase
1583 %{_sbindir}/php-module-install install dbase %{_sysconfdir}/php.ini
1584
1585 %preun dbase
1586 if [ "$1" = "0" ]; then
1587         %{_sbindir}/php-module-install remove dbase %{_sysconfdir}/php.ini
1588 fi
1589
1590 %post exif
1591 %{_sbindir}/php-module-install install exif %{_sysconfdir}/php.ini
1592
1593 %preun exif
1594 if [ "$1" = "0" ]; then
1595         %{_sbindir}/php-module-install remove exif %{_sysconfdir}/php.ini
1596 fi
1597
1598 %post filepro
1599 %{_sbindir}/php-module-install install filepro %{_sysconfdir}/php.ini
1600
1601 %preun filepro
1602 if [ "$1" = "0" ]; then
1603         %{_sbindir}/php-module-install remove filepro %{_sysconfdir}/php.ini
1604 fi
1605
1606 %post ftp
1607 %{_sbindir}/php-module-install install ftp %{_sysconfdir}/php.ini
1608
1609 %preun ftp
1610 if [ "$1" = "0" ]; then
1611         %{_sbindir}/php-module-install remove ftp %{_sysconfdir}/php.ini
1612 fi
1613
1614 %post gd
1615 %{_sbindir}/php-module-install install gd %{_sysconfdir}/php.ini
1616
1617 %preun gd
1618 if [ "$1" = "0" ]; then
1619         %{_sbindir}/php-module-install remove gd %{_sysconfdir}/php.ini
1620 fi
1621
1622 %post gettext
1623 %{_sbindir}/php-module-install install gettext %{_sysconfdir}/php.ini
1624
1625 %preun gettext
1626 if [ "$1" = "0" ]; then
1627         %{_sbindir}/php-module-install remove gettext %{_sysconfdir}/php.ini
1628 fi
1629
1630 %if %{?_without_imap:0}%{!?_without_imap:1}
1631 %post imap
1632 %{_sbindir}/php-module-install install imap %{_sysconfdir}/php.ini
1633
1634 %preun imap
1635 if [ "$1" = "0" ]; then
1636         %{_sbindir}/php-module-install remove imap %{_sysconfdir}/php.ini
1637 fi
1638 %endif
1639
1640 %if %{?_with_java:1}%{!?_with_java:0}
1641 %post java
1642 %{_sbindir}/php-module-install install libphp_java %{_sysconfdir}/php.ini
1643
1644 %preun java
1645 if [ "$1" = "0" ]; then
1646         %{_sbindir}/php-module-install remove libphp_java %{_sysconfdir}/php.ini
1647 fi
1648 %endif
1649
1650 %if %{?_without_ldap:0}%{!?_without_ldap:1}
1651 %post ldap
1652 %{_sbindir}/php-module-install install ldap %{_sysconfdir}/php.ini
1653
1654 %preun ldap
1655 if [ "$1" = "0" ]; then
1656         %{_sbindir}/php-module-install remove ldap %{_sysconfdir}/php.ini
1657 fi
1658 %endif
1659
1660 %post mcrypt
1661 %{_sbindir}/php-module-install install mcrypt %{_sysconfdir}/php.ini
1662
1663 %preun mcrypt
1664 if [ "$1" = "0" ]; then
1665         %{_sbindir}/php-module-install remove mcrypt %{_sysconfdir}/php.ini
1666 fi
1667
1668 %post mhash
1669 %{_sbindir}/php-module-install install mhash %{_sysconfdir}/php.ini
1670
1671 %preun mhash
1672 if [ "$1" = "0" ]; then
1673         %{_sbindir}/php-module-install remove mhash %{_sysconfdir}/php.ini
1674 fi
1675
1676 %post mysql
1677 %{_sbindir}/php-module-install install mysql %{_sysconfdir}/php.ini
1678
1679 %preun mysql
1680 if [ "$1" = "0" ]; then
1681         %{_sbindir}/php-module-install remove mysql %{_sysconfdir}/php.ini
1682 fi
1683
1684 %post pdf
1685 %{_sbindir}/php-module-install install libpdf_php %{_sysconfdir}/php.ini
1686
1687 %preun pdf
1688 if [ "$1" = "0" ]; then
1689         %{_sbindir}/php-module-install remove libpdf_php %{_sysconfdir}/php.ini
1690 fi
1691
1692 %preun domxml
1693 if [ "$1" = "0" ]; then
1694         %{_sbindir}/php-module-install remove domxml %{_sysconfdir}/php.ini
1695 fi
1696
1697 %post domxml
1698 %{_sbindir}/php-module-install install domxml %{_sysconfdir}/php.ini
1699
1700 %if %{?_with_oci8:1}%{!?_with_oci8:0}
1701 %post oci8
1702 %{_sbindir}/php-module-install install oci8 %{_sysconfdir}/php.ini
1703
1704 %preun oci8
1705 if [ "$1" = "0" ]; then
1706         %{_sbindir}/php-module-install remove oci8 %{_sysconfdir}/php.ini
1707 fi
1708 %endif
1709
1710 %if %{?_without_odbc:0}%{!?_without_odbc:1}
1711 %post odbc
1712 %{_sbindir}/php-module-install install odbc %{_sysconfdir}/php.ini
1713
1714 %preun odbc
1715 if [ "$1" = "0" ]; then
1716         %{_sbindir}/php-module-install remove odbc %{_sysconfdir}/php.ini
1717 fi
1718 %endif
1719
1720 %if %{?_with_oracle:1}%{!?_with_oracle:0}
1721 %post oracle
1722 %{_sbindir}/php-module-install install oracle %{_sysconfdir}/php.ini
1723
1724 %preun oracle
1725 if [ "$1" = "0" ]; then
1726         %{_sbindir}/php-module-install remove oracle %{_sysconfdir}/php.ini
1727 fi
1728 %endif
1729
1730 %post pcre
1731 %{_sbindir}/php-module-install install pcre %{_sysconfdir}/php.ini
1732
1733 %preun pcre
1734 if [ "$1" = "0" ]; then
1735         %{_sbindir}/php-module-install remove pcre %{_sysconfdir}/php.ini
1736 fi
1737
1738 %post pgsql
1739 %{_sbindir}/php-module-install install pgsql %{_sysconfdir}/php.ini
1740
1741 %preun pgsql
1742 if [ "$1" = "0" ]; then
1743         %{_sbindir}/php-module-install remove pgsql %{_sysconfdir}/php.ini
1744 fi
1745
1746 %post posix
1747 %{_sbindir}/php-module-install install posix %{_sysconfdir}/php.ini
1748
1749 %preun posix
1750 if [ "$1" = "0" ]; then
1751         %{_sbindir}/php-module-install remove posix %{_sysconfdir}/php.ini
1752 fi
1753
1754 %post recode
1755 %{_sbindir}/php-module-install install recode %{_sysconfdir}/php.ini
1756
1757 %preun recode
1758 if [ "$1" = "0" ]; then
1759         %{_sbindir}/php-module-install remove recode %{_sysconfdir}/php.ini
1760 fi
1761
1762 %post session
1763 %{_sbindir}/php-module-install install session %{_sysconfdir}/php.ini
1764
1765 %preun session
1766 if [ "$1" = "0" ]; then
1767         %{_sbindir}/php-module-install remove session %{_sysconfdir}/php.ini
1768 fi
1769
1770 %if %{?_without_snmp:0}%{!?_without_snmp:1}
1771 %post snmp
1772 %{_sbindir}/php-module-install install snmp %{_sysconfdir}/php.ini
1773
1774 %preun snmp
1775 if [ "$1" = "0" ]; then
1776         %{_sbindir}/php-module-install remove snmp %{_sysconfdir}/php.ini
1777 fi
1778 %endif
1779
1780 %post sockets
1781 %{_sbindir}/php-module-install install sockets %{_sysconfdir}/php.ini
1782
1783 %preun sockets
1784 if [ "$1" = "0" ]; then
1785         %{_sbindir}/php-module-install remove sockets %{_sysconfdir}/php.ini
1786 fi
1787
1788 %post sysvsem
1789 %{_sbindir}/php-module-install install sysvsem %{_sysconfdir}/php.ini
1790
1791 %preun sysvsem
1792 if [ "$1" = "0" ]; then
1793         %{_sbindir}/php-module-install remove sysvsem %{_sysconfdir}/php.ini
1794 fi
1795
1796 %post sysvshm
1797 %{_sbindir}/php-module-install install sysvshm %{_sysconfdir}/php.ini
1798
1799 %preun sysvshm
1800 if [ "$1" = "0" ]; then
1801         %{_sbindir}/php-module-install remove sysvshm %{_sysconfdir}/php.ini
1802 fi
1803
1804 %post xml
1805 %{_sbindir}/php-module-install install xml %{_sysconfdir}/php.ini
1806
1807 %preun xml
1808 if [ "$1" = "0" ]; then
1809         %{_sbindir}/php-module-install remove xml %{_sysconfdir}/php.ini
1810 fi
1811
1812 %post yp
1813 %{_sbindir}/php-module-install install yp %{_sysconfdir}/php.ini
1814
1815 %preun yp
1816 if [ "$1" = "0" ]; then
1817         %{_sbindir}/php-module-install remove yp %{_sysconfdir}/php.ini
1818 fi
1819
1820 %post zlib
1821 %{_sbindir}/php-module-install install zlib %{_sysconfdir}/php.ini
1822
1823 %preun zlib
1824 if [ "$1" = "0" ]; then
1825         %{_sbindir}/php-module-install remove zlib %{_sysconfdir}/php.ini
1826 fi
1827
1828 %post curl
1829 %{_sbindir}/php-module-install install curl %{_sysconfdir}/php.ini
1830
1831 %preun curl
1832 if [ "$1" = "0" ]; then
1833         %{_sbindir}/php-module-install remove curl %{_sysconfdir}/php.ini
1834 fi
1835
1836 %post ming
1837 %{_sbindir}/php-module-install install ming %{_sysconfdir}/php.ini
1838
1839 %preun ming
1840 if [ "$1" = "0" ]; then
1841         %{_sbindir}/php-module-install remove ming %{_sysconfdir}/php.ini
1842 fi
1843
1844 %if %{?_with_xslt:1}%{!?_with_xslt:0}
1845 %post xslt
1846 %{_sbindir}/php-module-install install xslt %{_sysconfdir}/php.ini
1847
1848 %preun xslt
1849 if [ "$1" = "0" ]; then
1850         %{_sbindir}/php-module-install remove xslt %{_sysconfdir}/php.ini
1851 fi
1852 %endif
1853
1854 %if %{?_with_wddx:1}%{!?_with_wddx:0}
1855 %post wddx
1856 %{_sbindir}/php-module-install install wddx %{_sysconfdir}/php.ini
1857
1858 %preun wddx
1859 if [ "$1" = "0" ]; then
1860         %{_sbindir}/php-module-install remove wddx %{_sysconfdir}/php.ini
1861 fi
1862 %endif
1863
1864 %if %{?_with_libcpdf:1}%{!?_with_libcpdf:0}
1865 %post libcpdf
1866 %{_sbindir}/php-module-install install libcpdf %{_sysconfdir}/php.ini
1867
1868 %preun libcpdf
1869 if [ "$1" = "0" ]; then
1870         %{_sbindir}/php-module-install remove libcpdf %{_sysconfdir}/php.ini
1871 fi
1872 %endif
1873
1874 %files
1875 %defattr(644,root,root,755)
1876 %attr(755,root,root) %{_libdir}/apache/libphp4.so
1877
1878 %files cgi
1879 %defattr(644,root,root,755)
1880 %attr(755,root,root) %{_bindir}/php
1881
1882 %files common
1883 %defattr(644,root,root,755)
1884 %doc {CODING_STANDARDS,CREDITS,Zend/ZEND_CHANGES}.gz
1885 %doc {LICENSE,Zend/LICENSE,EXTENSIONS,NEWS,TODO*}.gz  
1886 %doc {README.EXT_SKEL,README.SELF-CONTAINED-EXTENSIONS}.gz
1887
1888 %dir %{_sysconfdir}
1889 %attr(644,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/php.ini
1890
1891 /home/httpd/icons/*
1892
1893 %attr(755,root,root) %{_sbindir}/*
1894
1895 %attr(755,root,root) %{_libdir}/libphp_common*.so.*.*.*
1896
1897 %dir %{extensionsdir}
1898
1899 %files devel
1900 %defattr(644,root,root,755)
1901 %{_includedir}/php
1902 %{_libdir}/php/build
1903 %attr(755,root,root) %{_bindir}/phpextdist
1904 %attr(755,root,root) %{_bindir}/phpize
1905 %attr(755,root,root) %{_bindir}/php-config
1906
1907 %files domxml
1908 %defattr(644,root,root,755)
1909 %attr(755,root,root) %{extensionsdir}/domxml.so
1910
1911 %files pear
1912 %defattr(644,root,root,755)
1913 %attr(755,root,root) %{_bindir}/pear
1914 %{peardir}
1915
1916 %files mysql
1917 %defattr(644,root,root,755)
1918 %attr(755,root,root) %{extensionsdir}/mysql.so
1919
1920 %files pdf
1921 %defattr(644,root,root,755)
1922 %attr(755,root,root) %{extensionsdir}/libpdf_php.so
1923
1924 %files pgsql
1925 %defattr(644,root,root,755)
1926 %attr(755,root,root) %{extensionsdir}/pgsql.so
1927
1928 %if %{?_with_oracle:1}%{!?_with_oracle:0}
1929 %files oracle
1930 %defattr(644,root,root,755)
1931 %attr(755,root,root) %{extensionsdir}/oracle.so
1932 %endif
1933
1934 %if %{?_with_oci8:1}%{!?_with_oci8:0}
1935 %files oci8
1936 %defattr(644,root,root,755)
1937 %attr(755,root,root) %{extensionsdir}/oci8.so
1938 %endif
1939
1940 %files gd
1941 %defattr(644,root,root,755)
1942 %attr(755,root,root) %{extensionsdir}/gd.so
1943
1944 # To check
1945 #%files xml
1946 #%defattr(644,root,root,755)
1947 #%attr(755,root,root) %{extensionsdir}/xml.so
1948
1949 %files dba
1950 %defattr(644,root,root,755)
1951 %attr(755,root,root) %{extensionsdir}/dba.so
1952
1953 %files dbase
1954 %defattr(644,root,root,755)
1955 %attr(755,root,root) %{extensionsdir}/dbase.so
1956
1957 %files filepro
1958 %defattr(644,root,root,755)
1959 %attr(755,root,root) %{extensionsdir}/filepro.so
1960
1961 %files pcre
1962 %defattr(644,root,root,755)
1963 %attr(755,root,root) %{extensionsdir}/pcre.so
1964
1965 %files posix
1966 %defattr(644,root,root,755)
1967 %attr(755,root,root) %{extensionsdir}/posix.so
1968
1969 %files sysvsem
1970 %defattr(644,root,root,755)
1971 %attr(755,root,root) %{extensionsdir}/sysvsem.so
1972
1973 %files sysvshm
1974 %defattr(644,root,root,755)
1975 %attr(755,root,root) %{extensionsdir}/sysvshm.so
1976
1977 %files yp
1978 %defattr(644,root,root,755)
1979 %attr(755,root,root) %{extensionsdir}/yp.so
1980
1981 %files calendar
1982 %defattr(644,root,root,755)
1983 %attr(755,root,root) %{extensionsdir}/calendar.so
1984
1985 %files bcmath
1986 %defattr(644,root,root,755)
1987 %attr(755,root,root) %{extensionsdir}/bcmath.so
1988
1989 %files ftp
1990 %defattr(644,root,root,755)
1991 %attr(755,root,root) %{extensionsdir}/ftp.so
1992
1993 %files zlib
1994 %defattr(644,root,root,755)
1995 %attr(755,root,root) %{extensionsdir}/zlib.so
1996
1997 %files exif
1998 %defattr(644,root,root,755)
1999 %attr(755,root,root) %{extensionsdir}/exif.so
2000
2001 %files recode
2002 %defattr(644,root,root,755)
2003 %attr(755,root,root) %{extensionsdir}/recode.so
2004
2005 #%files session
2006 #%defattr(644,root,root,755)
2007 #%attr(755,root,root) %{extensionsdir}/session.so
2008
2009 %files gettext
2010 %defattr(644,root,root,755)
2011 %attr(755,root,root) %{extensionsdir}/gettext.so
2012
2013 %if %{?_without_imap:0}%{!?_without_imap:1}
2014 %files imap
2015 %defattr(644,root,root,755)
2016 %attr(755,root,root) %{extensionsdir}/imap.so
2017 %endif
2018
2019 %if %{?_without_snmp:0}%{!?_without_snmp:1}
2020 %files snmp
2021 %defattr(644,root,root,755)
2022 %attr(755,root,root) %{extensionsdir}/snmp.so
2023 %endif
2024
2025 %if %{?_with_java:1}%{!?_with_java:0}
2026 %files java
2027 %defattr(644,root,root,755)
2028 %attr(755,root,root) %{extensionsdir}/libphp_java.so
2029 %endif
2030
2031 %if %{?_without_ldap:0}%{!?_without_ldap:1}
2032 %files ldap
2033 %defattr(644,root,root,755)
2034 %attr(755,root,root) %{extensionsdir}/ldap.*
2035 %endif
2036
2037 %files sockets
2038 %defattr(644,root,root,755)
2039 %attr(755,root,root) %{extensionsdir}/sockets.so
2040
2041 %files mcrypt
2042 %defattr(644,root,root,755)
2043 %attr(755,root,root) %{extensionsdir}/mcrypt.so
2044
2045 %files mhash
2046 %defattr(644,root,root,755)
2047 %attr(755,root,root) %{extensionsdir}/mhash.so
2048
2049 %if %{?_without_odbc:0}%{!?_without_odbc:1}
2050 %files odbc
2051 %defattr(644,root,root,755)
2052 %attr(755,root,root) %{extensionsdir}/odbc.so
2053 %endif
2054
2055 %files doc
2056 %defattr(644,root,root,755)
2057 %doc manual/*
2058
2059 %files curl
2060 %defattr(644,root,root,755)
2061 %attr(755,root,root) %{extensionsdir}/curl.so
2062
2063 %files ming
2064 %defattr(644,root,root,755)
2065 %attr(755,root,root) %{extensionsdir}/ming.so
2066
2067 %if %{?_with_xslt:1}%{!?_with_xslt:0}
2068 %files xslt
2069 %defattr(644,root,root,755)
2070 %attr(755,root,root) %{extensionsdir}/xslt.so
2071 %endif
2072
2073 %if %{?_with_wddx:1}%{!?_with_wddx:0}
2074 %files wddx
2075 %defattr(644,root,root,755)
2076 %attr(755,root,root) %{extensionsdir}/wddx.so
2077 %endif
2078
2079 %if %{?_with_libcpdf:1}%{!?_with_libcpdf:0}
2080 %files libcpdf
2081 %defattr(644,root,root,755)
2082 %attr(755,root,root) %{extensionsdir}/cpdf.so
2083 %endif
This page took 0.209658 seconds and 4 git commands to generate.