diff options
author | Remi Collet <remi@remirepo.net> | 2020-11-06 08:42:02 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-11-06 08:42:02 +0100 |
commit | 43515af23a8972acf1e3ee87ead92b8bfd83d2d7 (patch) | |
tree | 5407658d044be0f6a8f8842480d04371c0cc92b9 | |
parent | 7dad87b06a3106ee3bc1eea349ec465179c0dc3a (diff) |
clean
-rw-r--r-- | php-pecl-ip2location.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php-pecl-ip2location.spec b/php-pecl-ip2location.spec index 0ac0b51..6a229bd 100644 --- a/php-pecl-ip2location.spec +++ b/php-pecl-ip2location.spec @@ -27,7 +27,7 @@ Name: %{?sub_prefix}php-pecl-%{pecl_name} License: PHP Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} Release: 10%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} -URL: https://pecl.php.net/package/igbinary +URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz # https://github.com/chrislim2888/IP2Location-PECL-Extension/pull/5 - test suite @@ -83,7 +83,7 @@ Obsoletes: php80-pecl-%{pecl_name} <= %{version} %description -This PECL extension enables you to get the geo location information of +This PHP extension enables you to get the geo location information of an IP address, such as country, region or state, city, latitude and longitude, US ZIP code, time zone, Internet Service Provider (ISP) or company name, domain name, net speed, area code, weather station code, |