From c1c5acbcc4382f4e753588b7940c307d070d6831 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 Dec 2014 16:15:23 +0100 Subject: Fedora 21 SCL mass rebuild (done) --- php-phurple.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'php-phurple.spec') diff --git a/php-phurple.spec b/php-phurple.spec index 8c31e29..3b647f9 100644 --- a/php-phurple.spec +++ b/php-phurple.spec @@ -27,7 +27,7 @@ Name: %{?scl_prefix}php-%{gh_project} Summary: PHP bindings for libpurple Version: 0.6.0 -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 URL: https://github.com/%{gh_owner}/%{gh_project} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}.tar.gz @@ -42,6 +42,7 @@ BuildRequires: %{?scl_prefix}php-devel Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} +%{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}} %if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} # Other third party repo stuff @@ -165,6 +166,9 @@ rm -rf %{buildroot} %changelog +* Wed Dec 24 2014 Remi Collet - 0.6.0-3.1 +- Fedora 21 SCL mass rebuild + * Tue Aug 26 2014 Remi Collet - 0.6.0-3 - improve SCL build -- cgit