diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-03-25 17:26:55 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-03-25 17:26:55 +0100 |
commit | 8cef4b139e85140af18ff77c8b866000fc0bbce8 (patch) | |
tree | 8de5fee286eff705beb16a9a9d9aa434b625b020 | |
parent | 74aa01026026e8e4986c1ca0c65f2be302b6789f (diff) |
php-pecl-quickhash: allow SCL build
-rw-r--r-- | php-pecl-quickhash.spec | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/php-pecl-quickhash.spec b/php-pecl-quickhash.spec index 242e900..30016f2 100644 --- a/php-pecl-quickhash.spec +++ b/php-pecl-quickhash.spec @@ -6,6 +6,7 @@ # # Please, preserve the changelog entries # +%{?scl: %scl_package php-pecl-ssdeep} %{!?php_inidir: %global php_inidir %{_sysconfdir}/php.d} %{!?__pecl: %global __pecl %{_bindir}/pecl} %{!?__php: %global __php %{_bindir}/php} @@ -14,9 +15,9 @@ %global with_zts 0%{?__ztsphp:1} Summary: Set of specific strongly-typed classes for sets and hashing -Name: php-pecl-%{pecl_name} +Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 1.0.0 -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -26,18 +27,18 @@ Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz Patch0: %{pecl_name}-pr4.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: php-devel -BuildRequires: php-pear +BuildRequires: %{?scl_prefix}php-devel +BuildRequires: %{?scl_prefix}php-pear Requires(post): %{__pecl} Requires(postun): %{__pecl} -Requires: php(zend-abi) = %{php_zend_api} -Requires: php(api) = %{php_core_api} +Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} +Requires: %{?scl_prefix}php(api) = %{php_core_api} -Provides: php-%{pecl_name} = %{version} -Provides: php-%{pecl_name}%{?_isa} = %{version} -Provides: php-pecl(%{pecl_name}) = %{version} -Provides: php-pecl(%{pecl_name})%{?_isa} = %{version} +Provides: %{?scl_prefix}php-%{pecl_name} = %{version} +Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} +Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} +Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} %if "%{?vendor}" == "Remi Collet" # Other third party repo stuff @@ -198,6 +199,9 @@ rm -rf %{buildroot} %changelog +* Tue Mar 25 2014 Remi Collet <remi@fedoraproject.org> - 1.0.0-3 +- allow SCL build + * Mon Mar 17 2014 Remi Collet <remi@fedoraproject.org> - 1.0.0-2 - install doc in pecl_docdir |