From 5ac9801c929da9d92322668f7eea8b2af3a7d192 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 24 Mar 2014 17:56:55 +0100 Subject: php-pecl-xattr: allow SCL build --- php-pecl-xattr.spec | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) (limited to 'php-pecl-xattr.spec') diff --git a/php-pecl-xattr.spec b/php-pecl-xattr.spec index a0613cf..34b9ec7 100644 --- a/php-pecl-xattr.spec +++ b/php-pecl-xattr.spec @@ -6,6 +6,7 @@ # # Please, preserve the changelog entries # +%{?scl: %scl_package php-pecl-xattr} %{!?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: Extended attributes -Name: php-pecl-%{pecl_name} +Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 1.2.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} @@ -27,19 +28,19 @@ Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz Source1: http://www.php.net/license/3_0.txt 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: libattr-devel 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 @@ -187,6 +188,9 @@ rm -rf %{buildroot} %changelog +* Mon Mar 24 2014 Remi Collet - 1.2.0-3 +- allow SCL build + * Fri Mar 14 2014 Remi Collet - 1.2.0-2 - install doc in pecl_docdir - install tests in pecl_testdir -- cgit