Author: qboosh Date: Mon Sep 19 16:30:37 2011 GMT Module: packages Tag: HEAD ---- Log message: - -tests desc typo - note about unpackaged enchant extension (see php-pecl-enchant) - doc packaging cleanups; README.input_filter packaged in -devel as it refers to C code, not PHP extensions
---- Files affected: packages/php: php.spec (1.949 -> 1.950) ---- Diffs: ================================================================ Index: packages/php/php.spec diff -u packages/php/php.spec:1.949 packages/php/php.spec:1.950 --- packages/php/php.spec:1.949 Wed Aug 31 08:58:58 2011 +++ packages/php/php.spec Mon Sep 19 18:30:31 2011 @@ -1,5 +1,8 @@ # $Revision$, $Date$ # NOTE: mysqlnd does not support ssl or compression (see FAQ at http://dev.mysql.com/downloads/connector/php-mysqlnd/) +# UNPACKAGED EXTENSION NOTES: +# - com_dotnet is Win32-only +# - enchant is packaged separately (php-pecl-enchant) # TODO: # - ttyname_r() misdetected http://bugs.php.net/bug.php?id=48820 # - wddx: restore session support (not compiled in due DL extension check) @@ -513,7 +516,7 @@ Summary(uk.UTF-8): Пакет розробки для побудови розширень PHP Group: Development/Languages/PHP Requires: %{name}-common = %{epoch}:%{version}-%{release} -Requires: autoconf +Requires: autoconf >= 2.13 Requires: automake %if "%{pld_release}" != "ac" Requires: libtool >= 2:2.2 @@ -1623,10 +1626,10 @@ Requires: %{name}-cli %description tests -This package contains unit tests for PHP and it's extensions. +This package contains unit tests for PHP and its extensions. %description tests -l pl.UTF-8 -Ten pakiet zawiera pliki testów jednostkowych dla PHP i rozszerzeń +Ten pakiet zawiera pliki testów jednostkowych dla PHP i rozszerzeń. %package tidy Summary: Tidy extension module for PHP @@ -2702,8 +2705,7 @@ %if %{with fpm} %files fpm %defattr(644,root,root,755) -%doc sapi/fpm/CREDITS -%doc sapi/fpm/LICENSE +%doc sapi/fpm/{CREDITS,LICENSE} %dir %{_sysconfdir}/fpm.d %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-fpm.conf %attr(755,root,root) %{_sbindir}/php-fpm @@ -2714,12 +2716,7 @@ %files common %defattr(644,root,root,755) -%doc php.ini-* -%doc CREDITS Zend/ZEND_CHANGES -%doc LICENSE Zend/LICENSE.Zend EXTENSIONS NEWS TODO* -%doc README.PHP4-TO-PHP5-THIN-CHANGES -%doc README.namespaces - +%doc CREDITS EXTENSIONS LICENSE NEWS README.{PHP4-TO-PHP5-THIN-CHANGES,namespaces} TODO* UPGRADING* Zend/{LICENSE.Zend,ZEND_CHANGES} php.ini-* %dir %{_sysconfdir} %dir %{_sysconfdir}/conf.d %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php.ini @@ -2731,10 +2728,7 @@ %files devel %defattr(644,root,root,755) -%doc README.UNIX-BUILD-SYSTEM -%doc README.EXT_SKEL README.SELF-CONTAINED-EXTENSIONS -%doc CODING_STANDARDS README.EXTENSIONS README.PARAMETER_PARSING_API README.STREAMS -%doc README.SUBMITTING_PATCH README.TESTING README.TESTING2 +%doc CODING_STANDARDS README.{EXTENSIONS,EXT_SKEL,PARAMETER_PARSING_API,SELF-CONTAINED-EXTENSIONS,STREAMS,SUBMITTING_PATCH,TESTING,TESTING2,UNIX-BUILD-SYSTEM,input_filter} %attr(755,root,root) %{_bindir}/phpize %attr(755,root,root) %{_bindir}/php-config %attr(755,root,root) %{_libdir}/libphp_common.so @@ -2788,14 +2782,12 @@ %files fileinfo %defattr(644,root,root,755) -%doc README.input_filter %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/fileinfo.ini %attr(755,root,root) %{php_extensiondir}/fileinfo.so %if %{with filter} %files filter %defattr(644,root,root,755) -%doc README.input_filter %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/filter.ini %attr(755,root,root) %{php_extensiondir}/filter.so %endif @@ -3057,8 +3049,7 @@ %files spl %defattr(644,root,root,755) -%doc ext/spl/{CREDITS,README,TODO} -%doc ext/spl/examples +%doc ext/spl/{CREDITS,README,TODO,examples} %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/SPL.ini %attr(755,root,root) %{php_extensiondir}/spl.so @@ -3176,6 +3167,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.950 2011/09/19 16:30:31 qboosh +- -tests desc typo +- note about unpackaged enchant extension (see php-pecl-enchant) +- doc packaging cleanups; README.input_filter packaged in -devel as it refers to C code, not PHP extensions + Revision 1.949 2011/08/31 06:58:58 arekm - release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php/php.spec?r1=1.949&r2=1.950&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
