diff options
| author | Remi Collet <remi@remirepo.net> | 2026-04-15 09:00:51 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-04-15 09:00:51 +0200 |
| commit | ce7939e5fa0a5edb8128948ccca86868e7ef6d63 (patch) | |
| tree | 336e2e1c48b05fe922290196963a639a70d4168f | |
| parent | 6edfc34caa2c2a14447a5e250c4724a677c41083 (diff) | |
fix Summary
| -rw-r--r-- | php-pecl-ds.spec | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/php-pecl-ds.spec b/php-pecl-ds.spec index 7fb76e5..17f8b11 100644 --- a/php-pecl-ds.spec +++ b/php-pecl-ds.spec @@ -26,7 +26,7 @@ %global archivename %{gh_proj}-%{version} -Summary: Data Structures for PHP +Summary: Data Structures for PHP version 2 Name: %{?scl_prefix}php-pecl-%{pecl_name}2 License: MIT Version: 2.0.0 @@ -43,23 +43,23 @@ Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} %if 0%{?fedora} >= 45 || 0%{?rhel} >= 11 || "%{php_version}" > "8.6" -Obsoletes: %{?scl_prefix}php-pecl-%{pecl_name} < 2 -Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}-%{release} -Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{release} +Obsoletes: %{?scl_prefix}php-pecl-%{pecl_name} < 2 +Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}-%{release} +Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{release} %else # A single version can be installed -Conflicts: %{?scl_prefix}php-pecl-%{pecl_name} < 2 +Conflicts: %{?scl_prefix}php-pecl-%{pecl_name} < 2 %endif # Extension -Provides: %{?scl_prefix}php-%{pecl_name} = %{version} -Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} +Provides: %{?scl_prefix}php-%{pecl_name} = %{version} +Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} # PECL -Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} -Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} +Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} +Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} # PIE -Provides: %{?scl_prefix}php-pie(%{pie_vend}/%{pie_proj}) = %{version} -Provides: %{?scl_prefix}php-%{pie_vend}-%{pie_proj} = %{version} +Provides: %{?scl_prefix}php-pie(%{pie_vend}/%{pie_proj}) = %{version} +Provides: %{?scl_prefix}php-%{pie_vend}-%{pie_proj} = %{version} %description |
