diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-09-15 10:49:23 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-09-15 10:49:23 +0200 |
commit | 72f1fc768c6a4d1bfda72b7a0c88c25ad4ec6e17 (patch) | |
tree | 8a4c5e1b5ecf6098ba69e0c30b04fa2e423f027f | |
parent | b7158bc1a046df8b0ebe1f0200cf22862a59b893 (diff) |
php-pecl-newt: fix package name for more-php56
-rw-r--r-- | php-pecl-newt.spec | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/php-pecl-newt.spec b/php-pecl-newt.spec index a90612c..c8cb019 100644 --- a/php-pecl-newt.spec +++ b/php-pecl-newt.spec @@ -6,6 +6,14 @@ # # Please, preserve the changelog entries # +%if 0%{?scl:1} +%if "%{scl}" == "rh-php56" +%global sub_prefix more-php56- +%else +%global sub_prefix %{scl_prefix} +%endif +%endif + %{?scl: %scl_package php-pecl-newt} %{!?php_inidir: %global php_inidir %{_sysconfdir}/php.d} %{!?__pecl: %global __pecl %{_bindir}/pecl} @@ -20,9 +28,9 @@ %endif Summary: Extension for Red Hat Newt window library -Name: %{?scl_prefix}php-pecl-%{pecl_name} +Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.2.9 -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -201,6 +209,9 @@ rm -rf %{buildroot} %changelog +* Tue Sep 15 2015 Remi Collet <remi@fedoraproject.org> - 1.2.9-2 +- fix package name for more-php56 + * Sun Sep 13 2015 Remi Collet <remi@fedoraproject.org> - 1.2.9-1 - Update to 1.2.9 (stable) - drop runtime dependency on pear, new scriptlets |