diff options
| author | Remi Collet <fedora@famillecollet.com> | 2014-03-26 13:15:00 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2014-03-26 13:15:00 +0100 | 
| commit | 1170ac91cf4056f42b70d12cdf31f1b89ac1afd4 (patch) | |
| tree | 195a05fec9ed8252bd0827f9c4d05e980e2f47c5 | |
| parent | a62dbc7aa80a6272e9fe6c15d186dd47b31bb4fd (diff) | |
php-pecl-gnupg: allow SCL build
| -rw-r--r-- | php-pecl-gnupg.spec | 24 | 
1 files changed, 14 insertions, 10 deletions
diff --git a/php-pecl-gnupg.spec b/php-pecl-gnupg.spec index efee22a..871404a 100644 --- a/php-pecl-gnupg.spec +++ b/php-pecl-gnupg.spec @@ -6,6 +6,7 @@  #  # Please, preserve the changelog entries  # +%{?scl:          %scl_package        php-pecl-gnupg}  %{!?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:      Wrapper around the gpgme library -Name:         php-pecl-gnupg +Name:         %{?scl_prefix}php-pecl-gnupg  Version:      1.3.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:      BSD  Group:        Development/Languages @@ -28,23 +29,23 @@ Source0:      http://pecl.php.net/get/%{pecl_name}-%{version}.tgz  Patch0:       %{pecl_name}-svn.patch  BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: php-devel +BuildRequires: %{?scl_prefix}php-devel +BuildRequires: %{?scl_prefix}php-pear  BuildRequires: gpgme-devel -BuildRequires: php-pear  BuildRequires: gnupg  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}  # We force use of /usr/bin/gpg as gpg2 is unusable in non-interactive mode  Requires:     gnupg -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 @@ -225,6 +226,9 @@ NO_INTERACTION=1 \  %changelog +* Wed Mar 26 2014 Remi Collet <remi@fedoraproject.org> - 1.3.3-3 +- allow SCL build +  * Mon Mar 17 2014 Remi Collet <remi@fedoraproject.org> - 1.3.3-2  - cleanups  - make ZTS build optional  | 
