From 4148ff708b312bd7c046b8afbafa4e4093cdf2d9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 6 Nov 2020 08:42:37 +0100 Subject: clean --- php-pecl-ip2location.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/php-pecl-ip2location.spec b/php-pecl-ip2location.spec index 941064d..9907296 100644 --- a/php-pecl-ip2location.spec +++ b/php-pecl-ip2location.spec @@ -20,8 +20,8 @@ Summary: Get geo location information of an IP address Name: php-pecl-%{pecl_name} License: PHP Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 8%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} -URL: https://pecl.php.net/package/igbinary +Release: 8%{?dist} +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 @@ -52,7 +52,7 @@ Provides: php-pecl(%{pecl_name})%{?_isa} = %{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, -- cgit