/[smeserver]/rpms/php/sme8/php.spec
ViewVC logotype

Diff of /rpms/php/sme8/php.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.9 by slords, Fri Jun 29 14:54:00 2012 UTC Revision 1.10 by slords, Thu Aug 23 02:39:15 2012 UTC
# Line 18  Line 18 
18  Summary: PHP scripting language for creating dynamic web sites  Summary: PHP scripting language for creating dynamic web sites
19  Name: php  Name: php
20  Version: 5.3.3  Version: 5.3.3
21  Release: 13%{?dist}  Release: 13%{?dist}.1
22  License: PHP and LGPLv2 and LGPLv2+  License: PHP and LGPLv2 and LGPLv2+
23  Group: Development/Languages  Group: Development/Languages
24  URL: http://www.php.net/  URL: http://www.php.net/
# Line 90  BuildRequires: zlib-devel, pcre-devel >= Line 90  BuildRequires: zlib-devel, pcre-devel >=
90  BuildRequires: bzip2, perl, libtool >= 1.4.3, gcc-c++  BuildRequires: bzip2, perl, libtool >= 1.4.3, gcc-c++
91  Requires: httpd-mmn = %{httpd_mmn}  Requires: httpd-mmn = %{httpd_mmn}
92  Provides: mod_php = %{version}-%{release}  Provides: mod_php = %{version}-%{release}
93    Provides: php53 = %{version}-%{release}, config(php53) = %{version}-%{release}
94  Requires: %{name}-common = %{version}-%{release}  Requires: %{name}-common = %{version}-%{release}
95  # For backwards-compatibility, require php-cli for the time being:  # For backwards-compatibility, require php-cli for the time being:
96  Requires: %{name}-cli = %{version}-%{release}  Requires: %{name}-cli = %{version}-%{release}
# Line 111  language to Apache HTTP Server. Line 112  language to Apache HTTP Server.
112  Group: Development/Languages  Group: Development/Languages
113  Summary: Command-line interface for PHP  Summary: Command-line interface for PHP
114  Requires: %{name}-common = %{version}-%{release}  Requires: %{name}-common = %{version}-%{release}
115  Provides: php-cgi = %{version}-%{release}, php-cli = %{version}-%{release}  Provides: php-cgi = %{version}-%{release}, php53-cli = %{version}-%{release}
116  Provides: php-pcntl  Provides: php-pcntl
117    
118  %description cli  %description cli
# Line 129  Provides: php-ftp, php-gettext, php-gmp, Line 130  Provides: php-ftp, php-gettext, php-gmp,
130  Provides: php-reflection, php-session, php-shmop, php-simplexml, php-sockets  Provides: php-reflection, php-session, php-shmop, php-simplexml, php-sockets
131  Provides: php-spl, php-tokenizer, php-openssl, php-pcre  Provides: php-spl, php-tokenizer, php-openssl, php-pcre
132  Provides: php-zlib, php-json, php-zip, php-fileinfo  Provides: php-zlib, php-json, php-zip, php-fileinfo
133    Provides: php53-common = %{version}-%{release}, config(php53-common) = %{version}-%{release}
134  Obsoletes: php-openssl, php-json  Obsoletes: php-openssl, php-json
135  # For obsoleted pecl extension  # For obsoleted pecl extension
136  Provides: php-pecl-json = %{jsonver}, php-pecl(json) = %{jsonver}  Provides: php-pecl-json = %{jsonver}, php-pecl(json) = %{jsonver}
# Line 145  package and the php-cli package. Line 147  package and the php-cli package.
147  Group: Development/Libraries  Group: Development/Libraries
148  Summary: Files needed for building PHP extensions  Summary: Files needed for building PHP extensions
149  Requires: %{name} = %{version}-%{release}, autoconf, automake  Requires: %{name} = %{version}-%{release}, autoconf, automake
150  Provides: php-devel = %{version}-%{release}  Provides: php53-devel = %{version}-%{release}, config(php53-devel) = %{version}-%{release}
151    
152  %description devel  %description devel
153  The php-devel package contains the files needed for building PHP  The php-devel package contains the files needed for building PHP
# Line 157  Summary: A module for PHP applications t Line 159  Summary: A module for PHP applications t
159  Group: Development/Languages  Group: Development/Languages
160  Requires: %{name}-common = %{version}-%{release}  Requires: %{name}-common = %{version}-%{release}
161  BuildRequires: krb5-devel, openssl-devel, libc-client-devel  BuildRequires: krb5-devel, openssl-devel, libc-client-devel
162  Provides: php-imap = %{version}-%{release}  Provides: php53-imap = %{version}-%{release}, config(php53-imap) = %{version}-%{release}
163    
164  %description imap  %description imap
165  The php-imap package contains a dynamic shared object that will  The php-imap package contains a dynamic shared object that will
# Line 168  Summary: A module for PHP applications t Line 170  Summary: A module for PHP applications t
170  Group: Development/Languages  Group: Development/Languages
171  Requires: %{name}-common = %{version}-%{release}  Requires: %{name}-common = %{version}-%{release}
172  BuildRequires: cyrus-sasl-devel, openldap-devel, openssl-devel  BuildRequires: cyrus-sasl-devel, openldap-devel, openssl-devel
173  Provides: php-ldap = %{version}-%{release}  Provides: php53-ldap = %{version}-%{release}, config(php53-ldap) = %{version}-%{release}
174    
175  %description ldap  %description ldap
176  The php-ldap package is a dynamic shared object (DSO) for the Apache  The php-ldap package is a dynamic shared object (DSO) for the Apache
# Line 184  Group: Development/Languages Line 186  Group: Development/Languages
186  Requires: %{name}-common = %{version}-%{release}  Requires: %{name}-common = %{version}-%{release}
187  Provides: php-pdo-abi = %{pdover}  Provides: php-pdo-abi = %{pdover}
188  Provides: php-pdo_sqlite  Provides: php-pdo_sqlite
189  Provides: php-pdo = %{version}-%{release}  Provides: php53-pdo = %{version}-%{release}, config(php53-pdo) = %{version}-%{release}
190    
191  %description pdo  %description pdo
192  The %{name}-pdo package contains a dynamic shared object that will add  The %{name}-pdo package contains a dynamic shared object that will add
# Line 198  Group: Development/Languages Line 200  Group: Development/Languages
200  Requires: %{name}-common = %{version}-%{release}, %{name}-pdo  Requires: %{name}-common = %{version}-%{release}, %{name}-pdo
201  Provides: php_database, php-mysqli, php-pdo_mysql  Provides: php_database, php-mysqli, php-pdo_mysql
202  BuildRequires: mysql-devel >= 4.1.0  BuildRequires: mysql-devel >= 4.1.0
203  Provides: php-mysql = %{version}-%{release}  Provides: php53-mysql = %{version}-%{release}, config(php53-mysql) = %{version}-%{release}
204    
205  %description mysql  %description mysql
206  The php-mysql package contains a dynamic shared object that will add  The php-mysql package contains a dynamic shared object that will add
# Line 213  Group: Development/Languages Line 215  Group: Development/Languages
215  Requires: %{name}-common = %{version}-%{release}, %{name}-pdo  Requires: %{name}-common = %{version}-%{release}, %{name}-pdo
216  Provides: php_database, php-pdo_pgsql  Provides: php_database, php-pdo_pgsql
217  BuildRequires: krb5-devel, openssl-devel, postgresql-devel  BuildRequires: krb5-devel, openssl-devel, postgresql-devel
218  Provides: php-pgsql = %{version}-%{release}  Provides: php53-pgsql = %{version}-%{release}, config(php53-pgsql) = %{version}-%{release}
219    
220  %description pgsql  %description pgsql
221  The php-pgsql package includes a dynamic shared object (DSO) that can  The php-pgsql package includes a dynamic shared object (DSO) that can
# Line 229  Summary: Modules for PHP script using sy Line 231  Summary: Modules for PHP script using sy
231  Group: Development/Languages  Group: Development/Languages
232  Requires: %{name}-common = %{version}-%{release}  Requires: %{name}-common = %{version}-%{release}
233  Provides: php-posix, php-sysvsem, php-sysvshm, php-sysvmsg  Provides: php-posix, php-sysvsem, php-sysvshm, php-sysvmsg
234  Provides: php-process = %{version}-%{release}  Provides: php53-process = %{version}-%{release}, config(php53-process) = %{version}-%{release}
235    
236  %description process  %description process
237  The php-process package contains dynamic shared objects which add  The php-process package contains dynamic shared objects which add
# Line 242  Requires: %{name}-common = %{version}-%{ Line 244  Requires: %{name}-common = %{version}-%{
244  Summary: A module for PHP applications that use ODBC databases  Summary: A module for PHP applications that use ODBC databases
245  Provides: php_database, php-pdo_odbc  Provides: php_database, php-pdo_odbc
246  BuildRequires: unixODBC-devel  BuildRequires: unixODBC-devel
247  Provides: php-odbc = %{version}-%{release}  Provides: php53-odbc = %{version}-%{release}, config(php53-odbc) = %{version}-%{release}
248    
249  %description odbc  %description odbc
250  The php-odbc package contains a dynamic shared object that will add  The php-odbc package contains a dynamic shared object that will add
# Line 258  Group: Development/Languages Line 260  Group: Development/Languages
260  Requires: %{name}-common = %{version}-%{release}  Requires: %{name}-common = %{version}-%{release}
261  Summary: A module for PHP applications that use the SOAP protocol  Summary: A module for PHP applications that use the SOAP protocol
262  BuildRequires: libxml2-devel  BuildRequires: libxml2-devel
263  Provides: php-soap = %{version}-%{release}  Provides: php53-soap = %{version}-%{release}, config(php53-soap) = %{version}-%{release}
264    
265  %description soap  %description soap
266  The php-soap package contains a dynamic shared object that will add  The php-soap package contains a dynamic shared object that will add
# Line 269  Summary: A module for PHP applications t Line 271  Summary: A module for PHP applications t
271  Group: Development/Languages  Group: Development/Languages
272  Requires: %{name}-common = %{version}-%{release}, net-snmp  Requires: %{name}-common = %{version}-%{release}, net-snmp
273  BuildRequires: net-snmp-devel  BuildRequires: net-snmp-devel
274  Provides: php-snmp = %{version}-%{release}  Provides: php53-snmp = %{version}-%{release}, config(php53-snmp) = %{version}-%{release}
275    
276  %description snmp  %description snmp
277  The php-snmp package contains a dynamic shared object that will add  The php-snmp package contains a dynamic shared object that will add
# Line 284  Requires: %{name}-common = %{version}-%{ Line 286  Requires: %{name}-common = %{version}-%{
286  Provides: php-dom, php-xsl, php-domxml, php-wddx  Provides: php-dom, php-xsl, php-domxml, php-wddx
287  BuildRequires: libxslt-devel >= 1.0.18-1, libxml2-devel >= 2.4.14-1  BuildRequires: libxslt-devel >= 1.0.18-1, libxml2-devel >= 2.4.14-1
288  Obsoletes: php-domxml, php-dom  Obsoletes: php-domxml, php-dom
289  Provides: php-xml = %{version}-%{release}  Provides: php53-xml = %{version}-%{release}, config(php53-xml) = %{version}-%{release}
290    
291  %description xml  %description xml
292  The php-xml package contains dynamic shared objects which add support  The php-xml package contains dynamic shared objects which add support
# Line 295  and performing XSL transformations on XM Line 297  and performing XSL transformations on XM
297  Summary: A module for PHP applications which use the XML-RPC protocol  Summary: A module for PHP applications which use the XML-RPC protocol
298  Group: Development/Languages  Group: Development/Languages
299  Requires: %{name}-common = %{version}-%{release}  Requires: %{name}-common = %{version}-%{release}
300  Provides: php-xmlrpc = %{version}-%{release}  Provides: php53-xmlrpc = %{version}-%{release}, config(php53-xmlrpc) = %{version}-%{release}
301    
302  %description xmlrpc  %description xmlrpc
303  The php-xmlrpc package contains a dynamic shared object that will add  The php-xmlrpc package contains a dynamic shared object that will add
# Line 305  support for the XML-RPC protocol to PHP. Line 307  support for the XML-RPC protocol to PHP.
307  Summary: A module for PHP applications which need multi-byte string handling  Summary: A module for PHP applications which need multi-byte string handling
308  Group: Development/Languages  Group: Development/Languages
309  Requires: %{name}-common = %{version}-%{release}  Requires: %{name}-common = %{version}-%{release}
310  Provides: php-mbstring = %{version}-%{release}  Provides: php53-mbstring = %{version}-%{release}, config(php53-mbstring) = %{version}-%{release}
311    
312  %description mbstring  %description mbstring
313  The php-mbstring package contains a dynamic shared object that will add  The php-mbstring package contains a dynamic shared object that will add
# Line 317  Group: Development/Languages Line 319  Group: Development/Languages
319  Requires: %{name}-common = %{version}-%{release}  Requires: %{name}-common = %{version}-%{release}
320  # Required to build the bundled GD library  # Required to build the bundled GD library
321  BuildRequires: libXpm-devel, libjpeg-devel, libpng-devel, freetype-devel  BuildRequires: libXpm-devel, libjpeg-devel, libpng-devel, freetype-devel
322  Provides: php-gd = %{version}-%{release}  Provides: php53-gd = %{version}-%{release}, config(php53-gd) = %{version}-%{release}
323    
324  %description gd  %description gd
325  The php-gd package contains a dynamic shared object that will add  The php-gd package contains a dynamic shared object that will add
# Line 327  support for using the gd graphics librar Line 329  support for using the gd graphics librar
329  Summary: A module for PHP applications for using the bcmath library  Summary: A module for PHP applications for using the bcmath library
330  Group: Development/Languages  Group: Development/Languages
331  Requires: %{name}-common = %{version}-%{release}  Requires: %{name}-common = %{version}-%{release}
332  Provides: php-bcmath = %{version}-%{release}  Provides: php53-bcmath = %{version}-%{release}, config(php53-bcmath) = %{version}-%{release}
333    
334  %description bcmath  %description bcmath
335  The php-bcmath package contains a dynamic shared object that will add  The php-bcmath package contains a dynamic shared object that will add
# Line 337  support for using the bcmath library to Line 339  support for using the bcmath library to
339  Summary: A database abstraction layer module for PHP applications  Summary: A database abstraction layer module for PHP applications
340  Group: Development/Languages  Group: Development/Languages
341  Requires: %{name}-common = %{version}-%{release}  Requires: %{name}-common = %{version}-%{release}
342  Provides: php-dba = %{version}-%{release}  Provides: php53-dba = %{version}-%{release}, config(php53-dba) = %{version}-%{release}
343    
344  %description dba  %description dba
345  The php-dba package contains a dynamic shared object that will add  The php-dba package contains a dynamic shared object that will add
# Line 348  Summary: A module for PHP applications f Line 350  Summary: A module for PHP applications f
350  Group: System Environment/Libraries  Group: System Environment/Libraries
351  Requires: %{name}-common = %{version}-%{release}  Requires: %{name}-common = %{version}-%{release}
352  BuildRequires: aspell-devel >= 0.50.0  BuildRequires: aspell-devel >= 0.50.0
353  Provides: php-pspell = %{version}-%{release}  Provides: php53-pspell = %{version}-%{release}, config(php53-pspell) = %{version}-%{release}
354    
355  %description pspell  %description pspell
356  The php-pspell package contains a dynamic shared object that will add  The php-pspell package contains a dynamic shared object that will add
# Line 359  Summary: Internationalization extension Line 361  Summary: Internationalization extension
361  Group: System Environment/Libraries  Group: System Environment/Libraries
362  Requires: %{name}-common = %{version}-%{release}  Requires: %{name}-common = %{version}-%{release}
363  BuildRequires: libicu-devel >= 3.6  BuildRequires: libicu-devel >= 3.6
364  Provides: php-intl = %{version}-%{release}  Provides: php53-intl = %{version}-%{release}, config(php53-intl) = %{version}-%{release}
365    
366  %description intl  %description intl
367  The php-intl package contains a dynamic shared object that will add  The php-intl package contains a dynamic shared object that will add
# Line 791  rm files.* macros.php Line 793  rm files.* macros.php
793  %files process -f files.process  %files process -f files.process
794    
795  %changelog  %changelog
796    * Wed Aug 22 2012 Shad L. Lords <slords@mail.com> - 5.3.3-13.sme.1
797    - Add php53-* provides to provide compatibility
798    
799  * Fri Jun 29 2012 Shad L. Lords <slords@mail.com> - 5.3.3-13.sme  * Fri Jun 29 2012 Shad L. Lords <slords@mail.com> - 5.3.3-13.sme
800  - Obsolete php-domxml and php-dom [SME: 6733]  - Obsolete php-domxml and php-dom [SME: 6733]
801  - Update Obsoletes and Conflicts [SME: 6436]  - Update Obsoletes and Conflicts [SME: 6436]


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed