diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-03-10 16:18:47 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-03-10 16:18:47 +0100 |
commit | 94e81e221ba4e246510e40ee7ff648e4dbd2ddbb (patch) | |
tree | da5ac62e3ce3cc5387a139bd186a34d3bea1df7c | |
parent | c69d3226f62a4354a69589d1b4e75b844b78455d (diff) |
php-pecl-json-post: fix package name
-rw-r--r-- | php-pecl-json-post.spec | 4 |
1 files 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} |