--- libtidy/php.spec 2010-07-22 16:28:53.000000000 +0100 +++ libtidyp/php.spec 2010-08-05 16:11:08.283331857 +0100 @@ -49,6 +49,9 @@ # Fixes for tests Patch61: php-5.0.4-tests-wddx.patch +# Build with libtidyp rather than libtidy +Patch80: php-5.3.3-libtidyp.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: bzip2-devel, curl-devel >= 7.9, db4-devel, gmp-devel @@ -352,7 +355,7 @@ Summary: Standard PHP module provides tidy library support Group: Development/Languages Requires: php-common = %{version}-%{release} -BuildRequires: libtidy-devel +BuildRequires: libtidyp-devel %description tidy The php-tidy package contains a dynamic shared object that will add @@ -443,6 +446,8 @@ %patch61 -p1 -b .tests-wddx +%patch80 -p1 -b .libtidyp + # Prevent %%doc confusion over LICENSE files cp Zend/LICENSE Zend/ZEND_LICENSE cp TSRM/LICENSE TSRM_LICENSE