From 2abf13319b55c7414e6c4bae4803ba4fde3138e7 Mon Sep 17 00:00:00 2001 From: ellson Date: Mon, 28 Feb 2011 09:36:24 +0000 Subject: [PATCH] trying to fix a new packaging problem only showing up on fc16 --- graphviz.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphviz.spec.in b/graphviz.spec.in index 3bbbd2fbd..02fa3fd74 100644 --- a/graphviz.spec.in +++ b/graphviz.spec.in @@ -395,7 +395,7 @@ Perl extension for graphviz. Group: Applications/Multimedia Summary: PHP extension for graphviz Requires: graphviz = %{version}-%{release} php -%if %{?php_zend_api}0 +%if 0%{?php_zend_api} Requires: php(zend-abi) = %{php_zend_api} Requires: php(api) = %{php_core_api} %else -- 2.40.0