diff options
| author | Remi Collet <fedora@famillecollet.com> | 2014-03-23 11:38:54 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2014-03-23 11:38:54 +0100 | 
| commit | 09b98f355991c5cc36888596d964d07058458704 (patch) | |
| tree | ff5e182397753984df872563af6e53a3a222830e | |
| parent | c947f0f77f39432261aab8fb1b6cf05018975331 (diff) | |
php-pecl-chdb: SCL
| -rw-r--r-- | php-pecl-chdb.spec | 28 | 
1 files changed, 16 insertions, 12 deletions
diff --git a/php-pecl-chdb.spec b/php-pecl-chdb.spec index e6f6f38..f6ec82f 100644 --- a/php-pecl-chdb.spec +++ b/php-pecl-chdb.spec @@ -6,6 +6,7 @@  #  # Please, preserve the changelog entries  # +%{?scl:          %scl_package         php-pecl-chdb}  %{!?php_inidir:  %global php_inidir   %{_sysconfdir}/php.d}  %{!?__pecl:      %global __pecl       %{_bindir}/pecl}  %{!?__php:       %global __php        %{_bindir}/php} @@ -14,29 +15,29 @@  %global with_zts  0%{?__ztsphp:1}  Summary:        A fast database for constant data -Name:           php-pecl-%{pecl_name} +Name:           %{?scl_prefix}php-pecl-%{pecl_name}  Version:        1.0.3 -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}  Source0:        http://pecl.php.net/get/%{pecl_name}-%{version}.tgz  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  BuildRequires:  cmph-devel  Requires(post): %{__pecl}  Requires(postun): %{__pecl} -Requires:       php(zend-abi) = %{php_zend_api} -Requires:       php(api) = %{php_core_api} -Requires:       php-spl%{?_isa} +Requires:       %{?scl_prefix}php(zend-abi) = %{php_zend_api} +Requires:       %{?scl_prefix}php(api) = %{php_core_api} +Requires:       %{?scl_prefix}php-spl%{?_isa} -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 @@ -165,7 +166,7 @@ fi  %check  : Minimal load test for NTS extension  cd NTS -%{_bindir}/php --no-php-ini \ +%{__php} --no-php-ini \      --define extension=modules/%{pecl_name}.so \      --modules | grep %{pecl_name} @@ -197,6 +198,9 @@ rm -rf %{buildroot}  %changelog +* Sun Mar 23 2014 Remi Collet <remi@fedoraproject.org> - 1.0.3-3 +- allow SCL build +  * Sun Mar 16 2014 Remi Collet <remi@fedoraproject.org> - 1.0.3-2  - install doc in pecl_docdir  | 
