From 94e81e221ba4e246510e40ee7ff648e4dbd2ddbb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 10 Mar 2015 16:18:47 +0100 Subject: php-pecl-json-post: fix package name --- php-pecl-json-post.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php-pecl-json-post.spec b/php-pecl-json-post.spec index dbda9fb..47ef6c5 100644 --- a/php-pecl-json-post.spec +++ b/php-pecl-json-post.spec @@ -24,7 +24,7 @@ %global prever RC1 Summary: JSON POST handler -Name: %{?scl_prefix}php-pecl-%{pecl_name} +Name: %{?scl_prefix}php-pecl-json-post Version: 1.0.0 Release: 0.1.%{prever}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: BSD @@ -39,7 +39,7 @@ BuildRequires: %{?scl_prefix}php-pear Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} -Requires: %{?scl_prefix}php-json%{?_isa} = %{php_core_api} +Requires: %{?scl_prefix}php-json%{?_isa} %{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}} Provides: %{?scl_prefix}php-%{pecl_name} = %{version} -- cgit