diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-12-24 14:34:40 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-12-24 14:34:40 +0100 |
commit | a00682d68992a56bc992740122ede87b57a23041 (patch) | |
tree | 6bf29ba6f0b444f47ef7e6454b67cda953a0ad1f | |
parent | 9c3bf5f90f6019c4a960d2f96743887b60f0c3ec (diff) |
Fedora 21 SCL mass rebuild (WIP)
-rw-r--r-- | php-pecl-pdflib.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/php-pecl-pdflib.spec b/php-pecl-pdflib.spec index f5c2dac..768e9f4 100644 --- a/php-pecl-pdflib.spec +++ b/php-pecl-pdflib.spec @@ -24,7 +24,7 @@ Summary: Package for generating PDF files Summary(fr): Extension pour générer des fichiers PDF Name: %{?scl_prefix}php-pecl-pdflib Version: 3.0.4 -Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}.1 # https://bugs.php.net/60396 ask license file License: PHP Group: Development/Languages @@ -41,6 +41,7 @@ Requires(post): %{__pecl} Requires(postun): %{__pecl} Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} +%{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}} Provides: %{?scl_prefix}php-%{pecl_name} = %{version}%{?prever} Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version}%{?prever} @@ -194,6 +195,9 @@ rm -rf %{buildroot} %changelog +* Wed Dec 24 2014 Remi Collet <remi@fedoraproject.org> - 3.0.4-3.1 +- Fedora 21 SCL mass rebuild + * Mon Aug 25 2014 Remi Collet <remi@fedoraproject.org> - 3.0.4-3 - allow SCL build |