diff options
| -rw-r--r-- | php-pecl-geoip.spec | 23 | 
1 files changed, 13 insertions, 10 deletions
diff --git a/php-pecl-geoip.spec b/php-pecl-geoip.spec index 32655b9..35d963e 100644 --- a/php-pecl-geoip.spec +++ b/php-pecl-geoip.spec @@ -24,14 +24,13 @@  Name:           %{?sub_prefix}php-pecl-geoip  Version:        1.1.1 -Release:        4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  Summary:        Extension to map IP addresses to geographic places -Group:          Development/Languages  License:        PHP  URL:            http://pecl.php.net/package/%{pecl_name}  Source0:        http://pecl.php.net/get/%{pecl_name}-%{version}.tgz -BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires:  %{?dtsprefix}gcc  BuildRequires:  GeoIP-devel  BuildRequires:  %{?scl_prefix}php-devel  BuildRequires:  %{?scl_prefix}php-pear @@ -75,6 +74,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 @@ -122,6 +125,8 @@ cp -pr NTS ZTS  %build +%{?dtsenable} +  cd NTS  %{_bindir}/phpize  %configure  --with-php-config=%{_bindir}/php-config @@ -136,7 +141,7 @@ make %{?_smp_mflags}  %install -rm -rf %{buildroot} +%{?dtsenable}  make -C NTS install INSTALL_ROOT=%{buildroot} @@ -184,11 +189,7 @@ NO_INTERACTION=1 \      --show-diff -%clean -rm  -rf %{buildroot} - - -%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 @@ -209,7 +210,6 @@ fi  %files -%defattr(-,root,root,-)  %{?_licensedir:%license NTS/LICENSE}  %doc %{pecl_docdir}/%{pecl_name}  %{pecl_xmldir}/%{name}.xml @@ -224,6 +224,9 @@ fi  %changelog +* Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 1.1.1-5 +- rebuld for 7.3.0alpha4 new ABI +  * Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 1.1.1-4  - rebuild for PHP 7.2.0beta1 new API  | 
