Bug 2374

Summary: mlt-php should include requires for php ABI.
Product: Fedora Reporter: Remi Collet <Fedora>
Component: mltAssignee: Ryan Rix <ry>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P5    
Version: unspecified   
Hardware: All   
OS: GNU/Linux   
namespace:

Description Remi Collet 2012-06-11 20:11:09 CEST
Please see
http://fedoraproject.org/wiki/Packaging/PHP#C_extensions_.28PECL_and_others.29

So

 %package php
-Requires: php
+BuildRequires: php-devel
+Requires:      php(zend-abi) = %{php_zend_api}
+Requires:      php(api) = %{php_core_api}
 Requires: %{name}%{?_isa} = %{version}-%{release}
 Summary: PHP package to work with MLT


Note : remove "Requires: php" to avoid pulling httpd in dependencies.
Comment 1 Remi Collet 2012-06-14 22:24:01 CEST
13623 (mlt): Build on target fedora-development-rpmfusion_free succeeded.
     Build logs may be found at http://buildsys.rpmfusion.org/logs/fedora-development-rpmfusion_free/13623-mlt-0.7.8-3.fc18/
Comment 2 Remi Collet 2012-06-14 22:24:13 CEST
Fixed in devel