diff options
| -rw-r--r-- | php-pecl-geospatial.spec | 30 | 
1 files changed, 17 insertions, 13 deletions
diff --git a/php-pecl-geospatial.spec b/php-pecl-geospatial.spec index aa396e2..f4f713f 100644 --- a/php-pecl-geospatial.spec +++ b/php-pecl-geospatial.spec @@ -1,6 +1,6 @@  # remirepo spec file for php-pecl-geospatial  # -# Copyright (c) 2015-2017 Remi Collet +# Copyright (c) 2015-2018 Remi Collet  # License: CC-BY-SA  # http://creativecommons.org/licenses/by-sa/4.0/  # @@ -30,18 +30,17 @@ Summary:        PHP Extension to handle common geospatial functions  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        0.2.0  %if 0%{?gh_date:1} -Release:        0.8.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        0.9.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  %else -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;')}}  %endif  License:        PHP -Group:          Development/Languages  URL:            http://pecl.php.net/package/%{pecl_name}  Source0:        https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz -BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires:  %{?scl_prefix}php-devel > 5.4 +BuildRequires:  %{?dtsprefix}gcc +BuildRequires:  %{?scl_prefix}php-devel  BuildRequires:  %{?scl_prefix}php-pear  BuildRequires:  %{?scl_prefix}php-json @@ -86,6 +85,10 @@ Obsoletes:     php71w-pecl-%{pecl_name} <= %{version}  Obsoletes:     php72u-pecl-%{pecl_name} <= %{version}  Obsoletes:     php72w-pecl-%{pecl_name} <= %{version}  %endif +%if "%{php_version}" > "7.3" +Obsoletes:     php73u-pecl-%{pecl_name} <= %{version} +Obsoletes:     php73w-pecl-%{pecl_name} <= %{version} +%endif  %endif  %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -137,6 +140,8 @@ cp -pr NTS ZTS  %build +%{?dtsenable} +  peclconf() {  %configure \      --with-php-config=$1 @@ -156,7 +161,8 @@ make %{?_smp_mflags}  %install -rm -rf %{buildroot} +%{?dtsenable} +  # Install the NTS stuff  make -C NTS install INSTALL_ROOT=%{buildroot}  install -D -m 644 %{ini_name} %{buildroot}%{php_inidir}/%{ini_name} @@ -220,7 +226,7 @@ REPORT_EXIT_STATUS=1 \  %endif -%if 0%{?fedora} < 24 +%if 0%{?fedora} < 24 && 0%{?rhel} < 8  # when pear installed alone, after us  %triggerin -- %{?scl_prefix}php-pear  if [ -x %{__pecl} ] ; then @@ -240,12 +246,7 @@ fi  %endif -%clean -rm -rf %{buildroot} - -  %files -%defattr(-, root, root, 0755)  %{?_licensedir:%license NTS/LICENSE}  %{!?_licensedir:%doc %{pecl_docdir}/%{pecl_name}}  %{pecl_xmldir}/%{name}.xml @@ -260,6 +261,9 @@ rm -rf %{buildroot}  %changelog +* Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 0.2.0-2 +- rebuld for 7.3.0alpha4 new ABI +  * Fri Dec 29 2017 Remi Collet <remi@remirepo.net> - 0.2.0-1  - Update to 0.2.0 (beta)  | 
