diff options
| -rw-r--r-- | php-pecl-msgpack.spec | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/php-pecl-msgpack.spec b/php-pecl-msgpack.spec index 1efb9cf..b66b9df 100644 --- a/php-pecl-msgpack.spec +++ b/php-pecl-msgpack.spec @@ -21,7 +21,6 @@  %global upstream_version 3.0.0  %global upstream_prever  RC1 -#global upstream_lower   RC2  %global sources          %{pecl_name}-%{upstream_version}%{?upstream_prever}  %global _configure       ../%{sources}/configure @@ -34,9 +33,9 @@  Summary:       API for communicating with MessagePack serialization  Name:          %{?scl_prefix}php-pecl-msgpack  License:       BSD-3-Clause -Version:       %{upstream_version}%{?upstream_lower:~%{upstream_lower}} +Version:       %{upstream_version}%{?upstream_prever:~%{upstream_prever}}  URL:           https://pecl.php.net/package/msgpack -Release:       3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:       1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  Source:        https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz  BuildRequires: make  | 
