diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-03-22 13:36:11 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-03-22 13:36:11 +0100 |
commit | d72ba38f7ad59bbf1b1a36a994e22081acd9a5fa (patch) | |
tree | 949bf665608ae6d3ef58a06fec7b0abfb07f9421 | |
parent | bcdccbbbd79378d65e54e4f8b8ee087d5378faf0 (diff) |
php-pecl-apcu-bc: fix URL
-rw-r--r-- | php-pecl-apcu-bc.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php-pecl-apcu-bc.spec b/php-pecl-apcu-bc.spec index 818f19e..59257ef 100644 --- a/php-pecl-apcu-bc.spec +++ b/php-pecl-apcu-bc.spec @@ -39,7 +39,7 @@ Source0: http://pecl.php.net/get/%{proj_name}-%{version}.tgz License: PHP Group: Development/Languages -URL: http://pecl.php.net/package/APCu +URL: https://pecl.php.net/package/apcu_bc BuildRequires: %{?scl_prefix}php-devel > 7 BuildRequires: %{?scl_prefix}php-pear @@ -214,7 +214,7 @@ fi %postun if [ $1 -eq 0 -a -x %{__pecl} ] ; then - %{pecl_uninstall} %{pecl_name} >/dev/null || : + %{pecl_uninstall} %{proj_name} >/dev/null || : fi %endif |